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