Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_stp.cpp209 inline void combineSignalReal(FIXP_DBL *hybOutputRealDry, in combineSignalReal() argument
214 *hybOutputRealDry = *hybOutputRealDry + *hybOutputRealWet; in combineSignalReal()
215 hybOutputRealDry++, hybOutputRealWet++; in combineSignalReal()
219 inline void combineSignalRealScale1(FIXP_DBL *hybOutputRealDry, in combineSignalRealScale1() argument
225 *hybOutputRealDry = in combineSignalRealScale1()
226 *hybOutputRealDry + in combineSignalRealScale1()
228 hybOutputRealDry++, hybOutputRealWet++; in combineSignalRealScale1()
232 inline void combineSignalCplx(FIXP_DBL *hybOutputRealDry, in combineSignalCplx() argument
239 *hybOutputRealDry = *hybOutputRealDry + *hybOutputRealWet; in combineSignalCplx()
241 hybOutputRealDry++, hybOutputRealWet++; in combineSignalCplx()
[all …]
Dsac_process.h231 FIXP_DBL **hybOutputRealDry,
253 FIXP_DBL **wImag, FIXP_DBL **hybOutputRealDry, FIXP_DBL **hybOutputImagDry);
273 FIXP_DBL **hybOutputRealDry,
Dsac_process.cpp411 FIXP_DBL **hybOutputRealDry, in SpatialDecApplyM2_Mode212() argument
431 FIXP_DBL *RESTRICT pHybOutRealDry = hybOutputRealDry[row]; in SpatialDecApplyM2_Mode212()
468 FIXP_DBL **wImag, FIXP_DBL **hybOutputRealDry, in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding() argument
493 FIXP_DBL *RESTRICT pHybOutRealDry = hybOutputRealDry[row]; in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding()
590 FIXP_DBL **hybOutputRealDry, in SpatialDecApplyM2() argument
622 FDKmemclear(hybOutputRealDry[0], self->createParams.maxNumOutputChannels * in SpatialDecApplyM2()
642 pHybOutRealDry = hybOutputRealDry[row]; in SpatialDecApplyM2()
646 pHybOutRealWet = hybOutputRealDry[row]; in SpatialDecApplyM2()