FFmpeg
Data Fields
RoqCodebooks Struct Reference

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 83 of file roqvideoenc.c.

Field Documentation

◆ numCB4

int RoqCodebooks::numCB4

Definition at line 84 of file roqvideoenc.c.

Referenced by gather_data_for_cel(), and gather_data_for_subcel().

◆ numCB2

int RoqCodebooks::numCB2

Definition at line 85 of file roqvideoenc.c.

◆ usedCB2

int RoqCodebooks::usedCB2[MAX_CBS_2x2]

Definition at line 86 of file roqvideoenc.c.

Referenced by gather_data_for_cel(), remap_codebooks(), and roq_encode_video().

◆ usedCB4

int RoqCodebooks::usedCB4[MAX_CBS_4x4]

Definition at line 87 of file roqvideoenc.c.

Referenced by gather_data_for_cel(), remap_codebooks(), and roq_encode_video().

◆ unpacked_cb2

uint8_t RoqCodebooks::unpacked_cb2[MAX_CBS_2x2 *2 *2 *3]

Definition at line 88 of file roqvideoenc.c.

Referenced by gather_data_for_subcel().

◆ unpacked_cb4

uint8_t RoqCodebooks::unpacked_cb4[MAX_CBS_4x4 *4 *4 *3]

Definition at line 89 of file roqvideoenc.c.

Referenced by gather_data_for_subcel().

◆ unpacked_cb4_enlarged

uint8_t RoqCodebooks::unpacked_cb4_enlarged[MAX_CBS_4x4 *8 *8 *3]

Definition at line 90 of file roqvideoenc.c.

Referenced by gather_data_for_cel().


The documentation for this struct was generated from the following file: