Searched refs:hybOutputImagDry (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSACdec/src/ |
D | sac_stp.cpp | 233 FIXP_DBL *hybOutputImagDry, in combineSignalCplx() argument 240 *hybOutputImagDry = *hybOutputImagDry + *hybOutputImagWet; in combineSignalCplx() 242 hybOutputImagDry++, hybOutputImagWet++; in combineSignalCplx() 247 FIXP_DBL *hybOutputImagDry, in combineSignalCplxScale1() argument 259 *hybOutputImagDry = in combineSignalCplxScale1() 260 *hybOutputImagDry + in combineSignalCplxScale1() 263 hybOutputImagDry++, hybOutputImagWet++; in combineSignalCplxScale1() 269 FIXP_DBL *hybOutputImagDry, in combineSignalCplxScale2() argument 279 *hybOutputImagDry = in combineSignalCplxScale2() 280 *hybOutputImagDry + in combineSignalCplxScale2() [all …]
|
D | sac_process.h | 232 FIXP_DBL **hybOutputImagDry, 253 FIXP_DBL **wImag, FIXP_DBL **hybOutputRealDry, FIXP_DBL **hybOutputImagDry); 274 FIXP_DBL **hybOutputImagDry);
|
D | sac_process.cpp | 412 FIXP_DBL **hybOutputImagDry) { in SpatialDecApplyM2_Mode212() argument 432 FIXP_DBL *RESTRICT pHybOutImagDry = hybOutputImagDry[row]; in SpatialDecApplyM2_Mode212() 469 FIXP_DBL **hybOutputImagDry) { in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding() argument 494 FIXP_DBL *RESTRICT pHybOutImagDry = hybOutputImagDry[row]; in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding() 591 FIXP_DBL **hybOutputImagDry, in SpatialDecApplyM2() argument 619 FDKmemclear(hybOutputImagDry[0], in SpatialDecApplyM2() 643 pHybOutImagDry = hybOutputImagDry[row]; in SpatialDecApplyM2() 647 pHybOutImagWet = hybOutputImagDry[row]; in SpatialDecApplyM2()
|