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

  /external/webrtc/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],
88 decresidual+start_pos, meml_gotten);
102 WebRtcSpl_MemCpyReversedOrder(&decresidual[start_pos-1],
117 decresidual+(iLBC_encbits->startIdx-1)*SUBL, STATE_LEN);
126 &decresidual[(iLBC_encbits->startIdx+1+subframe)*SUBL],
135 &decresidual[(iLBC_encbits->startIdx+1+subframe)*SUBL], SUBL);
154 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 PLCresidual, PLClpc, 0, decresidual,
112 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl);
124 WebRtcIlbcfix_DoThePlc(PLCresidual, PLClpc, 1, decresidual, syntdenum,
127 WEBRTC_SPL_MEMCPY_W16(decresidual, PLCresidual, iLBCdec_inst->blockl);
149 WebRtcIlbcfix_EnhancerInterface(data, decresidual, iLBCdec_inst);
197 &decresidual[iLBCdec_inst->blockl-60],
198 &decresidual[iLBCdec_inst->blockl-60-lag],
203 &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 */
294 WEBRTC_SPL_MEMCPY_W16(PLCresidual, decresidual, iLBCdec_inst->blockl);

Completed in 67 milliseconds