|
FFmpeg
|
Public Attributes | |
| BlockDSPContext | bdsp |
| ProresDSPContext | prodsp |
| AVFrame * | frame |
| int | frame_type |
| 0 = progressive, 1 = tff, 2 = bff More... | |
| uint8_t | qmat_luma [64] |
| dequantization matrix for luma | |
| uint8_t | qmat_chroma [64] |
| dequantization matrix for chroma | |
| SliceContext * | slices |
| int | slice_count |
| number of slices in the current picture | |
| unsigned | mb_width |
| width of the current picture in mb | |
| unsigned | mb_height |
| height of the current picture in mb | |
| uint8_t | progressive_scan [64] |
| uint8_t | interlaced_scan [64] |
| const uint8_t * | scan |
| int | first_field |
| int | alpha_info |
| ProresDSPContext | dsp |
| ScanTable | scantable |
| int | scantable_type |
| -1 = uninitialized, 0 = progressive, 1/2 = interlaced | |
| int | pic_format |
| 2 = 422, 3 = 444 | |
| int | qmat_changed |
| 1 - global quantization matrices changed | |
| int | total_slices |
| total number of slices in a picture | |
| ProresThreadData * | slice_data |
| int | pic_num |
| int | chroma_factor |
| int | mb_chroma_factor |
| int | num_chroma_blocks |
| number of chrominance blocks in a macroblock | |
| int | num_x_slices |
| int | num_y_slices |
| int | slice_width_factor |
| int | slice_height_factor |
| int | num_x_mbs |
| int | num_y_mbs |
| FDCTDSPContext | fdsp |
| uint8_t * | fill_y |
| uint8_t * | fill_u |
| uint8_t * | fill_v |
| int | qmat_luma [16][64] |
| int | qmat_chroma [16][64] |
| AVClass * | class |
| int ProresContext::frame_type |
0 = progressive, 1 = tff, 2 = bff
0 = progressive, 1 = top-field first, 2 = bottom-field first
1.8.12