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

  /external/libvpx/libvpx/vp9/common/
vp9_common.h 51 static INLINE uint8_t clip_pixel(int val) { function
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_common.h 51 static INLINE uint8_t clip_pixel(int val) { function
  /external/libvpx/libvpx/test/
convolve_test.cc 50 uint8_t clip_pixel(int x) { function in namespace:__anon13700
102 *output_ptr = clip_pixel(temp >> VP9_FILTER_SHIFT);
130 *dst_ptr++ = clip_pixel(temp >> VP9_FILTER_SHIFT);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
convolve_test.cc 50 uint8_t clip_pixel(int x) { function in namespace:__anon24065
102 *output_ptr = clip_pixel(temp >> VP9_FILTER_SHIFT);
130 *dst_ptr++ = clip_pixel(temp >> VP9_FILTER_SHIFT);

Completed in 497 milliseconds