Searched refs:vpx_idct32x32_1_add (Results 1 - 11 of 11) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp_rtcd_defs.pl760 add_proto qw/void vpx_idct32x32_1_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride";
761 specialize qw/vpx_idct32x32_1_add/;
808 add_proto qw/void vpx_idct32x32_1_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride";
809 specialize qw/vpx_idct32x32_1_add sse2/;
859 add_proto qw/void vpx_idct32x32_1_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride";
860 specialize qw/vpx_idct32x32_1_add/;
900 add_proto qw/void vpx_idct32x32_1_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride";
901 specialize qw/vpx_idct32x32_1_add sse2 neon dspr2 msa/;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c173 vpx_idct32x32_1_add(input, dest, stride);
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h275 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_c macro
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h275 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_c macro
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h275 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_c macro
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h275 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_c macro
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h317 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_neon macro
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h317 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_neon macro
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h294 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_dspr2 macro
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h344 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_sse2 macro
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h345 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_sse2 macro

Completed in 130 milliseconds