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

  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp_common.h 48 static INLINE uint8_t clip_pixel(int val) { function
  /external/libvpx/libvpx/test/
convolve_test.cc 94 uint8_t clip_pixel(int x) { return x < 0 ? 0 : x > 255 ? 255 : x; } function in namespace:__anon26007
134 *output_ptr = clip_pixel(temp >> VP9_FILTER_SHIFT);
155 *dst_ptr++ = clip_pixel(temp >> VP9_FILTER_SHIFT);
    [all...]

Completed in 744 milliseconds