BlockInfo Struct Reference

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

Detailed Description

Definition at line 361 of file dv.c.

Field Documentation

const uint32_t* BlockInfo::factor_table

Definition at line 362 of file dv.c.

Referenced by dv_decode_ac(), and dv_decode_video_segment().

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

Definition at line 365 of file dv.c.

Referenced by dv_decode_video_segment().

uint32_t BlockInfo::partial_bit_buffer

Definition at line 367 of file dv.c.

Referenced by dv_decode_ac().

uint8_t BlockInfo::partial_bit_count

Definition at line 366 of file dv.c.

Referenced by dv_decode_ac(), and dv_decode_video_segment().

uint8_t* BlockInfo::pos

Definition at line 46 of file flashsv.c.

uint8_t BlockInfo::pos

Definition at line 364 of file dv.c.

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

const uint8_t* BlockInfo::scan_table

Definition at line 363 of file dv.c.

Referenced by dv_decode_ac(), and dv_decode_video_segment().

int BlockInfo::shift_offset

Definition at line 368 of file dv.c.

int BlockInfo::size

Definition at line 47 of file flashsv.c.

Referenced by flashsv_decode_block().

int BlockInfo::unp_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: