OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QINDEX_RANGE
(Results
1 - 9
of
9
) sorted by null
/external/libvpx/libvpx/vp8/common/
onyxc_int.h
31
#define
QINDEX_RANGE
(MAXQ + 1)
66
DECLARE_ALIGNED(16, short, Y1dequant[
QINDEX_RANGE
][2]);
67
DECLARE_ALIGNED(16, short, Y2dequant[
QINDEX_RANGE
][2]);
68
DECLARE_ALIGNED(16, short, UVdequant[
QINDEX_RANGE
][2]);
quant_common.c
14
static const int dc_qlookup[
QINDEX_RANGE
] =
26
static const int ac_qlookup[
QINDEX_RANGE
] =
/external/libvpx/libvpx/vp8/encoder/
onyx_int.h
284
DECLARE_ALIGNED(16, short, Y1quant[
QINDEX_RANGE
][16]);
285
DECLARE_ALIGNED(16, unsigned char, Y1quant_shift[
QINDEX_RANGE
][16]);
286
DECLARE_ALIGNED(16, short, Y1zbin[
QINDEX_RANGE
][16]);
287
DECLARE_ALIGNED(16, short, Y1round[
QINDEX_RANGE
][16]);
289
DECLARE_ALIGNED(16, short, Y2quant[
QINDEX_RANGE
][16]);
290
DECLARE_ALIGNED(16, unsigned char, Y2quant_shift[
QINDEX_RANGE
][16]);
291
DECLARE_ALIGNED(16, short, Y2zbin[
QINDEX_RANGE
][16]);
292
DECLARE_ALIGNED(16, short, Y2round[
QINDEX_RANGE
][16]);
294
DECLARE_ALIGNED(16, short, UVquant[
QINDEX_RANGE
][16]);
295
DECLARE_ALIGNED(16, unsigned char, 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
...]
quantize.c
439
for (Q = 0; Q <
QINDEX_RANGE
; Q++)
534
for (Q = 0; Q <
QINDEX_RANGE
; Q++)
firstpass.c
40
extern int vp8_kf_boost_qadjustment[
QINDEX_RANGE
];
42
extern const int vp8_gf_boost_qadjustment[
QINDEX_RANGE
];
64
static const int cq_level[
QINDEX_RANGE
] =
[
all
...]
onyx_if.c
136
extern const int vp8_bits_per_mb[2][
QINDEX_RANGE
];
144
static const unsigned char kf_low_motion_minq[
QINDEX_RANGE
] =
155
static const unsigned char kf_high_motion_minq[
QINDEX_RANGE
] =
166
static const unsigned char gf_low_motion_minq[
QINDEX_RANGE
] =
177
static const unsigned char gf_mid_motion_minq[
QINDEX_RANGE
] =
188
static const unsigned char gf_high_motion_minq[
QINDEX_RANGE
] =
199
static const unsigned char inter_minq[
QINDEX_RANGE
] =
[
all
...]
rdopt.c
181
static const int sad_per_bit16lut[
QINDEX_RANGE
] =
200
static const int sad_per_bit4lut[
QINDEX_RANGE
] =
[
all
...]
/external/libvpx/libvpx/vp8/decoder/
decodframe.c
44
for (Q = 0; Q <
QINDEX_RANGE
; Q++)
[
all
...]
Completed in 400 milliseconds