Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/ilbc/
Dabs_quant.c44 int16_t *in_weighted = &in_weightedVec[LPC_FILTERORDER]; in WebRtcIlbcfix_AbsQuant() local
67 in, in_weighted, in WebRtcIlbcfix_AbsQuant()
70 &in[quantLen[0]], &in_weighted[quantLen[0]], in WebRtcIlbcfix_AbsQuant()
75 in_weighted, in WebRtcIlbcfix_AbsQuant()
Dabs_quant_loop.c34 int16_t *in_weighted = in_weightedIN; in WebRtcIlbcfix_AbsQuantLoop() local
48 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()