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

12

/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/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodeframe.c46 for (Q = 0; Q < QINDEX_RANGE; Q++)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
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 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] =
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 Dquantize.c276 for (Q = 0; Q < QINDEX_RANGE; Q++)
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 Drdopt.c180 static const int sad_per_bit16lut[QINDEX_RANGE] =
199 static const int sad_per_bit4lut[QINDEX_RANGE] =
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
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]);
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
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c1378 for (q = 0; q < QINDEX_RANGE; q++) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c368 for (i = 0; i < QINDEX_RANGE; ++i)
372 if (i == QINDEX_RANGE)
H A Dvp9_quantize.c576 for (q = 0; q < QINDEX_RANGE; q++) {
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_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...]
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,
/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/decoder/
H A Ddecodeframe.c45 for (Q = 0; Q < QINDEX_RANGE; Q++)
/external/libvpx/libvpx/vp8/encoder/
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 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] =
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 Dquantize.c443 for (Q = 0; Q < QINDEX_RANGE; Q++)
538 for (Q = 0; Q < QINDEX_RANGE; Q++)

Completed in 758 milliseconds

12