Searched refs:STATE_LEN (Results 1 – 4 of 4) sorted by relevance
52 diff = STATE_LEN - iLBCdec_inst->state_short_len; in WebRtcIlbcfix_DecodeResidual()116 WebRtcSpl_MemSetW16(mem, 0, CB_MEML-STATE_LEN); in WebRtcIlbcfix_DecodeResidual()117 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN, in WebRtcIlbcfix_DecodeResidual()118 decresidual+(iLBC_encbits->startIdx-1)*SUBL, STATE_LEN); in WebRtcIlbcfix_DecodeResidual()
170 diff = STATE_LEN - iLBCenc_inst->state_short_len; in WebRtcIlbcfix_EncodeImpl()225 &residual[(iLBCbits_inst->startIdx+1)*SUBL-STATE_LEN], diff); in WebRtcIlbcfix_EncodeImpl()293 WebRtcSpl_MemSetW16(mem, 0, CB_MEML-STATE_LEN); in WebRtcIlbcfix_EncodeImpl()294 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN, in WebRtcIlbcfix_EncodeImpl()295 decresidual+(iLBCbits_inst->startIdx-1)*SUBL, STATE_LEN); in WebRtcIlbcfix_EncodeImpl()
39 #define STATE_LEN 80 macro
299 if(lTarget==(STATE_LEN-iLBCenc_inst->state_short_len)) { in WebRtcIlbcfix_CbSearch()