OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENERGY_MIN
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_variance.c
22
#define
ENERGY_MIN
(-1)
24
#define ENERGY_SPAN (ENERGY_MAX -
ENERGY_MIN
+ 1)
26
assert((energy) >=
ENERGY_MIN
&& (energy) <= ENERGY_MAX)
32
#define Q_RATIO(i) q_ratio[(i) -
ENERGY_MIN
]
33
#define RDMULT_RATIO(i) rdmult_ratio[(i) -
ENERGY_MIN
]
34
#define SEGMENT_ID(i) segment_id[(i) -
ENERGY_MIN
]
70
for (i =
ENERGY_MIN
; i <= ENERGY_MAX; i++) {
93
for (i =
ENERGY_MIN
; i <= ENERGY_MAX; i++) {
147
return clamp((int)round(energy),
ENERGY_MIN
, ENERGY_MAX);
/external/libvpx/libvpx/vp9/encoder/
vp9_aq_variance.c
24
#define
ENERGY_MIN
(-4)
26
#define ENERGY_SPAN (ENERGY_MAX -
ENERGY_MIN
+ 1)
28
assert((energy) >=
ENERGY_MIN
&& (energy) <= ENERGY_MAX)
34
#define SEGMENT_ID(i) segment_id[(i) -
ENERGY_MIN
]
206
return clamp((int)round(energy),
ENERGY_MIN
, ENERGY_MAX);
Completed in 1868 milliseconds