Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dcb_construct.c42 int16_t *gainPtr; in WebRtcIlbcfix_CbConstruct() local
57 gainPtr = &gain[0]; in WebRtcIlbcfix_CbConstruct()
59 a32 = (*gainPtr++) * cbvec0[j]; in WebRtcIlbcfix_CbConstruct()
60 a32 += (*gainPtr++) * cbvec1[j]; in WebRtcIlbcfix_CbConstruct()
61 a32 += (*gainPtr) * cbvec2[j]; in WebRtcIlbcfix_CbConstruct()
62 gainPtr -= 2; in WebRtcIlbcfix_CbConstruct()
Dcb_search.c68 int16_t *gainPtr; in WebRtcIlbcfix_CbSearch() local
377 gainPtr=(int16_t*)WebRtcIlbcfix_kGainSq5Sq+gain_index[0]; in WebRtcIlbcfix_CbSearch()
390 t32 = temp1 * *gainPtr; in WebRtcIlbcfix_CbSearch()
398 gainPtr++; in WebRtcIlbcfix_CbSearch()