Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_decorrelate.cpp722 FIXP_DECORR nFilt0L, nFilt0H, nFilt1L, nFilt1H, nFilt2L, nFilt2H; in DecorrFilterApplyREAL() local
728 nFilt2L = pFilter[4]; in DecorrFilterApplyREAL()
750 pStates[4] + fMultDiv2(xReal, nFilt1L) - fMultDiv2(yReal, nFilt2L); in DecorrFilterApplyREAL()
752 pStates[5] + fMultDiv2(xImag, nFilt1L) - fMultDiv2(yImag, nFilt2L); in DecorrFilterApplyREAL()
758 pStates[8] + fMultDiv2(xReal, nFilt2L) - fMultDiv2(yReal, nFilt1L); in DecorrFilterApplyREAL()
760 pStates[9] + fMultDiv2(xImag, nFilt2L) - fMultDiv2(yImag, nFilt1L); in DecorrFilterApplyREAL()