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 | 70 static int kf_low_motion_minq_8[QINDEX_RANGE]; 71 static int kf_high_motion_minq_8[QINDEX_RANGE]; 72 static int arfgf_low_motion_minq_8[QINDEX_RANGE]; 73 static int arfgf_high_motion_minq_8[QINDEX_RANGE]; 74 static int inter_minq_8[QINDEX_RANGE]; 75 static int rtc_minq_8[QINDEX_RANGE]; 78 static int kf_low_motion_minq_10[QINDEX_RANGE]; 79 static int kf_high_motion_minq_10[QINDEX_RANGE]; 80 static int arfgf_low_motion_minq_10[QINDEX_RANGE]; 81 static int arfgf_high_motion_minq_10[QINDEX_RANGE]; [all …]
|
D | vp9_encoder.h | 457 DECLARE_ALIGNED(16, int16_t, y_dequant[QINDEX_RANGE][8]); 458 DECLARE_ALIGNED(16, int16_t, uv_dequant[QINDEX_RANGE][8]);
|
D | vp9_quantize.c | 223 for (q = 0; q < QINDEX_RANGE; q++) { in vp9_init_quantizer()
|
D | vp9_firstpass.c | 478 for (i = 0; i < QINDEX_RANGE; ++i) in find_fp_qindex() 481 if (i == QINDEX_RANGE) i--; in find_fp_qindex() 1563 static const double q_pow_term[(QINDEX_RANGE >> 5) + 1] = { 1573 assert((index >= 0) && (index < (QINDEX_RANGE >> 5))); in calc_correction_factor()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_int.h | 263 DECLARE_ALIGNED(16, short, Y1quant[QINDEX_RANGE][16]); 264 DECLARE_ALIGNED(16, short, Y1quant_shift[QINDEX_RANGE][16]); 265 DECLARE_ALIGNED(16, short, Y1zbin[QINDEX_RANGE][16]); 266 DECLARE_ALIGNED(16, short, Y1round[QINDEX_RANGE][16]); 268 DECLARE_ALIGNED(16, short, Y2quant[QINDEX_RANGE][16]); 269 DECLARE_ALIGNED(16, short, Y2quant_shift[QINDEX_RANGE][16]); 270 DECLARE_ALIGNED(16, short, Y2zbin[QINDEX_RANGE][16]); 271 DECLARE_ALIGNED(16, short, Y2round[QINDEX_RANGE][16]); 273 DECLARE_ALIGNED(16, short, UVquant[QINDEX_RANGE][16]); 274 DECLARE_ALIGNED(16, short, UVquant_shift[QINDEX_RANGE][16]); [all …]
|
D | ratectrl.c | 49 const int vp8_bits_per_mb[2][QINDEX_RANGE] = { 88 static const int kf_boost_qadjustment[QINDEX_RANGE] = { 102 const int vp8_gf_boost_qadjustment[QINDEX_RANGE] = { 136 static const int kf_gf_boost_qlimits[QINDEX_RANGE] = {
|
D | firstpass.c | 42 extern int vp8_kf_boost_qadjustment[QINDEX_RANGE]; 44 extern const int vp8_gf_boost_qadjustment[QINDEX_RANGE]; 65 static const int cq_level[QINDEX_RANGE] = { 847 extern const int vp8_bits_per_mb[2][QINDEX_RANGE];
|
D | onyx_if.c | 128 extern const int vp8_bits_per_mb[2][QINDEX_RANGE]; 136 static const unsigned char kf_low_motion_minq[QINDEX_RANGE] = { 145 static const unsigned char kf_high_motion_minq[QINDEX_RANGE] = { 154 static const unsigned char gf_low_motion_minq[QINDEX_RANGE] = { 163 static const unsigned char gf_mid_motion_minq[QINDEX_RANGE] = { 172 static const unsigned char gf_high_motion_minq[QINDEX_RANGE] = { 181 static const unsigned char inter_minq[QINDEX_RANGE] = {
|
D | vp8_quantize.c | 190 for (Q = 0; Q < QINDEX_RANGE; ++Q) { in vp8cx_init_quantizer()
|
D | rdopt.c | 139 static const int sad_per_bit16lut[QINDEX_RANGE] = { 148 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] = { 38 static const int16_t dc_qlookup_10[QINDEX_RANGE] = { 61 static const int16_t dc_qlookup_12[QINDEX_RANGE] = { 89 static const int16_t ac_qlookup[QINDEX_RANGE] = { 113 static const int16_t ac_qlookup_10[QINDEX_RANGE] = { 136 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 | 34 #define QINDEX_RANGE (MAXQ + 1) macro 65 DECLARE_ALIGNED(16, short, Y1dequant[QINDEX_RANGE][2]); 66 DECLARE_ALIGNED(16, short, Y2dequant[QINDEX_RANGE][2]); 67 DECLARE_ALIGNED(16, short, UVdequant[QINDEX_RANGE][2]);
|
D | quant_common.c | 13 static const int dc_qlookup[QINDEX_RANGE] = { 25 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 | 46 for (Q = 0; Q < QINDEX_RANGE; ++Q) { in vp8cx_init_de_quantizer()
|