Searched refs:vpx_convolve8_avg_vert (Results 1 - 14 of 14) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_scale.c85 sf->predict[0][1][1] = vpx_convolve8_avg_vert;
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dconvolve8_avg_dspr2.c398 vpx_convolve8_avg_vert(temp + 64 * 3, 64, dst, dst_stride, filter, x0_q4,
/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp_rtcd_defs.pl383 add_proto qw/void vpx_convolve8_avg_vert/, "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";
384 specialize qw/vpx_convolve8_avg_vert sse2 ssse3 avx2 neon dspr2 msa vsx/;
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h43 #define vpx_convolve8_avg_vert vpx_convolve8_avg_vert_c macro
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h43 #define vpx_convolve8_avg_vert vpx_convolve8_avg_vert_c macro
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h43 #define vpx_convolve8_avg_vert vpx_convolve8_avg_vert_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h47 #define vpx_convolve8_avg_vert vpx_convolve8_avg_vert_dspr2 macro
/external/libvpx/config/mips32-msa/
H A Dvpx_dsp_rtcd.h49 #define vpx_convolve8_avg_vert vpx_convolve8_avg_vert_msa macro
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h43 #define vpx_convolve8_avg_vert vpx_convolve8_avg_vert_c macro
/external/libvpx/config/mips64-msa/
H A Dvpx_dsp_rtcd.h49 #define vpx_convolve8_avg_vert vpx_convolve8_avg_vert_msa macro
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h50 #define vpx_convolve8_avg_vert vpx_convolve8_avg_vert_neon macro
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h50 #define vpx_convolve8_avg_vert vpx_convolve8_avg_vert_neon macro
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h54 #define vpx_convolve8_avg_vert vpx_convolve8_avg_vert_ssse3 macro
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h54 #define vpx_convolve8_avg_vert vpx_convolve8_avg_vert_ssse3 macro

Completed in 211 milliseconds