Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_process.cpp431 FIXP_DBL *RESTRICT pHybOutRealDry = hybOutputRealDry[row]; in SpatialDecApplyM2_Mode212() local
457 *pHybOutRealDry++ = real << (1 + M2_exp); in SpatialDecApplyM2_Mode212()
493 FIXP_DBL *RESTRICT pHybOutRealDry = hybOutputRealDry[row]; in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding() local
534 *pHybOutRealDry++ = fMultAddDiv2(real, wReal1, mReal1) << s; in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding()
579 *pHybOutRealDry++ = fMultAddDiv2(real, wReal1, mReal1) << s; in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding()
604 FIXP_DBL *RESTRICT pWReal, *RESTRICT pWImag, *RESTRICT pHybOutRealDry, in SpatialDecApplyM2() local
642 pHybOutRealDry = hybOutputRealDry[row]; in SpatialDecApplyM2()
682 pHybOutRealDry[qs] = fMult(pWReal[qs], pKernel[qs]); in SpatialDecApplyM2()
689 pHybOutRealDry[qs] += fMultDiv2(pWReal[qs], pKernel[qs]) in SpatialDecApplyM2()
700 pHybOutRealDry[0] += fMultDiv2(pWImag[0], pKernel[0]) in SpatialDecApplyM2()
[all …]