Home
last modified time | relevance | path

Searched refs:xImag (Results 1 – 3 of 3) sorted by relevance

/external/aac/libFDK/src/
DFDK_decorrelate.cpp637 FIXP_DBL xReal, xImag, yReal, yImag; in DecorrFilterApplyREAL() local
669 xImag = *pDelayBuffer; in DecorrFilterApplyREAL()
674 yImag = (pStates[1] + fMultDiv2(xImag, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL()
682 pStates[3] + fMultDiv2(xImag, nFilt0H) - fMultDiv2(yImag, nFilt0H); in DecorrFilterApplyREAL()
684 pStates[3] = (xImag >> FILTER_SF) - fMultDiv2(yImag, nFilt0L); in DecorrFilterApplyREAL()
699 xImag = *pDelayBuffer; in DecorrFilterApplyREAL()
704 yImag = (pStates[1] + fMultDiv2(xImag, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL()
712 pStates[3] + fMultDiv2(xImag, nFilt0H) - fMultDiv2(yImag, nFilt1L); in DecorrFilterApplyREAL()
716 pStates[5] + fMultDiv2(xImag, nFilt1L) - fMultDiv2(yImag, nFilt0H); in DecorrFilterApplyREAL()
718 pStates[5] = (xImag >> FILTER_SF) - fMultDiv2(yImag, nFilt0L); in DecorrFilterApplyREAL()
[all …]
/external/aac/libSACdec/src/
Dsac_process.h210 FIXP_DBL **xImag, FIXP_DBL **vReal, FIXP_DBL **vImag);
Dsac_process.cpp367 FIXP_DBL **xImag, FIXP_DBL **vReal, FIXP_DBL **vImag) { in SpatialDecApplyM1_CreateW_Mode212() argument
378 FDKmemcpy(vImag[0], xImag[0], self->hybridBands * sizeof(FIXP_DBL)); in SpatialDecApplyM1_CreateW_Mode212()