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

/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp_rtcd_defs.pl754 add_proto qw/void vpx_idct32x32_1024_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride";
755 specialize qw/vpx_idct32x32_1024_add/;
802 add_proto qw/void vpx_idct32x32_1024_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride";
803 specialize qw/vpx_idct32x32_1024_add sse2/;
853 add_proto qw/void vpx_idct32x32_1024_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride";
854 specialize qw/vpx_idct32x32_1024_add/;
892 add_proto qw/void vpx_idct32x32_1024_add/, "const tran_low_t *input, uint8_t *dest, int dest_stride";
893 specialize qw/vpx_idct32x32_1024_add sse2 neon dspr2 msa/;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.c178 vpx_idct32x32_1024_add(input, dest, stride);
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h272 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_c macro
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h272 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_c macro
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h272 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_c macro
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h272 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_c macro
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h313 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_neon macro
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h313 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_neon macro
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h290 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_dspr2 macro
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h340 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_sse2 macro
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h341 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_sse2 macro

Completed in 879 milliseconds