OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minmax_max
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c
540
int
minmax_max
= 0;
local
564
if ((max - min) >
minmax_max
)
565
minmax_max
= (max - min);
570
return (
minmax_max
- minmax_min);
[
all
...]
Completed in 197 milliseconds