FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
BlockInfo Struct Reference

Data Fields

const uint32_t * factor_table
 
const uint8_tscan_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_tpos
 
int size
 

Detailed Description

Definition at line 49 of file dvdec.c.

Field Documentation

const uint32_t* BlockInfo::factor_table

Definition at line 50 of file dvdec.c.

Referenced by dv_decode_ac(), and dv_decode_video_segment().

const uint8_t* BlockInfo::scan_table

Definition at line 51 of file dvdec.c.

Referenced by dv_decode_ac(), and dv_decode_video_segment().

uint8_t BlockInfo::pos

Definition at line 52 of file dvdec.c.

Referenced by dv_decode_ac(), dv_decode_video_segment(), and flashsv_decode_block().

void(* BlockInfo::idct_put)(uint8_t *dest, int line_size, int16_t *block)

Definition at line 53 of file dvdec.c.

Referenced by dv_decode_video_segment().

uint8_t BlockInfo::partial_bit_count

Definition at line 54 of file dvdec.c.

Referenced by dv_decode_ac(), and dv_decode_video_segment().

uint32_t BlockInfo::partial_bit_buffer

Definition at line 55 of file dvdec.c.

Referenced by dv_decode_ac().

int BlockInfo::shift_offset

Definition at line 56 of file dvdec.c.

uint8_t* BlockInfo::pos

Definition at line 47 of file flashsv.c.

int BlockInfo::size

Definition at line 48 of file flashsv.c.

Referenced by flashsv_decode_block().


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