Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_stp.cpp210 FIXP_DBL *hybOutputImagDry, in combineSignalCplx() argument
217 *hybOutputImagDry = fAddSaturate(*hybOutputImagDry, *hybOutputImagWet); in combineSignalCplx()
219 hybOutputImagDry++, hybOutputImagWet++; in combineSignalCplx()
224 FIXP_DBL *hybOutputImagDry, in combineSignalCplxScale1() argument
237 *hybOutputImagDry = SATURATE_LEFT_SHIFT( in combineSignalCplxScale1()
238 (*hybOutputImagDry >> 1) + in combineSignalCplxScale1()
242 hybOutputImagDry++, hybOutputImagWet++; in combineSignalCplxScale1()
248 FIXP_DBL *hybOutputImagDry, in combineSignalCplxScale2() argument
258 *hybOutputImagDry = in combineSignalCplxScale2()
259 *hybOutputImagDry + in combineSignalCplxScale2()
[all …]
Dsac_process.h232 FIXP_DBL **hybOutputImagDry,
253 FIXP_DBL **wImag, FIXP_DBL **hybOutputRealDry, FIXP_DBL **hybOutputImagDry);
274 FIXP_DBL **hybOutputImagDry);
Dsac_process.cpp419 FIXP_DBL **hybOutputImagDry) { in SpatialDecApplyM2_Mode212() argument
439 FIXP_DBL *RESTRICT pHybOutImagDry = hybOutputImagDry[row]; in SpatialDecApplyM2_Mode212()
476 FIXP_DBL **hybOutputImagDry) { in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding() argument
501 FIXP_DBL *RESTRICT pHybOutImagDry = hybOutputImagDry[row]; in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding()
598 FIXP_DBL **hybOutputImagDry, in SpatialDecApplyM2() argument
626 FDKmemclear(hybOutputImagDry[0], in SpatialDecApplyM2()
649 pHybOutImagDry = hybOutputImagDry[row]; in SpatialDecApplyM2()
653 pHybOutImagWet = hybOutputImagDry[row]; in SpatialDecApplyM2()