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

/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp_rtcd_defs.pl504 add_proto qw/void vpx_fdct32x32/, "const int16_t *input, tran_low_t *output, int stride";
505 specialize qw/vpx_fdct32x32 sse2/;
552 add_proto qw/void vpx_fdct32x32/, "const int16_t *input, tran_low_t *output, int stride";
553 specialize qw/vpx_fdct32x32 sse2 avx2 msa/;
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h188 #define vpx_fdct32x32 vpx_fdct32x32_c macro
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h188 #define vpx_fdct32x32 vpx_fdct32x32_c macro
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h188 #define vpx_fdct32x32 vpx_fdct32x32_c macro
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h188 #define vpx_fdct32x32 vpx_fdct32x32_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h199 #define vpx_fdct32x32 vpx_fdct32x32_c macro
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c335 vpx_fdct32x32(src, dst, src_stride);
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h222 #define vpx_fdct32x32 vpx_fdct32x32_c macro
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h222 #define vpx_fdct32x32 vpx_fdct32x32_c macro
/external/libvpx/config/mips32-msa/
H A Dvpx_dsp_rtcd.h217 #define vpx_fdct32x32 vpx_fdct32x32_msa macro
/external/libvpx/config/mips64-msa/
H A Dvpx_dsp_rtcd.h217 #define vpx_fdct32x32 vpx_fdct32x32_msa macro
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h240 #define vpx_fdct32x32 vpx_fdct32x32_sse2 macro
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h240 #define vpx_fdct32x32 vpx_fdct32x32_sse2 macro

Completed in 63 milliseconds