HomeSort by relevance Sort by last modified time
    Searched refs:clip_max (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dsp/
enc.c 24 static WEBP_INLINE int clip_max(int v, int max) { function
56 const int clipped_value = clip_max(v, MAX_COEFF_THRESH);
  /external/webp/src/dsp/
enc.c 24 static WEBP_INLINE int clip_max(int v, int max) { function
56 const int clipped_value = clip_max(v, MAX_COEFF_THRESH);

Completed in 58 milliseconds