Searched refs:in_weighted (Results 1 – 2 of 2) sorted by relevance
44 int16_t *in_weighted = &in_weightedVec[LPC_FILTERORDER]; in WebRtcIlbcfix_AbsQuant() local67 in, in_weighted, in WebRtcIlbcfix_AbsQuant()70 &in[quantLen[0]], &in_weighted[quantLen[0]], in WebRtcIlbcfix_AbsQuant()75 in_weighted, in WebRtcIlbcfix_AbsQuant()
34 int16_t *in_weighted = in_weightedIN; in WebRtcIlbcfix_AbsQuantLoop() local48 toQW32 = (int32_t)(*in_weighted) - (int32_t)(*syntOut); in WebRtcIlbcfix_AbsQuantLoop()80 *syntOut = (int16_t) (tmp16a + (int32_t)(*in_weighted) - toQW32); in WebRtcIlbcfix_AbsQuantLoop()82 syntOut++; in_weighted++; in WebRtcIlbcfix_AbsQuantLoop()