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

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dhp_input.c37 int32_t tmpW32b; local
62 tmpW32b = tmpW32 + 4096;
65 tmpW32b = WEBRTC_SPL_SAT((int32_t)268435455, tmpW32b, (int32_t)-268435456);
68 signal[i] = (int16_t)WEBRTC_SPL_RSHIFT_W32(tmpW32b, 13);
H A Dhp_output.c37 int32_t tmpW32b; local
62 tmpW32b = tmpW32 + 1024;
65 tmpW32b = WEBRTC_SPL_SAT((int32_t)67108863, tmpW32b, (int32_t)-67108864);
68 signal[i] = (int16_t)WEBRTC_SPL_RSHIFT_W32(tmpW32b, 11);

Completed in 105 milliseconds