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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_convolve8_avg_dspr2.c 410 void vp9_convolve8_avg_dspr2(const uint8_t *src, ptrdiff_t src_stride, function
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_common.mk 100 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_convolve8_avg_dspr2.c
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vp9_rtcd.h 245 void vp9_convolve8_avg_dspr2(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);
246 #define vp9_convolve8_avg vp9_convolve8_avg_dspr2
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
convolve_test.cc 672 vp9_convolve8_dspr2, vp9_convolve8_avg_dspr2);

Completed in 192 milliseconds