Searched refs:tmpW32b (Results 1 – 2 of 2) sorted by relevance
37 int32_t tmpW32b; in WebRtcIlbcfix_HpOutput() local62 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()
37 int32_t tmpW32b; in WebRtcIlbcfix_HpInput() local62 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()