Searched refs:lScale (Results 1 – 2 of 2) sorted by relevance
180 int lScale=leftScale[band]; in CJointStereo_ApplyMS() local182 int commonScale=lScale > rScale ? lScale:rScale; in CJointStereo_ApplyMS()193 lScale = fMin(DFRACT_BITS-1, commonScale - lScale); in CJointStereo_ApplyMS()196 FDK_ASSERT(lScale >= 0 && rScale >= 0); in CJointStereo_ApplyMS()203 leftCoefficient >>= lScale ; in CJointStereo_ApplyMS()
151 LONG lScale; member