Searched refs:clip_max (Results 1 – 2 of 2) sorted by relevance
26 static WEBP_INLINE int clip_max(int v, int max) { in clip_max() function58 const int clipped_value = clip_max(v, MAX_COEFF_THRESH); in CollectHistogram()