Home
last modified time | relevance | path

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

12

/external/libaom/libaom/av1/encoder/
Dav1_quantize.h50 DECLARE_ALIGNED(16, int16_t, y_quant[QINDEX_RANGE][8]);
51 DECLARE_ALIGNED(16, int16_t, y_quant_shift[QINDEX_RANGE][8]);
52 DECLARE_ALIGNED(16, int16_t, y_zbin[QINDEX_RANGE][8]);
53 DECLARE_ALIGNED(16, int16_t, y_round[QINDEX_RANGE][8]);
57 DECLARE_ALIGNED(16, int16_t, y_quant_fp[QINDEX_RANGE][8]);
58 DECLARE_ALIGNED(16, int16_t, u_quant_fp[QINDEX_RANGE][8]);
59 DECLARE_ALIGNED(16, int16_t, v_quant_fp[QINDEX_RANGE][8]);
60 DECLARE_ALIGNED(16, int16_t, y_round_fp[QINDEX_RANGE][8]);
61 DECLARE_ALIGNED(16, int16_t, u_round_fp[QINDEX_RANGE][8]);
62 DECLARE_ALIGNED(16, int16_t, v_round_fp[QINDEX_RANGE][8]);
[all …]
Dratectrl.c67 static int kf_low_motion_minq_8[QINDEX_RANGE];
68 static int kf_high_motion_minq_8[QINDEX_RANGE];
69 static int arfgf_low_motion_minq_8[QINDEX_RANGE];
70 static int arfgf_high_motion_minq_8[QINDEX_RANGE];
71 static int inter_minq_8[QINDEX_RANGE];
72 static int rtc_minq_8[QINDEX_RANGE];
74 static int kf_low_motion_minq_10[QINDEX_RANGE];
75 static int kf_high_motion_minq_10[QINDEX_RANGE];
76 static int arfgf_low_motion_minq_10[QINDEX_RANGE];
77 static int arfgf_high_motion_minq_10[QINDEX_RANGE];
[all …]
Drd.c315 static int sad_per_bit_lut_8[QINDEX_RANGE];
316 static int sad_per_bit_lut_10[QINDEX_RANGE];
317 static int sad_per_bit_lut_12[QINDEX_RANGE];
332 init_me_luts_bd(sad_per_bit_lut_8, QINDEX_RANGE, AOM_BITS_8); in av1_init_me_luts()
333 init_me_luts_bd(sad_per_bit_lut_10, QINDEX_RANGE, AOM_BITS_10); in av1_init_me_luts()
334 init_me_luts_bd(sad_per_bit_lut_12, QINDEX_RANGE, AOM_BITS_12); in av1_init_me_luts()
Dav1_quantize.c584 for (q = 0; q < QINDEX_RANGE; q++) { in av1_build_quantizer()
671 AOMMAX(0, AOMMIN(QINDEX_RANGE - 1, in av1_init_plane_quantizers()
Drdopt_utils.h342 1, ((MAXQ - x->qindex) * qslope + QINDEX_RANGE / 2) >> QINDEX_BITS); in check_txfm_eval()
Dfirstpass.c266 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.c155 static int sad_per_bit16lut_8[QINDEX_RANGE];
156 static int sad_per_bit4lut_8[QINDEX_RANGE];
159 static int sad_per_bit16lut_10[QINDEX_RANGE];
160 static int sad_per_bit4lut_10[QINDEX_RANGE];
161 static int sad_per_bit16lut_12[QINDEX_RANGE];
162 static int sad_per_bit4lut_12[QINDEX_RANGE];
179 init_me_luts_bd(sad_per_bit16lut_8, sad_per_bit4lut_8, QINDEX_RANGE, in vp9_init_me_luts()
182 init_me_luts_bd(sad_per_bit16lut_10, sad_per_bit4lut_10, QINDEX_RANGE, in vp9_init_me_luts()
184 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.h549 DECLARE_ALIGNED(16, int16_t, y_dequant[QINDEX_RANGE][8]);
550 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.c467 for (i = 0; i < QINDEX_RANGE; ++i) in find_fp_qindex()
470 if (i == QINDEX_RANGE) i--; in find_fp_qindex()
1485 static const double q_pow_term[(QINDEX_RANGE >> 5) + 1] = { 0.65, 0.70, 0.75,
1495 assert((index >= 0) && (index < (QINDEX_RANGE >> 5))); in calc_correction_factor()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h267 DECLARE_ALIGNED(16, short, Y1quant[QINDEX_RANGE][16]);
268 DECLARE_ALIGNED(16, short, Y1quant_shift[QINDEX_RANGE][16]);
269 DECLARE_ALIGNED(16, short, Y1zbin[QINDEX_RANGE][16]);
270 DECLARE_ALIGNED(16, short, Y1round[QINDEX_RANGE][16]);
272 DECLARE_ALIGNED(16, short, Y2quant[QINDEX_RANGE][16]);
273 DECLARE_ALIGNED(16, short, Y2quant_shift[QINDEX_RANGE][16]);
274 DECLARE_ALIGNED(16, short, Y2zbin[QINDEX_RANGE][16]);
275 DECLARE_ALIGNED(16, short, Y2round[QINDEX_RANGE][16]);
277 DECLARE_ALIGNED(16, short, UVquant[QINDEX_RANGE][16]);
278 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] = {
842 extern const int vp8_bits_per_mb[2][QINDEX_RANGE];
Donyx_if.c119 extern const int vp8_bits_per_mb[2][QINDEX_RANGE];
127 static const unsigned char kf_low_motion_minq[QINDEX_RANGE] = {
136 static const unsigned char kf_high_motion_minq[QINDEX_RANGE] = {
145 static const unsigned char gf_low_motion_minq[QINDEX_RANGE] = {
154 static const unsigned char gf_mid_motion_minq[QINDEX_RANGE] = {
163 static const unsigned char gf_high_motion_minq[QINDEX_RANGE] = {
172 static const unsigned char inter_minq[QINDEX_RANGE] = {
Dvp8_quantize.c188 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_QTX[QINDEX_RANGE] = {
41 static const int16_t dc_qlookup_10_QTX[QINDEX_RANGE] = {
64 static const int16_t dc_qlookup_12_QTX[QINDEX_RANGE] = {
91 static const int16_t ac_qlookup_QTX[QINDEX_RANGE] = {
114 static const int16_t ac_qlookup_10_QTX[QINDEX_RANGE] = {
137 static const int16_t ac_qlookup_12_QTX[QINDEX_RANGE] = {
Dquant_common.h27 #define QINDEX_RANGE (MAXQ - MINQ + 1) macro
57 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.cc169 for (int q = 0; q < QINDEX_RANGE; ++q) { in TEST_P()
/external/libaom/libaom/test/
Dquantize_func_test.cc264 for (int q = 0; q < QINDEX_RANGE; ++q) { in TEST_P()

12