Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_smoothing.cpp153 int smoothBand = 0; in getSmoothOnOff() local
155 smoothBand = self->smgData[ps][pb]; in getSmoothOnOff()
157 return smoothBand; in getSmoothOnOff()
187 int smoothBand; in SpatialDecSmoothM1andM2() local
189 smoothBand = getSmoothOnOff(self, ps, pb); in SpatialDecSmoothM1andM2()
191 if (smoothBand && (pb >= residualBands)) { in SpatialDecSmoothM1andM2()