Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Donyx_int.h245 DECLARE_ALIGNED(16, short, Y1quant[QINDEX_RANGE][16]);
246 DECLARE_ALIGNED(16, short, Y1quant_shift[QINDEX_RANGE][16]);
247 DECLARE_ALIGNED(16, short, Y1zbin[QINDEX_RANGE][16]);
248 DECLARE_ALIGNED(16, short, Y1round[QINDEX_RANGE][16]);
250 DECLARE_ALIGNED(16, short, Y2quant[QINDEX_RANGE][16]);
251 DECLARE_ALIGNED(16, short, Y2quant_shift[QINDEX_RANGE][16]);
252 DECLARE_ALIGNED(16, short, Y2zbin[QINDEX_RANGE][16]);
253 DECLARE_ALIGNED(16, short, Y2round[QINDEX_RANGE][16]);
255 DECLARE_ALIGNED(16, short, UVquant[QINDEX_RANGE][16]);
256 DECLARE_ALIGNED(16, short, UVquant_shift[QINDEX_RANGE][16]);
[all …]
Dratectrl.c48 const int vp8_bits_per_mb[2][QINDEX_RANGE] =
91 const int vp8_kf_boost_qadjustment[QINDEX_RANGE] =
113 const int vp8_gf_boost_qadjustment[QINDEX_RANGE] =
155 const int vp8_kf_gf_boost_qlimits[QINDEX_RANGE] =
Donyx_if.c147 extern const int vp8_bits_per_mb[2][QINDEX_RANGE];
155 static const int kf_low_motion_minq[QINDEX_RANGE] =
166 static const int kf_high_motion_minq[QINDEX_RANGE] =
188 static const int gf_low_motion_minq[QINDEX_RANGE] =
199 static const int gf_mid_motion_minq[QINDEX_RANGE] =
210 static const int gf_high_motion_minq[QINDEX_RANGE] =
232 static const int inter_minq[QINDEX_RANGE] =
Dencodeframe.c169 for (Q = 0; Q < QINDEX_RANGE; Q++) in vp8cx_init_quantizer()
236 for (Q = 0; Q < QINDEX_RANGE; Q++) in vp8cx_init_quantizer()
Dfirstpass.c49 extern int vp8_kf_boost_qadjustment[QINDEX_RANGE];
51 extern const int vp8_gf_boost_qadjustment[QINDEX_RANGE];
889 extern const int vp8_bits_per_mb[2][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.c47 for (Q = 0; Q < QINDEX_RANGE; Q++) in vp8cx_init_de_quantizer()