Lines Matching refs:CLIP3
237 #define CLIP3(min, v, max) (((v) < (min)) ? (min) : (((max) > (v)) ? (v) : (max))) macro
291 b = CLIP3(0, b, 1023); in convertYUV420Planar16ToRGBA1010102()
292 g = CLIP3(0, g, 1023); in convertYUV420Planar16ToRGBA1010102()
293 r = CLIP3(0, r, 1023); in convertYUV420Planar16ToRGBA1010102()
300 b = CLIP3(0, b, 1023); in convertYUV420Planar16ToRGBA1010102()
301 g = CLIP3(0, g, 1023); in convertYUV420Planar16ToRGBA1010102()
302 r = CLIP3(0, r, 1023); in convertYUV420Planar16ToRGBA1010102()
309 b = CLIP3(0, b, 1023); in convertYUV420Planar16ToRGBA1010102()
310 g = CLIP3(0, g, 1023); in convertYUV420Planar16ToRGBA1010102()
311 r = CLIP3(0, r, 1023); in convertYUV420Planar16ToRGBA1010102()
318 b = CLIP3(0, b, 1023); in convertYUV420Planar16ToRGBA1010102()
319 g = CLIP3(0, g, 1023); in convertYUV420Planar16ToRGBA1010102()
320 r = CLIP3(0, r, 1023); in convertYUV420Planar16ToRGBA1010102()