/external/libvpx/libvpx/vp9/common/ |
vp9_quant_common.c | 16 static const int16_t dc_qlookup[QINDEX_RANGE] = { 51 static const int16_t ac_qlookup[QINDEX_RANGE] = { 88 static int16_t dc_qlookup[QINDEX_RANGE]; 89 static int16_t ac_qlookup[QINDEX_RANGE]; 110 for (i = 1; i < QINDEX_RANGE; i++) {
|
vp9_quant_common.h | 18 #define QINDEX_RANGE (MAXQ - MINQ + 1)
|
vp9_onyxc_int.h | 88 DECLARE_ALIGNED(16, int16_t, y_dequant[QINDEX_RANGE][8]); 89 DECLARE_ALIGNED(16, int16_t, uv_dequant[QINDEX_RANGE][8]); 91 DECLARE_ALIGNED(16, int16_t, a_dequant[QINDEX_RANGE][8]);
|
/external/libvpx/libvpx/vp8/common/ |
onyxc_int.h | 31 #define QINDEX_RANGE (MAXQ + 1) 66 DECLARE_ALIGNED(16, short, Y1dequant[QINDEX_RANGE][2]); 67 DECLARE_ALIGNED(16, short, Y2dequant[QINDEX_RANGE][2]); 68 DECLARE_ALIGNED(16, short, UVdequant[QINDEX_RANGE][2]);
|
quant_common.c | 14 static const int dc_qlookup[QINDEX_RANGE] = 26 static const int ac_qlookup[QINDEX_RANGE] =
|
/external/libvpx/libvpx/vp8/encoder/ |
onyx_int.h | 284 DECLARE_ALIGNED(16, short, Y1quant[QINDEX_RANGE][16]); 285 DECLARE_ALIGNED(16, short, Y1quant_shift[QINDEX_RANGE][16]); 286 DECLARE_ALIGNED(16, short, Y1zbin[QINDEX_RANGE][16]); 287 DECLARE_ALIGNED(16, short, Y1round[QINDEX_RANGE][16]); 289 DECLARE_ALIGNED(16, short, Y2quant[QINDEX_RANGE][16]); 290 DECLARE_ALIGNED(16, short, Y2quant_shift[QINDEX_RANGE][16]); 291 DECLARE_ALIGNED(16, short, Y2zbin[QINDEX_RANGE][16]); 292 DECLARE_ALIGNED(16, short, Y2round[QINDEX_RANGE][16]); 294 DECLARE_ALIGNED(16, short, UVquant[QINDEX_RANGE][16]); 295 DECLARE_ALIGNED(16, short, UVquant_shift[QINDEX_RANGE][16]) [all...] |
ratectrl.c | 51 const int vp8_bits_per_mb[2][QINDEX_RANGE] = 93 static const int kf_boost_qadjustment[QINDEX_RANGE] = 115 const int vp8_gf_boost_qadjustment[QINDEX_RANGE] = 136 const int vp8_gf_boost_qadjustment[QINDEX_RANGE] = 157 static const int kf_gf_boost_qlimits[QINDEX_RANGE] = [all...] |
quantize.c | 443 for (Q = 0; Q < QINDEX_RANGE; Q++) 538 for (Q = 0; Q < QINDEX_RANGE; Q++)
|
firstpass.c | 41 extern int vp8_kf_boost_qadjustment[QINDEX_RANGE]; 43 extern const int vp8_gf_boost_qadjustment[QINDEX_RANGE]; 65 static const int cq_level[QINDEX_RANGE] = [all...] |
onyx_if.c | 137 extern const int vp8_bits_per_mb[2][QINDEX_RANGE]; 145 static const unsigned char kf_low_motion_minq[QINDEX_RANGE] = 156 static const unsigned char kf_high_motion_minq[QINDEX_RANGE] = 167 static const unsigned char gf_low_motion_minq[QINDEX_RANGE] = 178 static const unsigned char gf_mid_motion_minq[QINDEX_RANGE] = 189 static const unsigned char gf_high_motion_minq[QINDEX_RANGE] = 200 static const unsigned char inter_minq[QINDEX_RANGE] = [all...] |
rdopt.c | 181 static const int sad_per_bit16lut[QINDEX_RANGE] = 200 static const int sad_per_bit4lut[QINDEX_RANGE] = [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_onyx_int.h | 294 DECLARE_ALIGNED(16, int16_t, y_quant[QINDEX_RANGE][8]); 295 DECLARE_ALIGNED(16, int16_t, y_quant_shift[QINDEX_RANGE][8]); 296 DECLARE_ALIGNED(16, int16_t, y_zbin[QINDEX_RANGE][8]); 297 DECLARE_ALIGNED(16, int16_t, y_round[QINDEX_RANGE][8]); 299 DECLARE_ALIGNED(16, int16_t, uv_quant[QINDEX_RANGE][8]); 300 DECLARE_ALIGNED(16, int16_t, uv_quant_shift[QINDEX_RANGE][8]); 301 DECLARE_ALIGNED(16, int16_t, uv_zbin[QINDEX_RANGE][8]); 302 DECLARE_ALIGNED(16, int16_t, uv_round[QINDEX_RANGE][8]); 305 DECLARE_ALIGNED(16, int16_t, a_quant[QINDEX_RANGE][8]); 306 DECLARE_ALIGNED(16, int16_t, a_quant_shift[QINDEX_RANGE][8]) [all...] |
vp9_onyx_if.c | 116 static int kf_low_motion_minq[QINDEX_RANGE]; 117 static int kf_high_motion_minq[QINDEX_RANGE]; 118 static int gf_low_motion_minq[QINDEX_RANGE]; 119 static int gf_high_motion_minq[QINDEX_RANGE]; 120 static int inter_minq[QINDEX_RANGE]; 121 static int afq_low_motion_minq[QINDEX_RANGE]; 122 static int afq_high_motion_minq[QINDEX_RANGE]; 165 for (i = 0; i < QINDEX_RANGE; i++) { 170 return QINDEX_RANGE - 1; 176 for (i = 0; i < QINDEX_RANGE; i++) [all...] |
vp9_quantize.c | 196 for (q = 0; q < QINDEX_RANGE; q++) {
|
vp9_firstpass.c | 65 int ret_val = QINDEX_RANGE - 1; 70 for (i = 0; i < QINDEX_RANGE; i++) { [all...] |
vp9_rdopt.c | 148 static int sad_per_bit16lut[QINDEX_RANGE]; 149 static int sad_per_bit4lut[QINDEX_RANGE]; 157 for (i = 0; i < QINDEX_RANGE; i++) { [all...] |
/external/libvpx/libvpx/vp8/decoder/ |
decodframe.c | 45 for (Q = 0; Q < QINDEX_RANGE; Q++) [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodframe.c | [all...] |