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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
do_plc.h 30 int16_t *PLCresidual, /* (o) concealed residual */
do_plc.c 30 int16_t *PLCresidual, /* (o) concealed residual */
248 PLCresidual[i] = iLBCdec_inst->prevResidual[iLBCdec_inst->blockl+pick];
250 PLCresidual[i] = PLCresidual[pick];
265 PLCresidual[i] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(tot_gain,
266 (int16_t)WEBRTC_SPL_RSHIFT_W32( (WEBRTC_SPL_MUL_16_16(pitchfact, PLCresidual[i]) +
273 energy += WEBRTC_SPL_MUL_16_16_RSFT(PLCresidual[i],
274 PLCresidual[i], (iLBCdec_inst->prevScale+1));
282 PLCresidual[i] = randvec[i];
297 WEBRTC_SPL_MEMCPY_W16(PLCresidual, decresidual, iLBCdec_inst->blockl)
    [all...]
decode.c 54 int16_t PLCresidual[BLOCKL_MAX + LPC_FILTERORDER];
60 iLBC_bits *iLBCbits_inst = (iLBC_bits*)PLCresidual;
63 data = &PLCresidual[LPC_FILTERORDER];
106 WebRtcIlbcfix_DoThePlc( PLCresidual, PLClpc, 0,
111 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl);
123 WebRtcIlbcfix_DoThePlc( PLCresidual, PLClpc, 1,
126 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl);

Completed in 787 milliseconds