Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Donyx_int.h253 DECLARE_ALIGNED(16, short, Y1quant[QINDEX_RANGE][16]);
254 DECLARE_ALIGNED(16, short, Y1quant_shift[QINDEX_RANGE][16]);
255 DECLARE_ALIGNED(16, short, Y1zbin[QINDEX_RANGE][16]);
256 DECLARE_ALIGNED(16, short, Y1round[QINDEX_RANGE][16]);
258 DECLARE_ALIGNED(16, short, Y2quant[QINDEX_RANGE][16]);
259 DECLARE_ALIGNED(16, short, Y2quant_shift[QINDEX_RANGE][16]);
260 DECLARE_ALIGNED(16, short, Y2zbin[QINDEX_RANGE][16]);
261 DECLARE_ALIGNED(16, short, Y2round[QINDEX_RANGE][16]);
263 DECLARE_ALIGNED(16, short, UVquant[QINDEX_RANGE][16]);
264 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] =
Dfirstpass.c48 extern int vp8_kf_boost_qadjustment[QINDEX_RANGE];
50 extern const int vp8_gf_boost_qadjustment[QINDEX_RANGE];
70 static const int cq_level[QINDEX_RANGE] =
840 extern const int vp8_bits_per_mb[2][QINDEX_RANGE];
Donyx_if.c148 extern const int vp8_bits_per_mb[2][QINDEX_RANGE];
156 static const int kf_low_motion_minq[QINDEX_RANGE] =
167 static const int kf_high_motion_minq[QINDEX_RANGE] =
178 static const int gf_low_motion_minq[QINDEX_RANGE] =
189 static const int gf_mid_motion_minq[QINDEX_RANGE] =
200 static const int gf_high_motion_minq[QINDEX_RANGE] =
211 static const int inter_minq[QINDEX_RANGE] =
Dencodeframe.c178 for (Q = 0; Q < QINDEX_RANGE; Q++) in vp8cx_init_quantizer()
251 for (Q = 0; Q < QINDEX_RANGE; Q++) in vp8cx_init_quantizer()
Drdopt.c165 static int sad_per_bit16lut[QINDEX_RANGE] =
184 static int sad_per_bit4lut[QINDEX_RANGE] =
/external/libvpx/vp8/common/
Donyxc_int.h34 #define QINDEX_RANGE (MAXQ + 1) macro
87 DECLARE_ALIGNED(16, short, Y1dequant[QINDEX_RANGE][16]);
88 DECLARE_ALIGNED(16, short, Y2dequant[QINDEX_RANGE][16]);
89 DECLARE_ALIGNED(16, short, UVdequant[QINDEX_RANGE][16]);
Dquant_common.c14 static const int dc_qlookup[QINDEX_RANGE] =
26 static const int ac_qlookup[QINDEX_RANGE] =
/external/libvpx/vp8/decoder/
Ddecodframe.c46 for (Q = 0; Q < QINDEX_RANGE; Q++) in vp8cx_init_de_quantizer()