Searched refs:vpx_convolve8_avg (Results 1 - 13 of 13) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_scale.c124 sf->predict[1][1][1] = vpx_convolve8_avg;
/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp_rtcd_defs.pl349 add_proto qw/void vpx_convolve8_avg/, "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";
350 specialize qw/vpx_convolve8_avg sse2 ssse3 neon dspr2 msa vsx/;
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h35 #define vpx_convolve8_avg vpx_convolve8_avg_c macro
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h35 #define vpx_convolve8_avg vpx_convolve8_avg_c macro
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h35 #define vpx_convolve8_avg vpx_convolve8_avg_c macro
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h35 #define vpx_convolve8_avg vpx_convolve8_avg_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h37 #define vpx_convolve8_avg vpx_convolve8_avg_dspr2 macro
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h39 #define vpx_convolve8_avg vpx_convolve8_avg_neon macro
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h39 #define vpx_convolve8_avg vpx_convolve8_avg_neon macro
/external/libvpx/config/mips32-msa/
H A Dvpx_dsp_rtcd.h39 #define vpx_convolve8_avg vpx_convolve8_avg_msa macro
/external/libvpx/config/mips64-msa/
H A Dvpx_dsp_rtcd.h39 #define vpx_convolve8_avg vpx_convolve8_avg_msa macro
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h42 #define vpx_convolve8_avg vpx_convolve8_avg_ssse3 macro
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h42 #define vpx_convolve8_avg vpx_convolve8_avg_ssse3 macro

Completed in 144 milliseconds