Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_decorrelate.cpp688 FIXP_DECORR nFilt0L, nFilt0H, nFilt1L; in DecorrFilterApplyREAL() local
692 nFilt1L = pFilter[2]; in DecorrFilterApplyREAL()
710 pStates[2] + fMultDiv2(xReal, nFilt0H) - fMultDiv2(yReal, nFilt1L); in DecorrFilterApplyREAL()
712 pStates[3] + fMultDiv2(xImag, nFilt0H) - fMultDiv2(yImag, nFilt1L); in DecorrFilterApplyREAL()
714 pStates[4] + fMultDiv2(xReal, nFilt1L) - fMultDiv2(yReal, nFilt0H); in DecorrFilterApplyREAL()
716 pStates[5] + fMultDiv2(xImag, nFilt1L) - fMultDiv2(yImag, nFilt0H); in DecorrFilterApplyREAL()
722 FIXP_DECORR nFilt0L, nFilt0H, nFilt1L, nFilt1H, nFilt2L, nFilt2H; in DecorrFilterApplyREAL() local
726 nFilt1L = pFilter[2]; in DecorrFilterApplyREAL()
750 pStates[4] + fMultDiv2(xReal, nFilt1L) - fMultDiv2(yReal, nFilt2L); in DecorrFilterApplyREAL()
752 pStates[5] + fMultDiv2(xImag, nFilt1L) - fMultDiv2(yImag, nFilt2L); in DecorrFilterApplyREAL()
[all …]