Searched refs:nFilt0L (Results 1 – 1 of 1) sorted by relevance
664 FIXP_DECORR nFilt0L, nFilt0H; in DecorrFilterApplyREAL() local666 nFilt0L = pFilter[0]; in DecorrFilterApplyREAL()678 yReal = (pStates[0] + fMultDiv2(xReal, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL()679 yImag = (pStates[1] + fMultDiv2(xImag, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL()688 pStates[2] = (xReal >> FILTER_SF) - fMultDiv2(yReal, nFilt0L); in DecorrFilterApplyREAL()689 pStates[3] = (xImag >> FILTER_SF) - fMultDiv2(yImag, nFilt0L); in DecorrFilterApplyREAL()693 FIXP_DECORR nFilt0L, nFilt0H, nFilt1L; in DecorrFilterApplyREAL() local695 nFilt0L = pFilter[0]; in DecorrFilterApplyREAL()708 yReal = (pStates[0] + fMultDiv2(xReal, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL()709 yImag = (pStates[1] + fMultDiv2(xImag, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL()[all …]