Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/g711/
DC2SoftG711Dec.cpp243 int32_t iexp = ix >> 4; in DecodeALaw() local
246 if (iexp > 0) { in DecodeALaw()
252 if (iexp > 1) { in DecodeALaw()
253 mant = mant << (iexp - 1); in DecodeALaw()