FFmpeg
Data Fields
BlockInfo Struct Reference

Data Fields

const uint32_t * factor_table
 
const uint8_t * scan_table
 
uint8_t pos
 
void(* idct_put )(uint8_t *dest, ptrdiff_t stride, int16_t *block)
 
uint8_t partial_bit_count
 
uint32_t partial_bit_buffer
 
int shift_offset
 
const uint8_t * pos
 
int size
 
int row
 
int col
 
int block_width
 
int block_height
 
int image_width
 
int image_height
 
int block_index
 
uint16_t start
 
int rowstride
 
int prev_rowstride
 
int blocks_per_row
 
int total_blocks
 

Detailed Description

Definition at line 57 of file dvdec.c.

Field Documentation

◆ factor_table

const uint32_t* BlockInfo::factor_table

Definition at line 58 of file dvdec.c.

◆ scan_table

const uint8_t* BlockInfo::scan_table

Definition at line 59 of file dvdec.c.

◆ pos [1/2]

uint8_t BlockInfo::pos

Definition at line 60 of file dvdec.c.

◆ idct_put

void(* BlockInfo::idct_put) (uint8_t *dest, ptrdiff_t stride, int16_t *block)

Definition at line 61 of file dvdec.c.

◆ partial_bit_count

uint8_t BlockInfo::partial_bit_count

Definition at line 62 of file dvdec.c.

◆ partial_bit_buffer

uint32_t BlockInfo::partial_bit_buffer

Definition at line 63 of file dvdec.c.

◆ shift_offset

int BlockInfo::shift_offset

Definition at line 64 of file dvdec.c.

◆ pos [2/2]

const uint8_t* BlockInfo::pos

Definition at line 50 of file flashsv.c.

◆ size

int BlockInfo::size

Definition at line 51 of file flashsv.c.

◆ row

int BlockInfo::row

◆ col

int BlockInfo::col

Definition at line 76 of file rpzaenc.c.

Referenced by encode_four_color_block(), get_block_info(), and update_block_in_prev_frame().

◆ block_width

int BlockInfo::block_width

◆ block_height

int BlockInfo::block_height

◆ image_width

int BlockInfo::image_width

◆ image_height

int BlockInfo::image_height

◆ block_index

int BlockInfo::block_index

Definition at line 81 of file rpzaenc.c.

◆ start

uint16_t BlockInfo::start

Definition at line 82 of file rpzaenc.c.

◆ rowstride

int BlockInfo::rowstride

◆ prev_rowstride

int BlockInfo::prev_rowstride

◆ blocks_per_row

int BlockInfo::blocks_per_row

Definition at line 85 of file rpzaenc.c.

Referenced by get_block_info(), and rpza_encode_stream().

◆ total_blocks

int BlockInfo::total_blocks

Definition at line 86 of file rpzaenc.c.


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