Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_process.cpp439 FIXP_DBL *RESTRICT pHybOutImagDry = hybOutputImagDry[row]; in SpatialDecApplyM2_Mode212() local
466 *pHybOutImagDry++ = imag << (1 + M2_exp); in SpatialDecApplyM2_Mode212()
501 FIXP_DBL *RESTRICT pHybOutImagDry = hybOutputImagDry[row]; in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding() local
541 *pHybOutImagDry++ = fMultAddDiv2(imag, wImag1, mReal1) << s; in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding()
585 *pHybOutImagDry++ = fMultAddDiv2(imag, wImag1, mReal1) << s; in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding()
610 *RESTRICT pHybOutImagDry, *RESTRICT pHybOutRealWet, in SpatialDecApplyM2() local
647 pHybOutImagDry = hybOutputImagDry[row]; in SpatialDecApplyM2()
687 pHybOutImagDry[qs] = fMult(pWImag[qs], pKernel[qs]); in SpatialDecApplyM2()
695 pHybOutImagDry[qs] += SAC_DEC_APPLY_M2_SCALE( in SpatialDecApplyM2()
706 pHybOutImagDry[0] -= SAC_DEC_APPLY_M2_SCALE( in SpatialDecApplyM2()
[all …]