Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/ilbc/
Dcb_construct.c30 OverflowingAddS32S32ToS32(int32_t a, int32_t b) { in OverflowingAddS32S32ToS32() function
74 a32 = OverflowingAddS32S32ToS32(a32, (*gainPtr) * cbvec2[j]); in WebRtcIlbcfix_CbConstruct()
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c201 OverflowingAddS32S32ToS32(int32_t a, int32_t b) { in OverflowingAddS32S32ToS32() function
281 CurveQ16[k] = OverflowingAddS32S32ToS32(CurveQ16[k], diff_q16); in CalcInvArSpec()