Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dcb_update_best_index.c27 int32_t cDotNew, /* (i) Cross dot of new index */ in WebRtcIlbcfix_CbUpdateBestIndex() argument
56 tmp16 = (int16_t)WebRtcSpl_NormW32(cDotNew); in WebRtcIlbcfix_CbUpdateBestIndex()
67 gainW32 = ((int16_t)WEBRTC_SPL_SHIFT_W32(cDotNew, -tmp16) * invEnergyNew) >> in WebRtcIlbcfix_CbUpdateBestIndex()
Dcb_update_best_index.h28 int32_t cDotNew, /* (i) Cross dot of new index */