Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_decorrelate.cpp693 FIXP_DECORR nFilt0L, nFilt0H, nFilt1L; in DecorrFilterApplyREAL() local
697 nFilt1L = pFilter[2]; in DecorrFilterApplyREAL()
715 pStates[2] + fMultDiv2(xReal, nFilt0H) - fMultDiv2(yReal, nFilt1L); in DecorrFilterApplyREAL()
717 pStates[3] + fMultDiv2(xImag, nFilt0H) - fMultDiv2(yImag, nFilt1L); in DecorrFilterApplyREAL()
719 pStates[4] + fMultDiv2(xReal, nFilt1L) - fMultDiv2(yReal, nFilt0H); in DecorrFilterApplyREAL()
721 pStates[5] + fMultDiv2(xImag, nFilt1L) - fMultDiv2(yImag, nFilt0H); in DecorrFilterApplyREAL()
727 FIXP_DECORR nFilt0L, nFilt0H, nFilt1L, nFilt1H, nFilt2L, nFilt2H; in DecorrFilterApplyREAL() local
731 nFilt1L = pFilter[2]; in DecorrFilterApplyREAL()
755 pStates[4] + fMultDiv2(xReal, nFilt1L) - fMultDiv2(yReal, nFilt2L); in DecorrFilterApplyREAL()
757 pStates[5] + fMultDiv2(xImag, nFilt1L) - fMultDiv2(yImag, nFilt2L); in DecorrFilterApplyREAL()
[all …]