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

/external/libvpx/libvpx/vpx_dsp/
H A Dpsnrhvs.c30 vpx_fdct8x8(x, y, ystride);
H A Dvpx_dsp_rtcd_defs.pl618 add_proto qw/void vpx_fdct8x8/, "const int16_t *input, tran_low_t *output, int stride";
619 specialize qw/vpx_fdct8x8 sse2/;
669 add_proto qw/void vpx_fdct8x8/, "const int16_t *input, tran_low_t *output, int stride";
670 specialize qw/vpx_fdct8x8 sse2 neon msa/, "$ssse3_x86_64_x86inc";
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h230 #define vpx_fdct8x8 vpx_fdct8x8_c macro
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h230 #define vpx_fdct8x8 vpx_fdct8x8_c macro
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h230 #define vpx_fdct8x8 vpx_fdct8x8_c macro
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c566 vpx_fdct8x8(src_diff, coeff, diff_stride);
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h230 #define vpx_fdct8x8 vpx_fdct8x8_c macro
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h259 #define vpx_fdct8x8 vpx_fdct8x8_neon macro
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h259 #define vpx_fdct8x8 vpx_fdct8x8_neon macro
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h241 #define vpx_fdct8x8 vpx_fdct8x8_c macro
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h284 #define vpx_fdct8x8 vpx_fdct8x8_sse2 macro
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h285 #define vpx_fdct8x8 vpx_fdct8x8_ssse3 macro

Completed in 60 milliseconds