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()
169 diff = STATE_LEN - iLBCenc_inst->state_short_len; in WebRtcIlbcfix_EncodeImpl()224 &residual[(iLBCbits_inst->startIdx+1)*SUBL-STATE_LEN], diff); in WebRtcIlbcfix_EncodeImpl()292 WebRtcSpl_MemSetW16(mem, 0, CB_MEML-STATE_LEN); in WebRtcIlbcfix_EncodeImpl()293 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-STATE_LEN, in WebRtcIlbcfix_EncodeImpl()294 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()