Searched refs:nFilt2H (Results 1 – 1 of 1) sorted by relevance
/external/aac/libFDK/src/ |
D | FDK_decorrelate.cpp | 727 FIXP_DECORR nFilt0L, nFilt0H, nFilt1L, nFilt1H, nFilt2L, nFilt2H; in DecorrFilterApplyREAL() local 734 nFilt2H = pFilter[5]; in DecorrFilterApplyREAL() 751 pStates[2] + fMultDiv2(xReal, nFilt0H) - fMultDiv2(yReal, nFilt2H); in DecorrFilterApplyREAL() 753 pStates[3] + fMultDiv2(xImag, nFilt0H) - fMultDiv2(yImag, nFilt2H); in DecorrFilterApplyREAL() 767 pStates[10] + fMultDiv2(xReal, nFilt2H) - fMultDiv2(yReal, nFilt0H); in DecorrFilterApplyREAL() 769 pStates[11] + fMultDiv2(xImag, nFilt2H) - fMultDiv2(yImag, nFilt0H); in DecorrFilterApplyREAL()
|