Home
last modified time | relevance | path

Searched refs:QINDEX_RANGE (Results 1 – 18 of 18) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_quantize.h21 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 …]
Dvp9_ratectrl.c42 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()
Dvp9_quantize.c159 for (q = 0; q < QINDEX_RANGE; q++) { in vp9_init_quantizer()
Dvp9_onyx_if.c1959 for (i = 0; i < QINDEX_RANGE; i++) { in find_fp_qindex()
1965 if (i == QINDEX_RANGE) in find_fp_qindex()
Dvp9_rdopt.c205 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/
Donyx_int.h288 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 …]
Dratectrl.c51 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] =
Dquantize.c443 for (Q = 0; Q < QINDEX_RANGE; Q++) in vp8cx_init_quantizer()
538 for (Q = 0; Q < QINDEX_RANGE; Q++) in vp8cx_init_quantizer()
Dfirstpass.c41 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];
Donyx_if.c137 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] =
Drdopt.c181 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/
Dvp9_quant_common.c16 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()
Dvp9_quant_common.h22 #define QINDEX_RANGE (MAXQ - MINQ + 1) macro
Dvp9_onyxc_int.h69 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/
Donyxc_int.h35 #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]);
Dquant_common.c14 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/
Ddecodeframe.c45 for (Q = 0; Q < QINDEX_RANGE; Q++) in vp8cx_init_de_quantizer()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c1206 for (q = 0; q < QINDEX_RANGE; q++) { in vp9_init_dequantizer()