HomeSort by relevance Sort by last modified time
    Searched defs:clip_pixel (Results 1 - 6 of 6) 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/chromium_org/third_party/libvpx/source/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:__anon29385
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:__anon40569
102 *output_ptr = clip_pixel(temp >> VP9_FILTER_SHIFT);
130 *dst_ptr++ = clip_pixel(temp >> VP9_FILTER_SHIFT);
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
convolve_test.cc 55 uint8_t clip_pixel(int x) { function in namespace:__anon17601
106 *output_ptr = clip_pixel(temp >> VP9_FILTER_SHIFT);
131 *dst_ptr++ = clip_pixel(temp >> VP9_FILTER_SHIFT);
    [all...]

Completed in 320 milliseconds