Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Denc.c25 static WEBP_INLINE int clip_max(int v, int max) { in clip_max() function
76 const int clipped_value = clip_max(v, MAX_COEFF_THRESH); in CollectHistogram_C()
/external/tensorflow/tensorflow/python/keras/
Dbackend.py3812 clip_max = max_value is not None
3820 clip_max = False
3824 if clip_max: