FFmpeg
|
Data Fields | |
int | numCB4 |
int | numCB2 |
int | usedCB2 [MAX_CBS_2x2] |
int | usedCB4 [MAX_CBS_4x4] |
uint8_t | unpacked_cb2 [MAX_CBS_2x2 *2 *2 *3] |
uint8_t | unpacked_cb4 [MAX_CBS_4x4 *4 *4 *3] |
uint8_t | unpacked_cb4_enlarged [MAX_CBS_4x4 *8 *8 *3] |
Definition at line 209 of file roqvideoenc.c.
int RoqCodebooks::numCB4 |
Definition at line 210 of file roqvideoenc.c.
Referenced by generate_new_codebooks().
int RoqCodebooks::numCB2 |
Definition at line 211 of file roqvideoenc.c.
Referenced by generate_new_codebooks().
int RoqCodebooks::usedCB2[MAX_CBS_2x2] |
Definition at line 212 of file roqvideoenc.c.
int RoqCodebooks::usedCB4[MAX_CBS_4x4] |
Definition at line 213 of file roqvideoenc.c.
uint8_t RoqCodebooks::unpacked_cb2[MAX_CBS_2x2 *2 *2 *3] |
Definition at line 214 of file roqvideoenc.c.
Referenced by generate_new_codebooks().
uint8_t RoqCodebooks::unpacked_cb4[MAX_CBS_4x4 *4 *4 *3] |
Definition at line 215 of file roqvideoenc.c.
Referenced by generate_new_codebooks().
uint8_t RoqCodebooks::unpacked_cb4_enlarged[MAX_CBS_4x4 *8 *8 *3] |
Definition at line 216 of file roqvideoenc.c.
Referenced by generate_new_codebooks().