Searched refs:hybOutputImagWet (Results 1 – 3 of 3) sorted by relevance
/external/aac/libSACdec/src/ |
D | sac_stp.cpp | 212 FIXP_DBL *hybOutputImagWet, int bands) { in combineSignalCplx() argument 217 *hybOutputImagDry = fAddSaturate(*hybOutputImagDry, *hybOutputImagWet); in combineSignalCplx() 219 hybOutputImagDry++, hybOutputImagWet++; in combineSignalCplx() 226 FIXP_DBL *hybOutputImagWet, in combineSignalCplxScale1() argument 237 (*hybOutputImagDry >> SF_SCALE) + fMult(*hybOutputImagWet, scaleY), in combineSignalCplxScale1() 240 hybOutputImagDry++, hybOutputImagWet++; in combineSignalCplxScale1() 248 FIXP_DBL *hybOutputImagWet, FIXP_DBL scaleX, in combineSignalCplxScale2() argument 257 (*hybOutputImagDry >> SF_SCALE) + fMult(*hybOutputImagWet, scaleX), in combineSignalCplxScale2() 260 hybOutputImagDry++, hybOutputImagWet++; in combineSignalCplxScale2()
|
D | sac_process.h | 234 FIXP_DBL **hybOutputImagWet);
|
D | sac_process.cpp | 598 FIXP_DBL **hybOutputImagWet) { in SpatialDecApplyM2() argument 635 FDKmemclear(hybOutputImagWet[0], in SpatialDecApplyM2() 654 pHybOutImagWet = hybOutputImagWet[row]; in SpatialDecApplyM2()
|