Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_decorrelate.cpp642 FIXP_DBL xReal, xImag, yReal, yImag; in DecorrFilterApplyREAL() local
674 xImag = *pDelayBuffer; in DecorrFilterApplyREAL()
679 yImag = (pStates[1] + fMultDiv2(xImag, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL()
687 pStates[3] + fMultDiv2(xImag, nFilt0H) - fMultDiv2(yImag, nFilt0H); in DecorrFilterApplyREAL()
689 pStates[3] = (xImag >> FILTER_SF) - fMultDiv2(yImag, nFilt0L); in DecorrFilterApplyREAL()
704 xImag = *pDelayBuffer; in DecorrFilterApplyREAL()
709 yImag = (pStates[1] + fMultDiv2(xImag, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL()
717 pStates[3] + fMultDiv2(xImag, nFilt0H) - fMultDiv2(yImag, nFilt1L); in DecorrFilterApplyREAL()
721 pStates[5] + fMultDiv2(xImag, nFilt1L) - fMultDiv2(yImag, nFilt0H); in DecorrFilterApplyREAL()
723 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.cpp360 FIXP_DBL **xImag, FIXP_DBL **vReal, FIXP_DBL **vImag) { in SpatialDecApplyM1_CreateW_Mode212() argument
371 FDKmemcpy(vImag[0], xImag[0], self->hybridBands * sizeof(FIXP_DBL)); in SpatialDecApplyM1_CreateW_Mode212()