Home
last modified time | relevance | path

Searched refs:vp8_short_inv_walsh4x4 (Results 1 – 14 of 14) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dinvtrans.h42 vp8_short_inv_walsh4x4(&xd->block[24].dqcoeff[0], xd->qcoeff); in vp8_inverse_transform_mby()
/external/libvpx/config/arm/
Dvp8_rtcd.h129 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_c macro
/external/libvpx/config/mips64/
Dvp8_rtcd.h129 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_c macro
/external/libvpx/config/generic/
Dvp8_rtcd.h129 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_c macro
/external/libvpx/config/mips32/
Dvp8_rtcd.h129 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_c macro
/external/libvpx/config/mips32-dspr2/
Dvp8_rtcd.h142 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_dspr2 macro
/external/libvpx/config/arm64/
Dvp8_rtcd.h156 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_neon macro
/external/libvpx/config/mips64-msa/
Dvp8_rtcd.h162 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_msa macro
/external/libvpx/config/mips32-msa/
Dvp8_rtcd.h162 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_msa macro
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h156 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_neon macro
/external/libvpx/config/x86_64/
Dvp8_rtcd.h191 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_sse2 macro
/external/libvpx/config/x86/
Dvp8_rtcd.h191 #define vp8_short_inv_walsh4x4 vp8_short_inv_walsh4x4_sse2 macro
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c225 vp8_short_inv_walsh4x4(&b->dqcoeff[0], xd->qcoeff); in mt_decode_macroblock()
Ddecodeframe.c211 vp8_short_inv_walsh4x4(&b->dqcoeff[0], xd->qcoeff); in decode_macroblock()