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

/external/libvpx/libvpx/vp8/common/
H A Dinvtrans.h42 vp8_short_inv_walsh4x4(&xd->block[24].dqcoeff[0], xd->qcoeff);
H A Drtcd_defs.pl106 add_proto qw/void vp8_short_inv_walsh4x4/, "short *input, short *output";
107 specialize qw/vp8_short_inv_walsh4x4 sse2 neon dspr2 msa mmi/;
/external/libvpx/config/arm/
H A Dvp8_rtcd.h130 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_c macro
/external/libvpx/config/generic/
H A Dvp8_rtcd.h130 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_c macro
/external/libvpx/config/mips32/
H A Dvp8_rtcd.h130 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_c macro
/external/libvpx/config/mips32-dspr2/
H A Dvp8_rtcd.h143 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_dspr2 macro
/external/libvpx/config/mips64/
H A Dvp8_rtcd.h130 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_c macro
/external/libvpx/config/arm-neon/
H A Dvp8_rtcd.h157 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_neon macro
/external/libvpx/config/arm64/
H A Dvp8_rtcd.h157 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_neon macro
/external/libvpx/config/mips32-msa/
H A Dvp8_rtcd.h163 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_msa macro
/external/libvpx/config/mips64-msa/
H A Dvp8_rtcd.h163 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_msa macro
/external/libvpx/config/x86/
H A Dvp8_rtcd.h192 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_sse2 macro
/external/libvpx/config/x86_64/
H A Dvp8_rtcd.h192 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_sse2 macro
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c225 vp8_short_inv_walsh4x4(&b->dqcoeff[0], xd->qcoeff);
H A Ddecodeframe.c211 vp8_short_inv_walsh4x4(&b->dqcoeff[0], xd->qcoeff);

Completed in 180 milliseconds