Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp256 int bandScale = -(ScaleFactor [band] + 100) ; in CJointStereo_ApplyIS() local
258 int msb = bandScale >> 2 ; in CJointStereo_ApplyIS()
259 int lsb = bandScale & 0x03 ; in CJointStereo_ApplyIS()