Searched refs:gainPtr (Results 1 – 2 of 2) sorted by relevance
42 int16_t *gainPtr; in WebRtcIlbcfix_CbConstruct() local57 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()
68 int16_t *gainPtr; in WebRtcIlbcfix_CbSearch() local377 gainPtr=(int16_t*)WebRtcIlbcfix_kGainSq5Sq+gain_index[0]; in WebRtcIlbcfix_CbSearch()390 t32 = temp1 * *gainPtr; in WebRtcIlbcfix_CbSearch()398 gainPtr++; in WebRtcIlbcfix_CbSearch()