Searched refs:yReal (Results 1 – 1 of 1) sorted by relevance
/external/aac/libFDK/src/ |
D | FDK_decorrelate.cpp | 637 FIXP_DBL xReal, xImag, yReal, yImag; in DecorrFilterApplyREAL() local 673 yReal = (pStates[0] + fMultDiv2(xReal, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL() 676 dataRealOut[i] = yReal; in DecorrFilterApplyREAL() 680 pStates[2] + fMultDiv2(xReal, nFilt0H) - fMultDiv2(yReal, nFilt0H); in DecorrFilterApplyREAL() 683 pStates[2] = (xReal >> FILTER_SF) - fMultDiv2(yReal, nFilt0L); in DecorrFilterApplyREAL() 703 yReal = (pStates[0] + fMultDiv2(xReal, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL() 706 dataRealOut[i] = yReal; in DecorrFilterApplyREAL() 710 pStates[2] + fMultDiv2(xReal, nFilt0H) - fMultDiv2(yReal, nFilt1L); in DecorrFilterApplyREAL() 714 pStates[4] + fMultDiv2(xReal, nFilt1L) - fMultDiv2(yReal, nFilt0H); in DecorrFilterApplyREAL() 717 pStates[4] = (xReal >> FILTER_SF) - fMultDiv2(yReal, nFilt0L); in DecorrFilterApplyREAL() [all …]
|