Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Denhancer_interface.c67 int16_t totsh[3]; in WebRtcIlbcfix_EnhancerInterface() local
155 totsh[i] = enerSh - (corrSh << 1); in WebRtcIlbcfix_EnhancerInterface()
161 if (totsh[ind] > totsh[i]) { in WebRtcIlbcfix_EnhancerInterface()
162 sh = WEBRTC_SPL_MIN(31, totsh[ind]-totsh[i]); in WebRtcIlbcfix_EnhancerInterface()
167 sh = WEBRTC_SPL_MIN(31, totsh[i]-totsh[ind]); in WebRtcIlbcfix_EnhancerInterface()