Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Denhancer_interface.c58 int16_t max16; in WebRtcIlbcfix_EnhancerInterface() local
122 max16 = WebRtcSpl_MaxAbsValueW16(&regressor[-50], ENH_BLOCKL_HALF + 50 - 1); in WebRtcIlbcfix_EnhancerInterface()
123 shifts = WebRtcSpl_GetSizeInBits((uint32_t)(max16 * max16)) - 25; in WebRtcIlbcfix_EnhancerInterface()
204 max16 = WebRtcSpl_MaxAbsValueW16(regressor, plc_blockl + 3 - 1); in WebRtcIlbcfix_EnhancerInterface()
205 if (max16>5000) in WebRtcIlbcfix_EnhancerInterface()
256 max16=WebRtcSpl_MaxAbsValueW16(plc_pred, plc_blockl); in WebRtcIlbcfix_EnhancerInterface()
257 max = WEBRTC_SPL_MAX(max, max16); in WebRtcIlbcfix_EnhancerInterface()
/external/webrtc/webrtc/common_audio/signal_processing/
Dfilter_ar_fast_q12_mips.c24 int max16 = 0x7FFF; in WebRtcSpl_FilterARFastQ12() local
134 [max16] "r" (max16), [min16] "r" (min16), in WebRtcSpl_FilterARFastQ12()