Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/ilbc/
H A Dframe_classify.c38 int32_t maxW32; in WebRtcIlbcfix_FrameClassify() local
67 maxW32 = WebRtcSpl_MaxValueW32(ssqEn, iLBCenc_inst->nsub - 1); in WebRtcIlbcfix_FrameClassify()
68 scale = WebRtcSpl_GetSizeInBits(maxW32) - 20; in WebRtcIlbcfix_FrameClassify()
H A Dcb_search_core.c40 int32_t maxW32, tmp32; in WebRtcIlbcfix_CbSearchCore() local
59 maxW32 = WebRtcSpl_MaxAbsValueW32(cDot, range); in WebRtcIlbcfix_CbSearchCore()
61 sh = (int16_t)WebRtcSpl_NormW32(maxW32); in WebRtcIlbcfix_CbSearchCore()