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 221 of file proresenc_kostya.c.
int16_t ProresThreadData::blocks[MAX_PLANES][64 *4 *MAX_MBS_PER_SLICE] |
Definition at line 222 of file proresenc_kostya.c.
uint16_t ProresThreadData::emu_buf[16 *16] |
Definition at line 223 of file proresenc_kostya.c.
int16_t ProresThreadData::custom_q[64] |
Definition at line 224 of file proresenc_kostya.c.
int16_t ProresThreadData::custom_chroma_q[64] |
Definition at line 225 of file proresenc_kostya.c.
struct TrellisNode* ProresThreadData::nodes |
Definition at line 226 of file proresenc_kostya.c.
Referenced by convert_from_tensorflow.TFConverter::dump_layers_to_file(), convert_from_tensorflow.TFConverter::generate_edges(), convert_from_tensorflow.TFConverter::generate_name_node_dict(), convert_from_tensorflow.TFConverter::generate_output_names(), and convert_from_tensorflow.TFConverter::remove_identity().