Home
last modified time | relevance | path

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

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