Searched refs:thrR (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dms_stereo.c64 Word32 thrL, thrR, nrgL, nrgR; local
70 thrR = sfbThresholdRight[idx];
74 minThreshold = min(thrL, thrR);
79 nrgR = max(nrgR,thrR) + 1;
81 nrgR = Div_32(thrR << shift, nrgR << shift);

Completed in 83 milliseconds