Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
DFDK_decorrelate.cpp642 FIXP_DBL xReal, xImag, yReal, yImag; in DecorrFilterApplyREAL() local
670 xReal = *pDelayBuffer; in DecorrFilterApplyREAL()
678 yReal = (pStates[0] + fMultDiv2(xReal, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL()
685 pStates[2] + fMultDiv2(xReal, nFilt0H) - fMultDiv2(yReal, nFilt0H); in DecorrFilterApplyREAL()
688 pStates[2] = (xReal >> FILTER_SF) - fMultDiv2(yReal, nFilt0L); in DecorrFilterApplyREAL()
700 xReal = *pDelayBuffer; in DecorrFilterApplyREAL()
708 yReal = (pStates[0] + fMultDiv2(xReal, nFilt0L)) << FILTER_SF; in DecorrFilterApplyREAL()
715 pStates[2] + fMultDiv2(xReal, nFilt0H) - fMultDiv2(yReal, nFilt1L); in DecorrFilterApplyREAL()
719 pStates[4] + fMultDiv2(xReal, nFilt1L) - fMultDiv2(yReal, nFilt0H); in DecorrFilterApplyREAL()
722 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.cpp359 spatialDec *self, const SPATIAL_BS_FRAME *frame, FIXP_DBL **xReal, in SpatialDecApplyM1_CreateW_Mode212() argument
370 FDKmemcpy(vReal[0], xReal[0], self->hybridBands * sizeof(FIXP_DBL)); in SpatialDecApplyM1_CreateW_Mode212()