HomeSort by relevance Sort by last modified time
    Searched refs:QINDEX_RANGE (Results 1 - 8 of 8) sorted by null

  /external/libvpx/vp8/encoder/
onyx_int.h 245 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...]
ratectrl.c 48 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] =
134 const int vp8_gf_boost_qadjustment[QINDEX_RANGE] =
155 const int vp8_kf_gf_boost_qlimits[QINDEX_RANGE] =
    [all...]
encodeframe.c 169 for (Q = 0; Q < QINDEX_RANGE; Q++)
236 for (Q = 0; Q < QINDEX_RANGE; Q++)
    [all...]
onyx_if.c 147 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] =
177 /*static const int kf_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] =
221 /*static const int gf_arf_minq[QINDEX_RANGE] =
232 static const int inter_minq[QINDEX_RANGE] =
    [all...]
firstpass.c 49 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];
    [all...]
  /external/libvpx/vp8/common/
onyxc_int.h 34 #define QINDEX_RANGE (MAXQ + 1)
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]);
quant_common.c 14 static const int dc_qlookup[QINDEX_RANGE] =
26 static const int ac_qlookup[QINDEX_RANGE] =
  /external/libvpx/vp8/decoder/
decodframe.c 47 for (Q = 0; Q < QINDEX_RANGE; Q++)

Completed in 217 milliseconds