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

/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp_rtcd_defs.pl545 add_proto qw/void vpx_fdct16x16/, "const int16_t *input, tran_low_t *output, int stride";
546 specialize qw/vpx_fdct16x16 sse2/;
596 add_proto qw/void vpx_fdct16x16/, "const int16_t *input, tran_low_t *output, int stride";
597 specialize qw/vpx_fdct16x16 sse2 msa/;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c389 vpx_fdct16x16(src_diff, coeff, diff_stride);
559 vpx_fdct16x16(src_diff, coeff, diff_stride);
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h170 #define vpx_fdct16x16 vpx_fdct16x16_c macro
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h170 #define vpx_fdct16x16 vpx_fdct16x16_c macro
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h170 #define vpx_fdct16x16 vpx_fdct16x16_c macro
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h170 #define vpx_fdct16x16 vpx_fdct16x16_c macro
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h198 #define vpx_fdct16x16 vpx_fdct16x16_c macro
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h198 #define vpx_fdct16x16 vpx_fdct16x16_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h181 #define vpx_fdct16x16 vpx_fdct16x16_c macro
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h217 #define vpx_fdct16x16 vpx_fdct16x16_sse2 macro
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h217 #define vpx_fdct16x16 vpx_fdct16x16_sse2 macro

Completed in 1537 milliseconds