Searched defs:axINT (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding.c132 int16_t axINT, axFRAC; local
138 axINT = ax >> 8; //Q0
140 exp16 = 1 << axINT; // Q0
146 axINT = 1 + (ax >> 8); //Q0
148 exp16 = (int16_t)(32768 >> axINT); // Q15

Completed in 82 milliseconds