Data Fields | |
const uint32_t * | factor_table |
const uint8_t * | scan_table |
uint8_t | pos |
void(* | idct_put )(uint8_t *dest, int line_size, DCTELEM *block) |
uint8_t | partial_bit_count |
uint32_t | partial_bit_buffer |
int | shift_offset |
uint8_t * | pos |
int | size |
int | unp_size |
Definition at line 47 of file dvdec.c.
const uint32_t* BlockInfo::factor_table |
void(* BlockInfo::idct_put)(uint8_t *dest, int line_size, DCTELEM *block) |
Referenced by dv_decode_video_segment().
uint32_t BlockInfo::partial_bit_buffer |
Definition at line 50 of file dvdec.c.
Referenced by dv_decode_ac(), dv_decode_video_segment(), and flashsv_decode_block().
const uint8_t* BlockInfo::scan_table |