Searched refs:clip_max (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/dsp/
H A Denc.c24 static WEBP_INLINE int clip_max(int v, int max) { function
56 const int clipped_value = clip_max(v, MAX_COEFF_THRESH);

Completed in 22 milliseconds