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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
decode_residual.h 33 int16_t *decresidual, /* (o) decoded residual frame */
do_plc.h 34 int16_t *decresidual, /* (i) decoded residual */
decode_residual.c 40 int16_t *decresidual, /* (o) decoded residual frame */
62 &decresidual[start_pos], iLBCdec_inst->state_short_len
70 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-iLBCdec_inst->state_short_len, decresidual+start_pos,
76 &decresidual[start_pos+iLBCdec_inst->state_short_len],
89 decresidual+start_pos, meml_gotten);
103 WebRtcSpl_MemCpyReversedOrder(&decresidual[start_pos-1],
120 decresidual+(iLBC_encbits->startIdx-1)*SUBL, STATE_LEN);
128 &decresidual[(iLBC_encbits->startIdx+1+subframe)*SUBL],
137 &decresidual[(iLBC_encbits->startIdx+1+subframe)*SUBL], SUBL);
158 decresidual+(iLBC_encbits->startIdx-1)*SUBL, meml_gotten)
    [all...]
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...]
do_plc.c 34 int16_t *decresidual, /* (i) decoded residual */
297 WEBRTC_SPL_MEMCPY_W16(PLCresidual, decresidual, iLBCdec_inst->blockl);

Completed in 648 milliseconds