#include <snow.h>
Data Fields | |
uint8_t * | buffers [2] |
uint8_t * | pixels [2] |
pointer to the actual pixel data of the buffers above | |
uint32_t | width |
uint32_t | height |
uint32_t | pitch |
int | width |
int | height |
SubBand | band [MAX_DECOMPOSITIONS][4] |
int | htaps |
int8_t | hcoeff [HTAPS_MAX/2] |
int | diag_mc |
int | fast_mc |
int | last_htaps |
int8_t | last_hcoeff [HTAPS_MAX/2] |
int | last_diag_mc |
SubBand Plane::band[MAX_DECOMPOSITIONS][4] |
Definition at line 94 of file snow.h.
Referenced by calculate_visual_weight(), decode_frame(), decode_qlogs(), encode_frame(), encode_qlogs(), ff_snow_common_end(), ff_snow_common_init_after_header(), ff_snow_reset_contexts(), and ratecontrol_1pass().
uint8_t* Plane::buffers[2] |
Definition at line 64 of file indeo3.c.
Referenced by allocate_frame_buffers(), and free_frame_buffers().
int Plane::diag_mc |
Definition at line 98 of file snow.h.
Referenced by decode_frame(), decode_header(), encode_header(), encode_init(), mc_block(), and update_last_header_values().
int Plane::fast_mc |
Definition at line 99 of file snow.h.
Referenced by decode_frame(), encode_init(), ff_snow_pred_block(), and mc_block().
int8_t Plane::hcoeff[HTAPS_MAX/2] |
Definition at line 97 of file snow.h.
Referenced by decode_frame(), decode_header(), encode_header(), encode_init(), mc_block(), and update_last_header_values().
uint32_t Plane::height |
Definition at line 67 of file indeo3.c.
Referenced by allocate_frame_buffers(), calculate_visual_weight(), copy_cell(), decode_cell(), decode_frame(), decode_plane(), encode_frame(), ff_snow_common_init_after_header(), get_4block_rd(), get_block_rd(), get_dc(), iterative_me(), output_plane(), predict_slice(), and predict_slice_buffered().
int Plane::htaps |
Definition at line 96 of file snow.h.
Referenced by decode_frame(), decode_header(), encode_header(), encode_init(), and update_last_header_values().
int Plane::last_diag_mc |
Definition at line 103 of file snow.h.
Referenced by encode_header(), and update_last_header_values().
int8_t Plane::last_hcoeff[HTAPS_MAX/2] |
Definition at line 102 of file snow.h.
Referenced by encode_header(), and update_last_header_values().
int Plane::last_htaps |
Definition at line 101 of file snow.h.
Referenced by encode_header(), and update_last_header_values().
uint32_t Plane::pitch |
Definition at line 68 of file indeo3.c.
Referenced by allocate_frame_buffers(), copy_cell(), decode_cell(), and output_plane().
uint8_t* Plane::pixels[2] |
pointer to the actual pixel data of the buffers above
Definition at line 65 of file indeo3.c.
Referenced by allocate_frame_buffers(), copy_cell(), decode_cell(), free_frame_buffers(), and output_plane().
uint32_t Plane::width |
Definition at line 66 of file indeo3.c.
Referenced by allocate_frame_buffers(), calculate_visual_weight(), copy_cell(), decode_cell(), decode_frame(), decode_plane(), encode_frame(), ff_snow_common_init_after_header(), get_4block_rd(), get_block_rd(), get_dc(), iterative_me(), output_plane(), predict_slice(), and predict_slice_buffered().