Searched refs:thrL (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
69 thrL = sfbThresholdLeft[idx];
74 minThreshold = min(thrL, thrR);
76 nrgL = max(nrgL,thrL) + 1;
78 nrgL = Div_32(thrL << shift, nrgL << shift);

Completed in 70 milliseconds