Searched refs:nFilt0L (Results 1 – 1 of 1) sorted by relevance
659 FIXP_DECORR nFilt0L, nFilt0H; in DecorrFilterApplyREAL() local661 nFilt0L = pFilter[0]; in DecorrFilterApplyREAL()673 yReal = (pStates[0] + fMultDiv2(xReal, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL()674 yImag = (pStates[1] + fMultDiv2(xImag, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL()683 pStates[2] = (xReal >> FILTER_SF) - fMultDiv2(yReal, nFilt0L); in DecorrFilterApplyREAL()684 pStates[3] = (xImag >> FILTER_SF) - fMultDiv2(yImag, nFilt0L); in DecorrFilterApplyREAL()688 FIXP_DECORR nFilt0L, nFilt0H, nFilt1L; in DecorrFilterApplyREAL() local690 nFilt0L = pFilter[0]; in DecorrFilterApplyREAL()703 yReal = (pStates[0] + fMultDiv2(xReal, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL()704 yImag = (pStates[1] + fMultDiv2(xImag, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL()[all …]