Searched refs:QINDEX_RANGE (Results 1 – 18 of 18) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.h | 22 DECLARE_ALIGNED(16, int16_t, y_quant[QINDEX_RANGE][8]); 23 DECLARE_ALIGNED(16, int16_t, y_quant_shift[QINDEX_RANGE][8]); 24 DECLARE_ALIGNED(16, int16_t, y_zbin[QINDEX_RANGE][8]); 25 DECLARE_ALIGNED(16, int16_t, y_round[QINDEX_RANGE][8]); 29 DECLARE_ALIGNED(16, int16_t, y_quant_fp[QINDEX_RANGE][8]); 30 DECLARE_ALIGNED(16, int16_t, uv_quant_fp[QINDEX_RANGE][8]); 31 DECLARE_ALIGNED(16, int16_t, y_round_fp[QINDEX_RANGE][8]); 32 DECLARE_ALIGNED(16, int16_t, uv_round_fp[QINDEX_RANGE][8]); 34 DECLARE_ALIGNED(16, int16_t, uv_quant[QINDEX_RANGE][8]); 35 DECLARE_ALIGNED(16, int16_t, uv_quant_shift[QINDEX_RANGE][8]); [all …]
|
D | vp9_rd.c | 110 static int sad_per_bit16lut_8[QINDEX_RANGE]; 111 static int sad_per_bit4lut_8[QINDEX_RANGE]; 114 static int sad_per_bit16lut_10[QINDEX_RANGE]; 115 static int sad_per_bit4lut_10[QINDEX_RANGE]; 116 static int sad_per_bit16lut_12[QINDEX_RANGE]; 117 static int sad_per_bit4lut_12[QINDEX_RANGE]; 134 init_me_luts_bd(sad_per_bit16lut_8, sad_per_bit4lut_8, QINDEX_RANGE, in vp9_init_me_luts() 137 init_me_luts_bd(sad_per_bit16lut_10, sad_per_bit4lut_10, QINDEX_RANGE, in vp9_init_me_luts() 139 init_me_luts_bd(sad_per_bit16lut_12, sad_per_bit4lut_12, QINDEX_RANGE, in vp9_init_me_luts()
|
D | vp9_ratectrl.c | 76 static int kf_low_motion_minq_8[QINDEX_RANGE]; 77 static int kf_high_motion_minq_8[QINDEX_RANGE]; 78 static int arfgf_low_motion_minq_8[QINDEX_RANGE]; 79 static int arfgf_high_motion_minq_8[QINDEX_RANGE]; 80 static int inter_minq_8[QINDEX_RANGE]; 81 static int rtc_minq_8[QINDEX_RANGE]; 84 static int kf_low_motion_minq_10[QINDEX_RANGE]; 85 static int kf_high_motion_minq_10[QINDEX_RANGE]; 86 static int arfgf_low_motion_minq_10[QINDEX_RANGE]; 87 static int arfgf_high_motion_minq_10[QINDEX_RANGE]; [all …]
|
D | vp9_encoder.h | 298 DECLARE_ALIGNED(16, int16_t, y_dequant[QINDEX_RANGE][8]); 299 DECLARE_ALIGNED(16, int16_t, uv_dequant[QINDEX_RANGE][8]);
|
D | vp9_quantize.c | 256 for (q = 0; q < QINDEX_RANGE; q++) { in vp9_init_quantizer()
|
D | vp9_firstpass.c | 470 for (i = 0; i < QINDEX_RANGE; ++i) in find_fp_qindex() 474 if (i == QINDEX_RANGE) in find_fp_qindex()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_int.h | 285 DECLARE_ALIGNED(16, short, Y1quant[QINDEX_RANGE][16]); 286 DECLARE_ALIGNED(16, short, Y1quant_shift[QINDEX_RANGE][16]); 287 DECLARE_ALIGNED(16, short, Y1zbin[QINDEX_RANGE][16]); 288 DECLARE_ALIGNED(16, short, Y1round[QINDEX_RANGE][16]); 290 DECLARE_ALIGNED(16, short, Y2quant[QINDEX_RANGE][16]); 291 DECLARE_ALIGNED(16, short, Y2quant_shift[QINDEX_RANGE][16]); 292 DECLARE_ALIGNED(16, short, Y2zbin[QINDEX_RANGE][16]); 293 DECLARE_ALIGNED(16, short, Y2round[QINDEX_RANGE][16]); 295 DECLARE_ALIGNED(16, short, UVquant[QINDEX_RANGE][16]); 296 DECLARE_ALIGNED(16, short, UVquant_shift[QINDEX_RANGE][16]); [all …]
|
D | ratectrl.c | 52 const int vp8_bits_per_mb[2][QINDEX_RANGE] = 94 static const int kf_boost_qadjustment[QINDEX_RANGE] = 116 const int vp8_gf_boost_qadjustment[QINDEX_RANGE] = 158 static const int kf_gf_boost_qlimits[QINDEX_RANGE] =
|
D | firstpass.c | 40 extern int vp8_kf_boost_qadjustment[QINDEX_RANGE]; 42 extern const int vp8_gf_boost_qadjustment[QINDEX_RANGE]; 64 static const int cq_level[QINDEX_RANGE] = 904 extern const int vp8_bits_per_mb[2][QINDEX_RANGE];
|
D | onyx_if.c | 124 extern const int vp8_bits_per_mb[2][QINDEX_RANGE]; 132 static const unsigned char kf_low_motion_minq[QINDEX_RANGE] = 143 static const unsigned char kf_high_motion_minq[QINDEX_RANGE] = 154 static const unsigned char gf_low_motion_minq[QINDEX_RANGE] = 165 static const unsigned char gf_mid_motion_minq[QINDEX_RANGE] = 176 static const unsigned char gf_high_motion_minq[QINDEX_RANGE] = 187 static const unsigned char inter_minq[QINDEX_RANGE] =
|
D | vp8_quantize.c | 259 for (Q = 0; Q < QINDEX_RANGE; Q++) in vp8cx_init_quantizer()
|
D | rdopt.c | 182 static const int sad_per_bit16lut[QINDEX_RANGE] = 201 static const int sad_per_bit4lut[QINDEX_RANGE] =
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_quant_common.c | 15 static const int16_t dc_qlookup[QINDEX_RANGE] = { 51 static const int16_t dc_qlookup_10[QINDEX_RANGE] = { 86 static const int16_t dc_qlookup_12[QINDEX_RANGE] = { 122 static const int16_t ac_qlookup[QINDEX_RANGE] = { 158 static const int16_t ac_qlookup_10[QINDEX_RANGE] = { 193 static const int16_t ac_qlookup_12[QINDEX_RANGE] = {
|
D | vp9_quant_common.h | 23 #define QINDEX_RANGE (MAXQ - MINQ + 1) macro
|
/external/libvpx/libvpx/vp8/common/ |
D | onyxc_int.h | 35 #define QINDEX_RANGE (MAXQ + 1) macro 70 DECLARE_ALIGNED(16, short, Y1dequant[QINDEX_RANGE][2]); 71 DECLARE_ALIGNED(16, short, Y2dequant[QINDEX_RANGE][2]); 72 DECLARE_ALIGNED(16, short, UVdequant[QINDEX_RANGE][2]);
|
D | quant_common.c | 14 static const int dc_qlookup[QINDEX_RANGE] = 26 static const int ac_qlookup[QINDEX_RANGE] =
|
/external/libvpx/libvpx/test/ |
D | quantize_test.cc | 162 for (int q = 0; q < QINDEX_RANGE; ++q) { in TEST_P()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodeframe.c | 48 for (Q = 0; Q < QINDEX_RANGE; Q++) in vp8cx_init_de_quantizer()
|