Searched refs:vpx_highbd_fdct4x4 (Results 1 - 15 of 15) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
H A Dvpx_dsp_rtcd_defs.pl541 add_proto qw/void vpx_highbd_fdct4x4/, "const int16_t *input, tran_low_t *output, int stride";
542 specialize qw/vpx_highbd_fdct4x4 sse2/;
/external/libvpx/config/arm/
H A Dvpx_dsp_rtcd.h817 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_c macro
/external/libvpx/config/generic/
H A Dvpx_dsp_rtcd.h817 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_c macro
/external/libvpx/config/mips32/
H A Dvpx_dsp_rtcd.h817 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvpx_dsp_rtcd.h831 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_c macro
/external/libvpx/config/mips32-msa/
H A Dvpx_dsp_rtcd.h852 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_c macro
/external/libvpx/config/mips64/
H A Dvpx_dsp_rtcd.h817 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_c macro
/external/libvpx/config/mips64-msa/
H A Dvpx_dsp_rtcd.h852 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_c macro
/external/libvpx/config/arm-neon/
H A Dvpx_dsp_rtcd.h902 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_c macro
/external/libvpx/config/arm64/
H A Dvpx_dsp_rtcd.h902 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_c macro
/external/libvpx/config/x86/
H A Dvpx_dsp_rtcd.h1032 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_sse2 macro
/external/libvpx/config/x86_64/
H A Dvpx_dsp_rtcd.h1039 #define vpx_highbd_fdct4x4 vpx_highbd_fdct4x4_sse2 macro
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c4750 x->fwd_txfm4x4 = xd->lossless ? vp9_highbd_fwht4x4 : vpx_highbd_fdct4x4;
H A Dvp9_encoder.c5317 lossless ? vp9_highbd_fwht4x4 : vpx_highbd_fdct4x4;
H A Dvp9_rdopt.c1039 vpx_highbd_fdct4x4(src_diff, coeff, 8);

Completed in 330 milliseconds