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

  /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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vp9_rtcd.h 213 void vp9_convolve_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
214 #define vp9_convolve_avg vp9_convolve_avg_c
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vp9_rtcd.h 213 void vp9_convolve_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
214 #define vp9_convolve_avg vp9_convolve_avg_c
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vp9_rtcd.h 213 void vp9_convolve_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
214 #define vp9_convolve_avg vp9_convolve_avg_c
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vp9_rtcd.h 220 void vp9_convolve_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vp9_rtcd.h 272 void vp9_convolve_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp9_rtcd.h 228 void vp9_convolve_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h);

Completed in 45 milliseconds