Home
last modified time | relevance | path

Searched defs:clip_pixel (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp_common.h48 static INLINE uint8_t clip_pixel(int val) { in clip_pixel() function
/external/libvpx/libvpx/test/
Dconvolve_test.cc94 uint8_t clip_pixel(int x) { return x < 0 ? 0 : x > 255 ? 255 : x; } in clip_pixel() function