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

/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp268 int32_t iexp = ix >> 4; local
271 if (iexp > 0) {
277 if (iexp > 1) {
278 mant = mant << (iexp - 1);

Completed in 50 milliseconds