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

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dabs_quant_loop.c29 int32_t toQ32; local
52 toQ32 = (((int32_t)toQW32)<<2);
54 if (toQ32 > 32767) {
55 toQ32 = (int32_t) 32767;
56 } else if (toQ32 < -32768) {
57 toQ32 = (int32_t) -32768;
72 (int16_t)toQ32,

Completed in 103 milliseconds