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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
do_plc.h 31 int16_t *PLClpc, /* (o) concealed LP parameters */
decode.c 56 int16_t PLClpc[LPC_FILTERORDER + 1];
106 WebRtcIlbcfix_DoThePlc( PLCresidual, PLClpc, 0,
123 WebRtcIlbcfix_DoThePlc( PLCresidual, PLClpc, 1,
132 PLClpc, order_plus_one);
do_plc.c 31 int16_t *PLClpc, /* (o) concealed LP parameters */
287 WEBRTC_SPL_MEMCPY_W16(PLClpc, (*iLBCdec_inst).prevLpc, LPC_FILTERORDER+1);
298 WEBRTC_SPL_MEMCPY_W16(PLClpc, lpc, (LPC_FILTERORDER+1));
304 WEBRTC_SPL_MEMCPY_W16(iLBCdec_inst->prevLpc, PLClpc, (LPC_FILTERORDER+1));

Completed in 60 milliseconds