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

/frameworks/base/media/libstagefright/codecs/g711/dec/
H A DG711Decoder.cpp177 int32_t iexp = ix >> 4; local
180 if (iexp > 0) {
186 if (iexp > 1) {
187 mant = mant << (iexp - 1);

Completed in 18 milliseconds