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

/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp.mk128 DSP_SRCS-$(HAVE_MSA) += mips/vpx_convolve8_avg_horiz_msa.c
/external/libvpx/libvpx/test/
H A Dconvolve_test.cc1359 vpx_convolve8_avg_horiz_msa, vpx_convolve8_vert_msa,
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dvpx_convolve8_avg_horiz_msa.c646 void vpx_convolve8_avg_horiz_msa(const uint8_t *src, ptrdiff_t src_stride, function
/external/libvpx/config/mips32-msa/
H A Dvpx_dsp_rtcd.h44 void vpx_convolve8_avg_horiz_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);
45 #define vpx_convolve8_avg_horiz vpx_convolve8_avg_horiz_msa
/external/libvpx/config/mips64-msa/
H A Dvpx_dsp_rtcd.h44 void vpx_convolve8_avg_horiz_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);
45 #define vpx_convolve8_avg_horiz vpx_convolve8_avg_horiz_msa

Completed in 141 milliseconds