FFmpeg
|
Data Fields | |
const uint8_t * | index |
pointers to the data of this slice More... | |
int | slice_num |
int | x_pos |
int | y_pos |
int | slice_width |
int | prev_slice_sf |
scalefactor of the previous decoded slice More... | |
int16_t | blocks [8 *4 *64] |
int16_t | qmat_luma_scaled [64] |
int16_t | qmat_chroma_scaled [64] |
uint16_t | emu_buf [16 *16] |
int16_t | custom_q [64] |
struct TrellisNode * | nodes |
Definition at line 43 of file proresdec_lgpl.c.
const uint8_t* ProresThreadData::index |
pointers to the data of this slice
Definition at line 44 of file proresdec_lgpl.c.
Referenced by decode_picture_header(), and decode_slice().
int ProresThreadData::slice_num |
Definition at line 45 of file proresdec_lgpl.c.
Referenced by decode_picture(), and decode_slice().
int ProresThreadData::x_pos |
Definition at line 46 of file proresdec_lgpl.c.
Referenced by decode_picture(), and decode_slice().
int ProresThreadData::y_pos |
Definition at line 46 of file proresdec_lgpl.c.
Referenced by decode_picture(), and decode_slice().
int ProresThreadData::slice_width |
Definition at line 47 of file proresdec_lgpl.c.
Referenced by decode_picture(), and decode_slice().
int ProresThreadData::prev_slice_sf |
scalefactor of the previous decoded slice
Definition at line 48 of file proresdec_lgpl.c.
Referenced by decode_picture_header(), and decode_slice().
int16_t ProresThreadData::blocks |
Definition at line 49 of file proresdec_lgpl.c.
Referenced by decode_alpha_plane(), decode_slice_plane(), estimate_slice_plane(), and find_slice_quant().
int16_t ProresThreadData::qmat_luma_scaled[64] |
Definition at line 50 of file proresdec_lgpl.c.
Referenced by decode_slice().
int16_t ProresThreadData::qmat_chroma_scaled[64] |
Definition at line 51 of file proresdec_lgpl.c.
Referenced by decode_slice().
uint16_t ProresThreadData::emu_buf[16 *16] |
Definition at line 184 of file proresenc_kostya.c.
Referenced by find_slice_quant().
int16_t ProresThreadData::custom_q[64] |
Definition at line 185 of file proresenc_kostya.c.
Referenced by find_slice_quant().
struct TrellisNode* ProresThreadData::nodes |
Definition at line 186 of file proresenc_kostya.c.
Referenced by encode_close(), encode_init(), find_quant_thread(), and find_slice_quant().