HomeSort by relevance Sort by last modified time
    Searched refs:syntOut (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
abs_quant_loop.c 33 int16_t *syntOut = syntOutIN;
44 syntOut, syntOut,
48 toQW32 = (int32_t)(*in_weighted) - (int32_t)(*syntOut);
80 *syntOut = (int16_t) (tmp16a + (int32_t)(*in_weighted) - toQW32);
82 syntOut++; in_weighted++;
abs_quant.c 38 int16_t *syntOut;
48 syntOut = &syntOutBuf[LPC_FILTERORDER];
74 syntOut,

Completed in 637 milliseconds