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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
decode.c 53 int16_t decresidual[BLOCKL_MAX]; local
103 WebRtcIlbcfix_DecodeResidual(iLBCdec_inst, iLBCbits_inst, decresidual, syntdenum);
107 decresidual, syntdenum + (LPC_FILTERORDER + 1)*(iLBCdec_inst->nsub - 1),
111 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl);
124 decresidual, syntdenum, (int16_t)(iLBCdec_inst->last_lag), iLBCdec_inst);
126 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl);
148 WebRtcIlbcfix_EnhancerInterface(data, decresidual, iLBCdec_inst);
196 &decresidual[iLBCdec_inst->blockl-60],
197 &decresidual[iLBCdec_inst->blockl-60-lag],
202 &decresidual[iLBCdec_inst->blockl-ENH_BLOCKL]
    [all...]
encode.c 60 int16_t *decresidual; local
82 decresidual = residual; /* Already encoded residual is overwritten by the decoded version */
187 &decresidual[start_pos], iLBCenc_inst->state_short_len
198 decresidual+start_pos, iLBCenc_inst->state_short_len);
209 WebRtcIlbcfix_CbConstruct(&decresidual[start_pos+iLBCenc_inst->state_short_len],
226 WebRtcSpl_MemCpyReversedOrder(&mem[CB_MEML-1], &decresidual[start_pos], meml_gotten);
245 WebRtcSpl_MemCpyReversedOrder(&decresidual[start_pos-1], reverseDecresidual, diff);
293 decresidual+(iLBCbits_inst->startIdx-1)*SUBL, STATE_LEN);
303 &decresidual[(iLBCbits_inst->startIdx + 1 +
348 WebRtcIlbcfix_CbConstruct(&decresidual[(iLBCbits_inst->startIdx+1+subframe)*SUBL]
    [all...]

Completed in 667 milliseconds