Home
last modified time | relevance | path

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

12

/external/libaom/libaom/av1/encoder/
Dav1_quantize.h48 DECLARE_ALIGNED(16, int16_t, y_quant[QINDEX_RANGE][8]);
49 DECLARE_ALIGNED(16, int16_t, y_quant_shift[QINDEX_RANGE][8]);
50 DECLARE_ALIGNED(16, int16_t, y_zbin[QINDEX_RANGE][8]);
51 DECLARE_ALIGNED(16, int16_t, y_round[QINDEX_RANGE][8]);
55 DECLARE_ALIGNED(16, int16_t, y_quant_fp[QINDEX_RANGE][8]);
56 DECLARE_ALIGNED(16, int16_t, u_quant_fp[QINDEX_RANGE][8]);
57 DECLARE_ALIGNED(16, int16_t, v_quant_fp[QINDEX_RANGE][8]);
58 DECLARE_ALIGNED(16, int16_t, y_round_fp[QINDEX_RANGE][8]);
59 DECLARE_ALIGNED(16, int16_t, u_round_fp[QINDEX_RANGE][8]);
60 DECLARE_ALIGNED(16, int16_t, v_round_fp[QINDEX_RANGE][8]);
[all …]
Dratectrl.c64 static int kf_low_motion_minq_8[QINDEX_RANGE];
65 static int kf_high_motion_minq_8[QINDEX_RANGE];
66 static int arfgf_low_motion_minq_8[QINDEX_RANGE];
67 static int arfgf_high_motion_minq_8[QINDEX_RANGE];
68 static int inter_minq_8[QINDEX_RANGE];
69 static int rtc_minq_8[QINDEX_RANGE];
71 static int kf_low_motion_minq_10[QINDEX_RANGE];
72 static int kf_high_motion_minq_10[QINDEX_RANGE];
73 static int arfgf_low_motion_minq_10[QINDEX_RANGE];
74 static int arfgf_high_motion_minq_10[QINDEX_RANGE];
[all …]
Drd.c315 static int sad_per_bit16lut_8[QINDEX_RANGE];
316 static int sad_per_bit4lut_8[QINDEX_RANGE];
317 static int sad_per_bit16lut_10[QINDEX_RANGE];
318 static int sad_per_bit4lut_10[QINDEX_RANGE];
319 static int sad_per_bit16lut_12[QINDEX_RANGE];
320 static int sad_per_bit4lut_12[QINDEX_RANGE];
336 init_me_luts_bd(sad_per_bit16lut_8, sad_per_bit4lut_8, QINDEX_RANGE, in av1_init_me_luts()
338 init_me_luts_bd(sad_per_bit16lut_10, sad_per_bit4lut_10, QINDEX_RANGE, in av1_init_me_luts()
340 init_me_luts_bd(sad_per_bit16lut_12, sad_per_bit4lut_12, QINDEX_RANGE, in av1_init_me_luts()
Dav1_quantize.c587 for (q = 0; q < QINDEX_RANGE; q++) { in av1_build_quantizer()
685 0, AOMMIN(QINDEX_RANGE - 1, cpi->oxcf.deltaq_mode != NO_DELTA_Q in av1_init_plane_quantizers()
Dfirstpass.c293 return av1_find_qindex(FIRST_PASS_Q, bit_depth, 0, QINDEX_RANGE - 1); in find_fp_qindex()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.h22 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 …]
Dvp9_rd.c131 static int sad_per_bit16lut_8[QINDEX_RANGE];
132 static int sad_per_bit4lut_8[QINDEX_RANGE];
135 static int sad_per_bit16lut_10[QINDEX_RANGE];
136 static int sad_per_bit4lut_10[QINDEX_RANGE];
137 static int sad_per_bit16lut_12[QINDEX_RANGE];
138 static int sad_per_bit4lut_12[QINDEX_RANGE];
155 init_me_luts_bd(sad_per_bit16lut_8, sad_per_bit4lut_8, QINDEX_RANGE, in vp9_init_me_luts()
158 init_me_luts_bd(sad_per_bit16lut_10, sad_per_bit4lut_10, QINDEX_RANGE, in vp9_init_me_luts()
160 init_me_luts_bd(sad_per_bit16lut_12, sad_per_bit4lut_12, QINDEX_RANGE, in vp9_init_me_luts()
Dvp9_ratectrl.c71 static int kf_low_motion_minq_8[QINDEX_RANGE];
72 static int kf_high_motion_minq_8[QINDEX_RANGE];
73 static int arfgf_low_motion_minq_8[QINDEX_RANGE];
74 static int arfgf_high_motion_minq_8[QINDEX_RANGE];
75 static int inter_minq_8[QINDEX_RANGE];
76 static int rtc_minq_8[QINDEX_RANGE];
79 static int kf_low_motion_minq_10[QINDEX_RANGE];
80 static int kf_high_motion_minq_10[QINDEX_RANGE];
81 static int arfgf_low_motion_minq_10[QINDEX_RANGE];
82 static int arfgf_high_motion_minq_10[QINDEX_RANGE];
[all …]
Dvp9_encoder.h568 DECLARE_ALIGNED(16, int16_t, y_dequant[QINDEX_RANGE][8]);
569 DECLARE_ALIGNED(16, int16_t, uv_dequant[QINDEX_RANGE][8]);
Dvp9_quantize.c222 for (q = 0; q < QINDEX_RANGE; q++) { in vp9_init_quantizer()
Dvp9_firstpass.c466 for (i = 0; i < QINDEX_RANGE; ++i) in find_fp_qindex()
469 if (i == QINDEX_RANGE) i--; in find_fp_qindex()
1485 static const double q_pow_term[(QINDEX_RANGE >> 5) + 1] = {
1495 assert((index >= 0) && (index < (QINDEX_RANGE >> 5))); in calc_correction_factor()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h263 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 …]
Dratectrl.c49 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] = {
Dfirstpass.c42 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];
Donyx_if.c122 extern const int vp8_bits_per_mb[2][QINDEX_RANGE];
130 static const unsigned char kf_low_motion_minq[QINDEX_RANGE] = {
139 static const unsigned char kf_high_motion_minq[QINDEX_RANGE] = {
148 static const unsigned char gf_low_motion_minq[QINDEX_RANGE] = {
157 static const unsigned char gf_mid_motion_minq[QINDEX_RANGE] = {
166 static const unsigned char gf_high_motion_minq[QINDEX_RANGE] = {
175 static const unsigned char inter_minq[QINDEX_RANGE] = {
Dvp8_quantize.c190 for (Q = 0; Q < QINDEX_RANGE; ++Q) { in vp8cx_init_quantizer()
/external/libvpx/libvpx/vp9/common/
Dvp9_quant_common.c15 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] = {
Dvp9_quant_common.h23 #define QINDEX_RANGE (MAXQ - MINQ + 1) macro
/external/libaom/libaom/av1/common/
Dquant_common.c19 static const int16_t dc_qlookup_Q3[QINDEX_RANGE] = {
41 static const int16_t dc_qlookup_10_Q3[QINDEX_RANGE] = {
64 static const int16_t dc_qlookup_12_Q3[QINDEX_RANGE] = {
91 static const int16_t ac_qlookup_Q3[QINDEX_RANGE] = {
114 static const int16_t ac_qlookup_10_Q3[QINDEX_RANGE] = {
137 static const int16_t ac_qlookup_12_Q3[QINDEX_RANGE] = {
Dquant_common.h26 #define QINDEX_RANGE (MAXQ - MINQ + 1) macro
51 return first + (qindex * (last + 1 - first)) / QINDEX_RANGE; in aom_get_qmlevel()
/external/libvpx/libvpx/vp8/common/
Donyxc_int.h34 #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]);
Dquant_common.c13 static const int dc_qlookup[QINDEX_RANGE] = {
25 static const int ac_qlookup[QINDEX_RANGE] = {
/external/libvpx/libvpx/test/
Dquantize_test.cc163 for (int q = 0; q < QINDEX_RANGE; ++q) { in TEST_P()
/external/libaom/libaom/test/
Dquantize_func_test.cc262 for (int q = 0; q < QINDEX_RANGE; ++q) { in TEST_P()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c46 for (Q = 0; Q < QINDEX_RANGE; ++Q) { in vp8cx_init_de_quantizer()

12