OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dc_qlookup
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_quant_common.c
16
static const int16_t
dc_qlookup
[QINDEX_RANGE] = {
variable
88
static int16_t
dc_qlookup
[QINDEX_RANGE];
variable
107
dc_qlookup
[0] = val;
118
dc_qlookup
[i] = (int16_t)MAX(ACDC_MIN, poly3(0.000000305, -0.00065, 0.9,
125
return
dc_qlookup
[clamp(qindex + delta, 0, MAXQ)];
/external/libvpx/libvpx/vp8/common/
quant_common.c
14
static const int
dc_qlookup
[QINDEX_RANGE] =
variable
50
retval =
dc_qlookup
[ QIndex ];
65
retval =
dc_qlookup
[ QIndex ] * 2;
80
retval =
dc_qlookup
[ QIndex ];
Completed in 158 milliseconds