Searched refs:vpx_convolve8_msa (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp.mk132 DSP_SRCS-$(HAVE_MSA) += mips/vpx_convolve8_msa.c
/external/libvpx/libvpx/test/
H A Dconvolve_test.cc1360 vpx_convolve8_avg_vert_msa, vpx_convolve8_msa, vpx_convolve8_avg_msa,
/external/libvpx/config/mips32-msa/
H A Dvpx_dsp_rtcd.h36 void vpx_convolve8_msa(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
37 #define vpx_convolve8 vpx_convolve8_msa
/external/libvpx/config/mips64-msa/
H A Dvpx_dsp_rtcd.h36 void vpx_convolve8_msa(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *filter, int x0_q4, int x_step_q4, int y0_q4, int y_step_q4, int w, int h);
37 #define vpx_convolve8 vpx_convolve8_msa
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dvpx_convolve8_msa.c543 void vpx_convolve8_msa(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, function

Completed in 266 milliseconds