HomeSort by relevance Sort by last modified time
    Searched full:thrr (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
ms_stereo.c 64 Word32 thrL, thrR, nrgL, nrgR;
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 45 milliseconds