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

  /external/libvpx/vp8/encoder/
onyx_int.h 253 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...]
ratectrl.c 51 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] =
    [all...]
firstpass.c 48 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];
    [all...]
onyx_if.c 148 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] =
    [all...]
encodeframe.c 178 for (Q = 0; Q < QINDEX_RANGE; Q++)
251 for (Q = 0; Q < QINDEX_RANGE; Q++)
    [all...]
rdopt.c 165 static int sad_per_bit16lut[QINDEX_RANGE] =
184 static int sad_per_bit4lut[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 46 for (Q = 0; Q < QINDEX_RANGE; Q++)

Completed in 758 milliseconds