#include <snow.h>
int SnowContext::always_reset |
Definition at line 122 of file snow.h.
Referenced by decode_header().
AVCodecContext* SnowContext::avctx |
Definition at line 108 of file snow.h.
Referenced by decode_frame(), decode_header(), decode_q_branch(), ff_snow_alloc_blocks(), ff_snow_common_end(), ff_snow_common_init_after_header(), ff_snow_frame_start(), halfpel_interpol(), mca(), predict_slice(), and predict_slice_buffered().
int SnowContext::b_height |
Definition at line 151 of file snow.h.
Referenced by add_yblock(), decode_blocks(), decode_frame(), ff_snow_alloc_blocks(), predict_plane(), predict_slice(), and predict_slice_buffered().
int SnowContext::b_width |
Definition at line 150 of file snow.h.
Referenced by add_yblock(), decode_blocks(), decode_q_branch(), ff_snow_alloc_blocks(), predict_slice(), predict_slice_buffered(), set_blocks(), and snow_set_blocks().
BlockNode* SnowContext::block |
Definition at line 155 of file snow.h.
Referenced by add_yblock(), decode_q_branch(), ff_snow_alloc_blocks(), ff_snow_common_end(), set_blocks(), and snow_set_blocks().
int SnowContext::block_max_depth |
Definition at line 152 of file snow.h.
Referenced by add_yblock(), decode_frame(), decode_header(), decode_q_branch(), ff_snow_alloc_blocks(), predict_plane(), predict_slice(), predict_slice_buffered(), set_blocks(), and snow_set_blocks().
uint8_t SnowContext::block_state[128+32 *128] |
Definition at line 120 of file snow.h.
Referenced by decode_q_branch(), and ff_snow_reset_contexts().
RangeCoder SnowContext::c |
Definition at line 109 of file snow.h.
Referenced by decode_frame(), decode_header(), decode_q_branch(), decode_qlogs(), and unpack_coeffs().
int SnowContext::chroma_h_shift |
Definition at line 137 of file snow.h.
Referenced by decode_header(), and ff_snow_common_init_after_header().
int SnowContext::chroma_v_shift |
Definition at line 138 of file snow.h.
Referenced by decode_header(), and ff_snow_common_init_after_header().
int SnowContext::colorspace_type |
Definition at line 136 of file snow.h.
Referenced by decode_header().
AVFrame SnowContext::current_picture |
Definition at line 114 of file snow.h.
Referenced by decode_frame(), ff_snow_common_end(), ff_snow_frame_start(), ff_snow_release_buffer(), predict_slice(), and predict_slice_buffered().
DSPContext SnowContext::dsp |
Definition at line 110 of file snow.h.
Referenced by ff_snow_frame_start(), ff_snow_pred_block(), and mca().
DWTContext SnowContext::dwt |
Definition at line 111 of file snow.h.
Referenced by add_yblock(), decode_frame(), and mca().
uint8_t* SnowContext::halfpel_plane[MAX_REF_FRAMES][4][4] |
Definition at line 116 of file snow.h.
Referenced by ff_snow_frame_start(), and ff_snow_release_buffer().
uint8_t SnowContext::header_state[32] |
Definition at line 119 of file snow.h.
Referenced by decode_header(), decode_qlogs(), and ff_snow_reset_contexts().
AVFrame SnowContext::input_picture |
int SnowContext::keyframe |
Definition at line 121 of file snow.h.
Referenced by decode_frame(), decode_header(), decode_q_branch(), ff_snow_frame_start(), predict_slice(), and predict_slice_buffered().
AVFrame SnowContext::last_picture[MAX_REF_FRAMES] |
Definition at line 115 of file snow.h.
Referenced by ff_snow_common_end(), ff_snow_frame_start(), ff_snow_pred_block(), and ff_snow_release_buffer().
MpegEncContext SnowContext::m |
Definition at line 162 of file snow.h.
Referenced by ff_snow_common_end().
int SnowContext::max_ref_frames |
Definition at line 130 of file snow.h.
Referenced by decode_header(), ff_snow_frame_start(), ff_snow_release_buffer(), and mca().
AVFrame SnowContext::mconly_picture |
Definition at line 117 of file snow.h.
Referenced by decode_frame(), ff_snow_common_end(), and mca().
unsigned SnowContext::me_cache[ME_CACHE_SIZE] |
int SnowContext::mv_scale |
Definition at line 145 of file snow.h.
Referenced by decode_header(), and ff_snow_pred_block().
Plane SnowContext::plane[MAX_PLANES] |
Definition at line 154 of file snow.h.
Referenced by decode_frame(), decode_header(), decode_qlogs(), ff_snow_common_end(), ff_snow_common_init_after_header(), ff_snow_pred_block(), ff_snow_reset_contexts(), predict_slice(), and predict_slice_buffered().
int SnowContext::qbias |
Definition at line 147 of file snow.h.
Referenced by decode_header(), decode_subband_slice_buffered(), and dequantize_slice_buffered().
int SnowContext::qlog |
Definition at line 140 of file snow.h.
Referenced by decode_frame(), decode_header(), decode_subband_slice_buffered(), and dequantize_slice_buffered().
int SnowContext::ref_frames |
Definition at line 131 of file snow.h.
Referenced by decode_q_branch(), ff_snow_frame_start(), and pred_mv().
int16_t(*[MAX_REF_FRAMES] SnowContext::ref_mvs)[2] |
Definition at line 132 of file snow.h.
Referenced by ff_snow_common_end().
uint32_t* SnowContext::ref_scores[MAX_REF_FRAMES] |
Definition at line 133 of file snow.h.
Referenced by ff_snow_common_end().
slice_buffer SnowContext::sb |
Definition at line 159 of file snow.h.
Referenced by decode_end(), and decode_frame().
uint8_t* SnowContext::scratchbuf |
Definition at line 164 of file snow.h.
Referenced by add_yblock(), ff_snow_common_end(), and mca().
int SnowContext::spatial_decomposition_count |
Definition at line 127 of file snow.h.
Referenced by decode_frame(), decode_header(), decode_qlogs(), ff_snow_common_end(), and ff_snow_common_init_after_header().
int SnowContext::spatial_decomposition_type |
Definition at line 124 of file snow.h.
Referenced by decode_frame(), and decode_header().
DWTELEM* SnowContext::spatial_dwt_buffer |
Definition at line 134 of file snow.h.
Referenced by decode_frame(), ff_snow_common_end(), ff_snow_common_init_after_header(), and mca().
IDWTELEM* SnowContext::spatial_idwt_buffer |
Definition at line 135 of file snow.h.
Referenced by decode_frame(), decode_subband_slice_buffered(), ff_snow_common_end(), ff_snow_common_init_after_header(), and mca().
int SnowContext::spatial_scalability |
Definition at line 139 of file snow.h.
Referenced by decode_header().
int SnowContext::temporal_decomposition_count |
Definition at line 129 of file snow.h.
Referenced by decode_header().
int SnowContext::temporal_decomposition_type |
Definition at line 126 of file snow.h.
Referenced by decode_header().
int SnowContext::version |
Definition at line 123 of file snow.h.
Referenced by decode_header().