Searched refs:vpx_convolve_avg_msa (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | vpx_convolve_avg_msa.c | 189 void vpx_convolve_avg_msa(const uint8_t *src, ptrdiff_t src_stride, in vpx_convolve_avg_msa() function
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_dsp.mk | 130 DSP_SRCS-$(HAVE_MSA) += mips/vpx_convolve_avg_msa.c
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 58 void vpx_convolve_avg_msa(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_str… 59 #define vpx_convolve_avg vpx_convolve_avg_msa
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 58 void vpx_convolve_avg_msa(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_str… 59 #define vpx_convolve_avg vpx_convolve_avg_msa
|
/external/libvpx/libvpx/test/ |
D | convolve_test.cc | 1232 vpx_convolve_copy_msa, vpx_convolve_avg_msa, vpx_convolve8_horiz_msa,
|
/external/libvpx/ |
D | Android.bp | 1086 "libvpx/vpx_dsp/mips/vpx_convolve_avg_msa.c", 1432 "libvpx/vpx_dsp/mips/vpx_convolve_avg_msa.c",
|