Searched refs:QINDEX_RANGE (Results 1 - 25 of 36) sorted by relevance

12

/external/libvpx/libvpx/vp9/encoder/
H A 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][
[all...]
H A Dvp9_ratectrl.c39 static int kf_low_motion_minq[QINDEX_RANGE];
40 static int kf_high_motion_minq[QINDEX_RANGE];
41 static int gf_low_motion_minq[QINDEX_RANGE];
42 static int gf_high_motion_minq[QINDEX_RANGE];
43 static int inter_minq[QINDEX_RANGE];
44 static int afq_low_motion_minq[QINDEX_RANGE];
45 static int afq_high_motion_minq[QINDEX_RANGE];
65 for (i = 0; i < QINDEX_RANGE; i++)
69 return QINDEX_RANGE - 1;
75 for (i = 0; i < QINDEX_RANGE;
[all...]
H A Dvp9_quantize.c159 for (q = 0; q < QINDEX_RANGE; q++) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A 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][
[all...]
H A Dvp9_rd.c96 static int sad_per_bit16lut_8[QINDEX_RANGE];
97 static int sad_per_bit4lut_8[QINDEX_RANGE];
100 static int sad_per_bit16lut_10[QINDEX_RANGE];
101 static int sad_per_bit4lut_10[QINDEX_RANGE];
102 static int sad_per_bit16lut_12[QINDEX_RANGE];
103 static int sad_per_bit4lut_12[QINDEX_RANGE];
120 init_me_luts_bd(sad_per_bit16lut_8, sad_per_bit4lut_8, QINDEX_RANGE,
123 init_me_luts_bd(sad_per_bit16lut_10, sad_per_bit4lut_10, QINDEX_RANGE,
125 init_me_luts_bd(sad_per_bit16lut_12, sad_per_bit4lut_12, QINDEX_RANGE,
H A Dvp9_ratectrl.c73 static int kf_low_motion_minq_8[QINDEX_RANGE];
74 static int kf_high_motion_minq_8[QINDEX_RANGE];
75 static int arfgf_low_motion_minq_8[QINDEX_RANGE];
76 static int arfgf_high_motion_minq_8[QINDEX_RANGE];
77 static int inter_minq_8[QINDEX_RANGE];
78 static int rtc_minq_8[QINDEX_RANGE];
81 static int kf_low_motion_minq_10[QINDEX_RANGE];
82 static int kf_high_motion_minq_10[QINDEX_RANGE];
83 static int arfgf_low_motion_minq_10[QINDEX_RANGE];
84 static int arfgf_high_motion_minq_10[QINDEX_RANGE];
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_quant_common.c15 static const int16_t dc_qlookup[QINDEX_RANGE] = {
51 static const int16_t dc_qlookup_10[QINDEX_RANGE] = {
86 static const int16_t dc_qlookup_12[QINDEX_RANGE] = {
122 static const int16_t ac_qlookup[QINDEX_RANGE] = {
158 static const int16_t ac_qlookup_10[QINDEX_RANGE] = {
193 static const int16_t ac_qlookup_12[QINDEX_RANGE] = {
H A Dvp9_quant_common.h23 #define QINDEX_RANGE (MAXQ - MINQ + 1) macro
H A 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]);
/external/libvpx/libvpx/vp9/common/
H A 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++) {
H A Dvp9_quant_common.h22 #define QINDEX_RANGE (MAXQ - MINQ + 1) macro
H A 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]);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h285 DECLARE_ALIGNED(16, short, Y1quant[QINDEX_RANGE][16]);
286 DECLARE_ALIGNED(16, short, Y1quant_shift[QINDEX_RANGE][16]);
287 DECLARE_ALIGNED(16, short, Y1zbin[QINDEX_RANGE][16]);
288 DECLARE_ALIGNED(16, short, Y1round[QINDEX_RANGE][16]);
290 DECLARE_ALIGNED(16, short, Y2quant[QINDEX_RANGE][16]);
291 DECLARE_ALIGNED(16, short, Y2quant_shift[QINDEX_RANGE][16]);
292 DECLARE_ALIGNED(16, short, Y2zbin[QINDEX_RANGE][16]);
293 DECLARE_ALIGNED(16, short, Y2round[QINDEX_RANGE][16]);
295 DECLARE_ALIGNED(16, short, UVquant[QINDEX_RANGE][16]);
296 DECLARE_ALIGNED(16, short, UVquant_shift[QINDEX_RANGE][1
[all...]
H A 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] =
136 const int vp8_gf_boost_qadjustment[QINDEX_RANGE] =
157 static const int kf_gf_boost_qlimits[QINDEX_RANGE] =
H A 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];
H A Dquantize.c276 for (Q = 0; Q < QINDEX_RANGE; Q++)
H A Donyx_if.c140 extern const int vp8_bits_per_mb[2][QINDEX_RANGE];
148 static const unsigned char kf_low_motion_minq[QINDEX_RANGE] =
159 static const unsigned char kf_high_motion_minq[QINDEX_RANGE] =
170 static const unsigned char gf_low_motion_minq[QINDEX_RANGE] =
181 static const unsigned char gf_mid_motion_minq[QINDEX_RANGE] =
192 static const unsigned char gf_high_motion_minq[QINDEX_RANGE] =
203 static const unsigned char inter_minq[QINDEX_RANGE] =
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A 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]);
H A Dquant_common.c14 static const int dc_qlookup[QINDEX_RANGE] =
26 static const int ac_qlookup[QINDEX_RANGE] =
/external/libvpx/libvpx/vp8/common/
H A 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]);
H A Dquant_common.c14 static const int dc_qlookup[QINDEX_RANGE] =
26 static const int ac_qlookup[QINDEX_RANGE] =
/external/libvpx/libvpx/vp8/encoder/
H A 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][1
[all...]
H A 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] =
136 const int vp8_gf_boost_qadjustment[QINDEX_RANGE] =
157 static const int kf_gf_boost_qlimits[QINDEX_RANGE] =
H A Dquantize.c443 for (Q = 0; Q < QINDEX_RANGE; Q++)
538 for (Q = 0; Q < QINDEX_RANGE; Q++)
H A 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];

Completed in 279 milliseconds

12