Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_process.cpp769 FIXP_DBL *RESTRICT pHybOutReal; in SpatialDecApplyM2() local
808 pHybOutReal = &pHybOutRealDry[0]; in SpatialDecApplyM2()
811 pHybOutReal = &pHybOutRealWet[0]; in SpatialDecApplyM2()
814 pHybOutReal[0] += fMultDiv2(pWImag[0], pKernel[0]) in SpatialDecApplyM2()
820 pHybOutReal = &pHybOutRealWet[0]; in SpatialDecApplyM2()
823 pHybOutReal[1] -= fMultDiv2(pWImag[1], pKernel[1]) in SpatialDecApplyM2()
829 pHybOutReal = &pHybOutRealWet[0]; in SpatialDecApplyM2()
832 pHybOutReal[2] += fMultDiv2(pWImag[2], pKernel[2]) in SpatialDecApplyM2()