|
FFmpeg
|
Data Fields | |
| int16_t | blocks [MAX_PLANES][64 *4 *MAX_MBS_PER_SLICE] |
| uint16_t | emu_buf [16 *16] |
| int16_t | custom_q [64] |
| int16_t | custom_chroma_q [64] |
| struct TrellisNode * | nodes |
Definition at line 48 of file proresenc_kostya.c.
| int16_t ProresThreadData::blocks[MAX_PLANES][64 *4 *MAX_MBS_PER_SLICE] |
Definition at line 49 of file proresenc_kostya.c.
Referenced by estimate_slice_plane(), and find_slice_quant().
| uint16_t ProresThreadData::emu_buf[16 *16] |
Definition at line 50 of file proresenc_kostya.c.
Referenced by find_slice_quant().
| int16_t ProresThreadData::custom_q[64] |
Definition at line 51 of file proresenc_kostya.c.
Referenced by find_slice_quant().
| int16_t ProresThreadData::custom_chroma_q[64] |
Definition at line 52 of file proresenc_kostya.c.
Referenced by find_slice_quant().
| struct TrellisNode* ProresThreadData::nodes |
Definition at line 53 of file proresenc_kostya.c.
Referenced by find_quant_thread(), and find_slice_quant().
1.8.17