Searched refs:STATE_LEN (Results 1 – 4 of 4) sorted by relevance
50 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()
165 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()
38 #define STATE_LEN 80 macro
297 if(lTarget==(STATE_LEN-iLBCenc_inst->state_short_len)) { in WebRtcIlbcfix_CbSearch()