| 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] | 
Detailed Description
Definition at line 209 of file roqvideoenc.c.
Field Documentation
| int RoqCodebooks::numCB2 | 
Definition at line 212 of file roqvideoenc.c.
Referenced by generate_new_codebooks().
| int RoqCodebooks::numCB4 | 
Definition at line 211 of file roqvideoenc.c.
Referenced by gather_data_for_cel(), gather_data_for_subcel(), and generate_new_codebooks().
| uint8_t RoqCodebooks::unpacked_cb2[MAX_CBS_2x2 *2 *2 *3] | 
Definition at line 215 of file roqvideoenc.c.
Referenced by gather_data_for_subcel(), and generate_new_codebooks().
| uint8_t RoqCodebooks::unpacked_cb4[MAX_CBS_4x4 *4 *4 *3] | 
Definition at line 216 of file roqvideoenc.c.
Referenced by gather_data_for_subcel(), and generate_new_codebooks().
| uint8_t RoqCodebooks::unpacked_cb4_enlarged[MAX_CBS_4x4 *8 *8 *3] | 
Definition at line 217 of file roqvideoenc.c.
Referenced by gather_data_for_cel(), and generate_new_codebooks().
| int RoqCodebooks::usedCB2[MAX_CBS_2x2] | 
Definition at line 213 of file roqvideoenc.c.
Referenced by gather_data_for_cel(), remap_codebooks(), and roq_encode_video().
| int RoqCodebooks::usedCB4[MAX_CBS_4x4] | 
Definition at line 214 of file roqvideoenc.c.
Referenced by gather_data_for_cel(), remap_codebooks(), and roq_encode_video().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:27 for FFmpeg by
 1.8.11
 1.8.11