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

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dabs_quant.c44 int16_t *in_weighted = &in_weightedVec[LPC_FILTERORDER]; local
67 in, in_weighted,
70 &in[quantLen[0]], &in_weighted[quantLen[0]],
75 in_weighted,
H A Dabs_quant_loop.c34 int16_t *in_weighted = in_weightedIN; local
50 toQW32 = (int32_t)(*in_weighted) - (int32_t)(*syntOut);
82 *syntOut = (int16_t) (tmp16a + (int32_t)(*in_weighted) - toQW32);
85 syntOut++; in_weighted++;

Completed in 636 milliseconds