FFmpeg
|
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 |
int BlockInfo::row |
Definition at line 75 of file rpzaenc.c.
Referenced by encode_four_color_block(), get_block_info(), rpza_encode_stream(), and update_block_in_prev_frame().
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().
int BlockInfo::block_width |
Definition at line 77 of file rpzaenc.c.
Referenced by calc_lsq_max_fit_error(), compare_blocks(), get_block_info(), get_max_component_diff(), leastsquares(), and update_block_stats().
int BlockInfo::block_height |
Definition at line 78 of file rpzaenc.c.
Referenced by calc_lsq_max_fit_error(), compare_blocks(), get_block_info(), get_max_component_diff(), leastsquares(), and update_block_stats().
int BlockInfo::image_width |
Definition at line 79 of file rpzaenc.c.
Referenced by encode_four_color_block(), get_block_info(), rpza_encode_stream(), and update_block_in_prev_frame().
int BlockInfo::image_height |
Definition at line 80 of file rpzaenc.c.
Referenced by encode_four_color_block(), get_block_info(), rpza_encode_stream(), and update_block_in_prev_frame().
int BlockInfo::rowstride |
Definition at line 83 of file rpzaenc.c.
Referenced by calc_lsq_max_fit_error(), compare_blocks(), encode_four_color_block(), get_block_info(), get_max_component_diff(), leastsquares(), rpza_encode_stream(), update_block_in_prev_frame(), and update_block_stats().
int BlockInfo::prev_rowstride |
Definition at line 84 of file rpzaenc.c.
Referenced by compare_blocks(), get_block_info(), rpza_encode_stream(), and update_block_in_prev_frame().
int BlockInfo::blocks_per_row |
Definition at line 85 of file rpzaenc.c.
Referenced by get_block_info(), and rpza_encode_stream().