Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_stp.cpp235 FIXP_DBL *hybOutputImagWet, int bands) { in combineSignalCplx() argument
240 *hybOutputImagDry = *hybOutputImagDry + *hybOutputImagWet; in combineSignalCplx()
242 hybOutputImagDry++, hybOutputImagWet++; in combineSignalCplx()
249 FIXP_DBL *hybOutputImagWet, in combineSignalCplxScale1() argument
261 (fMultDiv2(*hybOutputImagWet, scaleY) << (SF_SCALE + 2)); in combineSignalCplxScale1()
263 hybOutputImagDry++, hybOutputImagWet++; in combineSignalCplxScale1()
271 FIXP_DBL *hybOutputImagWet, FIXP_DBL scaleX, in combineSignalCplxScale2() argument
281 (fMultDiv2(*hybOutputImagWet, scaleX) << (SF_SCALE + 1)); in combineSignalCplxScale2()
283 hybOutputImagDry++, hybOutputImagWet++; in combineSignalCplxScale2()
Dsac_process.h234 FIXP_DBL **hybOutputImagWet);
Dsac_process.cpp593 FIXP_DBL **hybOutputImagWet) { in SpatialDecApplyM2() argument
630 FDKmemclear(hybOutputImagWet[0], in SpatialDecApplyM2()
650 pHybOutImagWet = hybOutputImagWet[row]; in SpatialDecApplyM2()