HomeSort by relevance Sort by last modified time
    Searched full:in_weightedvec (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
abs_quant.c 43 int16_t in_weightedVec[STATE_SHORT_LEN_30MS+LPC_FILTERORDER];
44 int16_t *in_weighted = &in_weightedVec[LPC_FILTERORDER];
50 WebRtcSpl_MemSetW16(in_weightedVec, 0, LPC_FILTERORDER);

Completed in 65 milliseconds