FFmpeg
|
Data Fields | |
const uint32_t * | factor_table |
const uint8_t * | scan_table |
uint8_t | pos |
void(* | idct_put )(uint8_t *dest, int line_size, int16_t *block) |
uint8_t | partial_bit_count |
uint32_t | partial_bit_buffer |
int | shift_offset |
uint8_t * | pos |
int | size |
const uint32_t* BlockInfo::factor_table |
Definition at line 54 of file dvdec.c.
Referenced by dv_decode_ac(), and dv_decode_video_segment().
const uint8_t* BlockInfo::scan_table |
Definition at line 55 of file dvdec.c.
Referenced by dv_decode_ac(), and dv_decode_video_segment().
uint8_t BlockInfo::pos |
Definition at line 56 of file dvdec.c.
Referenced by dv_decode_ac(), dv_decode_video_segment(), and flashsv_decode_block().
Definition at line 57 of file dvdec.c.
Referenced by dv_decode_video_segment().
uint8_t BlockInfo::partial_bit_count |
Definition at line 58 of file dvdec.c.
Referenced by dv_decode_ac(), and dv_decode_video_segment().
uint32_t BlockInfo::partial_bit_buffer |
Definition at line 59 of file dvdec.c.
Referenced by dv_decode_ac().
int BlockInfo::size |
Definition at line 48 of file flashsv.c.
Referenced by flashsv_decode_block().