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

  /external/libvpx/libvpx/vp9/common/
vp9_convolve.c 225 vp9_convolve_avg_c(temp, 64, dst, dst_stride, NULL, 0, NULL, 0, w, h);
242 void vp9_convolve_avg_c(const uint8_t *src, ptrdiff_t src_stride, function
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_convolve.c 232 vp9_convolve_avg_c(temp, 64, dst, dst_stride, NULL, 0, NULL, 0, w, h);
252 void vp9_convolve_avg_c(const uint8_t *src, ptrdiff_t src_stride, function
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_convolve.c 247 vp9_convolve_avg_c(temp, 64, dst, dst_stride, NULL, 0, NULL, 0, w, h);
267 void vp9_convolve_avg_c(const uint8_t *src, ptrdiff_t src_stride, function

Completed in 118 milliseconds