SnowContext Struct Reference

#include <snow.h>

Collaboration diagram for SnowContext:
Collaboration graph

Data Fields

AVClassclass
 
AVCodecContextavctx
 
RangeCoder c
 
DSPContext dsp
 
HpelDSPContext hdsp
 
VideoDSPContext vdsp
 
H264QpelContext h264qpel
 
SnowDWTContext dwt
 
AVFrame new_picture
 
AVFrame input_picture
 new_picture with the internal linesizes More...
 
AVFrame current_picture
 
AVFrame last_picture [MAX_REF_FRAMES]
 
uint8_thalfpel_plane [MAX_REF_FRAMES][4][4]
 
AVFrame mconly_picture
 
uint8_t header_state [32]
 
uint8_t block_state [128+32 *128]
 
int keyframe
 
int always_reset
 
int version
 
int spatial_decomposition_type
 
int last_spatial_decomposition_type
 
int temporal_decomposition_type
 
int spatial_decomposition_count
 
int last_spatial_decomposition_count
 
int temporal_decomposition_count
 
int max_ref_frames
 
int ref_frames
 
int16_t(*[MAX_REF_FRAMESref_mvs )[2]
 
uint32_t * ref_scores [MAX_REF_FRAMES]
 
DWTELEMspatial_dwt_buffer
 
DWTELEMtemp_dwt_buffer
 
IDWTELEMspatial_idwt_buffer
 
IDWTELEMtemp_idwt_buffer
 
int * run_buffer
 
int colorspace_type
 
int chroma_h_shift
 
int chroma_v_shift
 
int spatial_scalability
 
int qlog
 
int last_qlog
 
int lambda
 
int lambda2
 
int pass1_rc
 
int mv_scale
 
int last_mv_scale
 
int qbias
 
int last_qbias
 
int b_width
 
int b_height
 
int block_max_depth
 
int last_block_max_depth
 
Plane plane [MAX_PLANES]
 
BlockNodeblock
 
unsigned me_cache [ME_CACHE_SIZE]
 
unsigned me_cache_generation
 
slice_buffer sb
 
int memc_only
 
int no_bitstream
 
MpegEncContext m
 
uint8_tscratchbuf
 
uint8_temu_edge_buffer
 

Detailed Description

Definition at line 108 of file snow.h.

Field Documentation

int SnowContext::always_reset

Definition at line 127 of file snow.h.

Referenced by decode_header(), and encode_header().

uint8_t SnowContext::block_state[128+32 *128]
AVClass* SnowContext::class

Definition at line 109 of file snow.h.

int SnowContext::colorspace_type

Definition at line 144 of file snow.h.

Referenced by decode_header(), encode_header(), and encode_init().

DSPContext SnowContext::dsp

Definition at line 112 of file snow.h.

Referenced by encode_frame(), encode_init(), ff_snow_frame_start(), get_4block_rd(), get_block_rd(), and mca().

SnowDWTContext SnowContext::dwt

Definition at line 116 of file snow.h.

Referenced by add_yblock(), decode_frame(), and mca().

uint8_t* SnowContext::emu_edge_buffer

Definition at line 174 of file snow.h.

Referenced by ff_snow_common_end(), ff_snow_common_init_after_header(), and get_block_rd().

H264QpelContext SnowContext::h264qpel

Definition at line 115 of file snow.h.

Referenced by ff_snow_pred_block(), and mca().

uint8_t* SnowContext::halfpel_plane[MAX_REF_FRAMES][4][4]

Definition at line 121 of file snow.h.

Referenced by ff_snow_frame_start(), and ff_snow_release_buffer().

HpelDSPContext SnowContext::hdsp

Definition at line 113 of file snow.h.

Referenced by encode_frame(), and mca().

uint8_t SnowContext::header_state[32]
AVFrame SnowContext::input_picture

new_picture with the internal linesizes

Definition at line 118 of file snow.h.

Referenced by encode_end(), encode_frame(), encode_init(), and encode_q_branch().

int SnowContext::lambda

Definition at line 150 of file snow.h.

Referenced by encode_frame(), encode_q_branch(), get_4block_rd(), get_block_rd(), and ratecontrol_1pass().

int SnowContext::lambda2

Definition at line 151 of file snow.h.

Referenced by encode_frame(), encode_q_branch(), get_4block_rd(), and get_block_rd().

int SnowContext::last_block_max_depth

Definition at line 161 of file snow.h.

Referenced by encode_header(), and update_last_header_values().

int SnowContext::last_mv_scale

Definition at line 154 of file snow.h.

Referenced by encode_header(), and update_last_header_values().

int SnowContext::last_qbias

Definition at line 156 of file snow.h.

Referenced by encode_header(), and update_last_header_values().

int SnowContext::last_qlog

Definition at line 149 of file snow.h.

Referenced by encode_header(), and update_last_header_values().

int SnowContext::last_spatial_decomposition_count

Definition at line 133 of file snow.h.

Referenced by encode_frame(), encode_header(), and update_last_header_values().

int SnowContext::last_spatial_decomposition_type

Definition at line 130 of file snow.h.

Referenced by encode_header(), and update_last_header_values().

int SnowContext::max_ref_frames
AVFrame SnowContext::mconly_picture

Definition at line 122 of file snow.h.

Referenced by decode_frame(), ff_snow_common_end(), ff_snow_common_init_after_header(), and mca().

unsigned SnowContext::me_cache[ME_CACHE_SIZE]

Definition at line 165 of file snow.h.

Referenced by check_4block_inter(), check_block(), and iterative_me().

unsigned SnowContext::me_cache_generation

Definition at line 166 of file snow.h.

Referenced by check_4block_inter(), check_block(), and iterative_me().

int SnowContext::memc_only

Definition at line 168 of file snow.h.

Referenced by encode_frame().

int SnowContext::mv_scale
AVFrame SnowContext::new_picture

Definition at line 117 of file snow.h.

Referenced by encode_frame().

int SnowContext::no_bitstream

Definition at line 169 of file snow.h.

Referenced by encode_frame().

int SnowContext::pass1_rc

Definition at line 152 of file snow.h.

Referenced by encode_frame(), and encode_init().

int SnowContext::ref_frames
int16_t(*[MAX_REF_FRAMES] SnowContext::ref_mvs)[2]

Definition at line 137 of file snow.h.

Referenced by encode_init(), encode_q_branch(), ff_snow_common_end(), and iterative_me().

uint32_t* SnowContext::ref_scores[MAX_REF_FRAMES]

Definition at line 138 of file snow.h.

Referenced by encode_init(), encode_q_branch(), ff_snow_common_end(), and iterative_me().

int* SnowContext::run_buffer

Definition at line 143 of file snow.h.

Referenced by encode_subband_c0run(), ff_snow_common_end(), and mca().

slice_buffer SnowContext::sb

Definition at line 167 of file snow.h.

Referenced by decode_end(), and decode_frame().

uint8_t* SnowContext::scratchbuf
int SnowContext::spatial_decomposition_type
DWTELEM* SnowContext::spatial_dwt_buffer
int SnowContext::spatial_scalability

Definition at line 147 of file snow.h.

Referenced by decode_header(), and encode_header().

DWTELEM* SnowContext::temp_dwt_buffer

Definition at line 140 of file snow.h.

Referenced by encode_frame(), ff_snow_common_end(), and mca().

IDWTELEM* SnowContext::temp_idwt_buffer

Definition at line 142 of file snow.h.

Referenced by calculate_visual_weight(), decode_frame(), encode_frame(), ff_snow_common_end(), and mca().

int SnowContext::temporal_decomposition_count

Definition at line 134 of file snow.h.

Referenced by decode_header(), and encode_header().

int SnowContext::temporal_decomposition_type

Definition at line 131 of file snow.h.

Referenced by decode_header(), and encode_header().

VideoDSPContext SnowContext::vdsp

Definition at line 114 of file snow.h.

Referenced by ff_snow_pred_block(), and mca().


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