OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:diff_up
(Results
1 - 1
of
1
) sorted by null
/external/webp/src/enc/
predictor_enc.c
105
const int
diff_up
= MaxDiffBetweenPixels(current, up);
local
109
return GetMax(GetMax(
diff_up
, diff_down), GetMax(diff_left, diff_right));
Completed in 144 milliseconds