Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/ilbc/
Dframe_classify.c36 int32_t maxW32; in WebRtcIlbcfix_FrameClassify() local
65 maxW32 = WebRtcSpl_MaxValueW32(ssqEn, iLBCenc_inst->nsub - 1); in WebRtcIlbcfix_FrameClassify()
66 scale = WebRtcSpl_GetSizeInBits(maxW32) - 20; in WebRtcIlbcfix_FrameClassify()
Dcb_search_core.c38 int32_t maxW32, tmp32; in WebRtcIlbcfix_CbSearchCore() local
57 maxW32 = WebRtcSpl_MaxAbsValueW32(cDot, range); in WebRtcIlbcfix_CbSearchCore()
59 sh = (int16_t)WebRtcSpl_NormW32(maxW32); in WebRtcIlbcfix_CbSearchCore()