Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_decorrelate.cpp642 FIXP_DBL xReal, xImag, yReal, yImag; in DecorrFilterApplyREAL() local
678 yReal = (pStates[0] + fMultDiv2(xReal, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL()
681 dataRealOut[i] = yReal; in DecorrFilterApplyREAL()
685 pStates[2] + fMultDiv2(xReal, nFilt0H) - fMultDiv2(yReal, nFilt0H); in DecorrFilterApplyREAL()
688 pStates[2] = (xReal >> FILTER_SF) - fMultDiv2(yReal, nFilt0L); in DecorrFilterApplyREAL()
708 yReal = (pStates[0] + fMultDiv2(xReal, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL()
711 dataRealOut[i] = yReal; in DecorrFilterApplyREAL()
715 pStates[2] + fMultDiv2(xReal, nFilt0H) - fMultDiv2(yReal, nFilt1L); in DecorrFilterApplyREAL()
719 pStates[4] + fMultDiv2(xReal, nFilt1L) - fMultDiv2(yReal, nFilt0H); in DecorrFilterApplyREAL()
722 pStates[4] = (xReal >> FILTER_SF) - fMultDiv2(yReal, nFilt0L); in DecorrFilterApplyREAL()
[all …]