Searched refs:vp9_convolve8_avg_horiz_dspr2 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_convolve8_avg_horiz_dspr2.c957 void vp9_convolve8_avg_horiz_dspr2(const uint8_t *src, ptrdiff_t src_stride, function
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_convolve8_avg_horiz_dspr2.c957 void vp9_convolve8_avg_horiz_dspr2(const uint8_t *src, ptrdiff_t src_stride, function
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_common.mk101 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_convolve8_avg_horiz_dspr2.c
/external/libvpx/libvpx/vp9/
H A Dvp9_common.mk101 VP9_COMMON_SRCS-$(HAVE_DSPR2) += common/mips/dspr2/vp9_convolve8_avg_horiz_dspr2.c
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dconvolve_test.cc661 vp9_convolve8_horiz_dspr2, vp9_convolve8_avg_horiz_dspr2,
/external/libvpx/libvpx/test/
H A Dconvolve_test.cc670 vp9_convolve8_horiz_dspr2, vp9_convolve8_avg_horiz_dspr2,
/external/libvpx/mips-dspr2/
H A Dvp9_rtcd.h53 void vp9_convolve8_avg_horiz_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);
54 #define vp9_convolve8_avg_horiz vp9_convolve8_avg_horiz_dspr2

Completed in 251 milliseconds