Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_decorrelate.cpp637 FIXP_DBL xReal, xImag, yReal, yImag; in DecorrFilterApplyREAL() local
665 xReal = *pDelayBuffer; in DecorrFilterApplyREAL()
673 yReal = (pStates[0] + fMultDiv2(xReal, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL()
680 pStates[2] + fMultDiv2(xReal, nFilt0H) - fMultDiv2(yReal, nFilt0H); in DecorrFilterApplyREAL()
683 pStates[2] = (xReal >> FILTER_SF) - fMultDiv2(yReal, nFilt0L); in DecorrFilterApplyREAL()
695 xReal = *pDelayBuffer; in DecorrFilterApplyREAL()
703 yReal = (pStates[0] + fMultDiv2(xReal, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL()
710 pStates[2] + fMultDiv2(xReal, nFilt0H) - fMultDiv2(yReal, nFilt1L); in DecorrFilterApplyREAL()
714 pStates[4] + fMultDiv2(xReal, nFilt1L) - fMultDiv2(yReal, nFilt0H); in DecorrFilterApplyREAL()
717 pStates[4] = (xReal >> FILTER_SF) - fMultDiv2(yReal, nFilt0L); in DecorrFilterApplyREAL()
[all …]
/external/aac/libSACdec/src/
Dsac_process.h209 spatialDec *self, const SPATIAL_BS_FRAME *frame, FIXP_DBL **xReal,
Dsac_process.cpp366 spatialDec *self, const SPATIAL_BS_FRAME *frame, FIXP_DBL **xReal, in SpatialDecApplyM1_CreateW_Mode212() argument
377 FDKmemcpy(vReal[0], xReal[0], self->hybridBands * sizeof(FIXP_DBL)); in SpatialDecApplyM1_CreateW_Mode212()