Home
last modified time | relevance | path

Searched refs:STATE_LEN (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Ddecode_residual.c50 diff = STATE_LEN - iLBCdec_inst->state_short_len; in WebRtcIlbcfix_DecodeResidual()
115 WebRtcSpl_MemSetW16(mem, 0, CB_MEML-STATE_LEN); in WebRtcIlbcfix_DecodeResidual()
116 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN, in WebRtcIlbcfix_DecodeResidual()
117 decresidual+(iLBC_encbits->startIdx-1)*SUBL, STATE_LEN); in WebRtcIlbcfix_DecodeResidual()
Dencode.c165 diff = STATE_LEN - iLBCenc_inst->state_short_len; in WebRtcIlbcfix_EncodeImpl()
221 &residual[(iLBCbits_inst->startIdx+1)*SUBL-STATE_LEN], diff); in WebRtcIlbcfix_EncodeImpl()
291 WebRtcSpl_MemSetW16(mem, 0, CB_MEML-STATE_LEN); in WebRtcIlbcfix_EncodeImpl()
292 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN, in WebRtcIlbcfix_EncodeImpl()
293 decresidual+(iLBCbits_inst->startIdx-1)*SUBL, STATE_LEN); in WebRtcIlbcfix_EncodeImpl()
Ddefines.h38 #define STATE_LEN 80 macro
Dcb_search.c297 if(lTarget==(STATE_LEN-iLBCenc_inst->state_short_len)) { in WebRtcIlbcfix_CbSearch()