FFmpeg
|
#include "snow.h"
Go to the source code of this file.
Variables | |
static const uint8_t | obmc32 [1024] |
static const uint8_t | obmc16 [256] |
static const uint8_t | obmc8 [64] |
static const uint8_t | obmc4 [16] |
const int8_t | ff_quant3bA [256] |
const uint8_t *const | ff_obmc_tab [4] |
uint8_t | ff_qexp [QROOT] |
int | ff_scale_mv_ref [MAX_REF_FRAMES][MAX_REF_FRAMES] |
|
static |
Definition at line 27 of file snowdata.h.
|
static |
Definition at line 62 of file snowdata.h.
|
static |
Definition at line 83 of file snowdata.h.
|
static |
Definition at line 96 of file snowdata.h.
Referenced by add_yblock(), and ff_snow_inner_add_yblock().
const int8_t ff_quant3bA[256] |
Definition at line 104 of file snowdata.h.
Referenced by encode_subband_c0run(), and unpack_coeffs().
const uint8_t* const ff_obmc_tab[4] |
Definition at line 123 of file snowdata.h.
Referenced by get_4block_rd(), get_dc(), iterative_me(), predict_slice(), and predict_slice_buffered().
Definition at line 128 of file snowdata.h.
Referenced by decode_subband_slice_buffered(), dequantize(), dequantize_slice_buffered(), init_qexp(), quantize(), and ratecontrol_1pass().
int ff_scale_mv_ref[MAX_REF_FRAMES][MAX_REF_FRAMES] |
Definition at line 129 of file snowdata.h.