Searched refs:QINDEX_RANGE (Results 1 – 18 of 18) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_quantize.h | 21 DECLARE_ALIGNED(16, int16_t, y_quant[QINDEX_RANGE][8]); 22 DECLARE_ALIGNED(16, int16_t, y_quant_shift[QINDEX_RANGE][8]); 23 DECLARE_ALIGNED(16, int16_t, y_zbin[QINDEX_RANGE][8]); 24 DECLARE_ALIGNED(16, int16_t, y_round[QINDEX_RANGE][8]); 26 DECLARE_ALIGNED(16, int16_t, uv_quant[QINDEX_RANGE][8]); 27 DECLARE_ALIGNED(16, int16_t, uv_quant_shift[QINDEX_RANGE][8]); 28 DECLARE_ALIGNED(16, int16_t, uv_zbin[QINDEX_RANGE][8]); 29 DECLARE_ALIGNED(16, int16_t, uv_round[QINDEX_RANGE][8]); 32 DECLARE_ALIGNED(16, int16_t, a_quant[QINDEX_RANGE][8]); 33 DECLARE_ALIGNED(16, int16_t, a_quant_shift[QINDEX_RANGE][8]); [all …]
|
D | vp9_ratectrl.c | 42 static int kf_low_motion_minq[QINDEX_RANGE]; 43 static int kf_high_motion_minq[QINDEX_RANGE]; 44 static int gf_low_motion_minq[QINDEX_RANGE]; 45 static int gf_high_motion_minq[QINDEX_RANGE]; 46 static int inter_minq[QINDEX_RANGE]; 47 static int afq_low_motion_minq[QINDEX_RANGE]; 48 static int afq_high_motion_minq[QINDEX_RANGE]; 68 for (i = 0; i < QINDEX_RANGE; i++) in get_minq_index() 72 return QINDEX_RANGE - 1; in get_minq_index() 78 for (i = 0; i < QINDEX_RANGE; i++) { in vp9_rc_init_minq_luts()
|
D | vp9_quantize.c | 159 for (q = 0; q < QINDEX_RANGE; q++) { in vp9_init_quantizer()
|
D | vp9_onyx_if.c | 1959 for (i = 0; i < QINDEX_RANGE; i++) { in find_fp_qindex() 1965 if (i == QINDEX_RANGE) in find_fp_qindex()
|
D | vp9_rdopt.c | 205 static int sad_per_bit16lut[QINDEX_RANGE]; 206 static int sad_per_bit4lut[QINDEX_RANGE]; 214 for (i = 0; i < QINDEX_RANGE; i++) { in vp9_init_me_luts()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_int.h | 288 DECLARE_ALIGNED(16, short, Y1quant[QINDEX_RANGE][16]); 289 DECLARE_ALIGNED(16, short, Y1quant_shift[QINDEX_RANGE][16]); 290 DECLARE_ALIGNED(16, short, Y1zbin[QINDEX_RANGE][16]); 291 DECLARE_ALIGNED(16, short, Y1round[QINDEX_RANGE][16]); 293 DECLARE_ALIGNED(16, short, Y2quant[QINDEX_RANGE][16]); 294 DECLARE_ALIGNED(16, short, Y2quant_shift[QINDEX_RANGE][16]); 295 DECLARE_ALIGNED(16, short, Y2zbin[QINDEX_RANGE][16]); 296 DECLARE_ALIGNED(16, short, Y2round[QINDEX_RANGE][16]); 298 DECLARE_ALIGNED(16, short, UVquant[QINDEX_RANGE][16]); 299 DECLARE_ALIGNED(16, short, UVquant_shift[QINDEX_RANGE][16]); [all …]
|
D | 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] = 157 static const int kf_gf_boost_qlimits[QINDEX_RANGE] =
|
D | quantize.c | 443 for (Q = 0; Q < QINDEX_RANGE; Q++) in vp8cx_init_quantizer() 538 for (Q = 0; Q < QINDEX_RANGE; Q++) in vp8cx_init_quantizer()
|
D | 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] = 903 extern const int vp8_bits_per_mb[2][QINDEX_RANGE];
|
D | 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] =
|
D | rdopt.c | 181 static const int sad_per_bit16lut[QINDEX_RANGE] = 200 static const int sad_per_bit4lut[QINDEX_RANGE] =
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | 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++) { in vp9_init_quant_tables()
|
D | vp9_quant_common.h | 22 #define QINDEX_RANGE (MAXQ - MINQ + 1) macro
|
D | vp9_onyxc_int.h | 69 DECLARE_ALIGNED(16, int16_t, y_dequant[QINDEX_RANGE][8]); 70 DECLARE_ALIGNED(16, int16_t, uv_dequant[QINDEX_RANGE][8]); 72 DECLARE_ALIGNED(16, int16_t, a_dequant[QINDEX_RANGE][8]);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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] =
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | decodeframe.c | 45 for (Q = 0; Q < QINDEX_RANGE; Q++) in vp8cx_init_de_quantizer()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1206 for (q = 0; q < QINDEX_RANGE; q++) { in vp9_init_dequantizer()
|