Searched refs:bandScale (Results 1 – 1 of 1) sorted by relevance
1210 int bandScale = -(ScaleFactor[band] + 100); in CJointStereo_ApplyIS() local1212 int msb = bandScale >> 2; in CJointStereo_ApplyIS()1213 int lsb = bandScale & 0x03; in CJointStereo_ApplyIS()