Searched refs:vpx_fdct32x32_rd (Results 1 - 12 of 12) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp_rtcd_defs.pl633 add_proto qw/void vpx_fdct32x32_rd/, "const int16_t *input, tran_low_t *output, int stride";
634 specialize qw/vpx_fdct32x32_rd sse2/;
684 add_proto qw/void vpx_fdct32x32_rd/, "const int16_t *input, tran_low_t *output, int stride";
685 specialize qw/vpx_fdct32x32_rd sse2 avx2 msa/;
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h221 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c macro
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h221 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c macro
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h221 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c macro
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c310 vpx_fdct32x32_rd(src, dst, src_stride);
H A Dvp9_pickmode.c615 vpx_fdct32x32_rd(src_diff, coeff, diff_stride);
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h221 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c macro
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h249 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c macro
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h249 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h232 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_c macro
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h272 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_sse2 macro
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h272 #define vpx_fdct32x32_rd vpx_fdct32x32_rd_sse2 macro

Completed in 261 milliseconds