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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
state_search.c 51 max = WebRtcSpl_MaxAbsValueW16(residual, iLBCenc_inst->state_short_len);
62 WEBRTC_SPL_MEMCPY_W16(residualLong, residual, iLBCenc_inst->state_short_len);
63 WebRtcSpl_MemSetW16(residualLong + iLBCenc_inst->state_short_len, 0, iLBCenc_inst->state_short_len);
69 numerator, LPC_FILTERORDER+1, (int16_t)(iLBCenc_inst->state_short_len + LPC_FILTERORDER));
70 WebRtcSpl_MemSetW16(&sampleMa[iLBCenc_inst->state_short_len + LPC_FILTERORDER], 0, iLBCenc_inst->state_short_len - LPC_FILTERORDER);
74 syntDenum, LPC_FILTERORDER+1, (int16_t)(2*iLBCenc_inst->state_short_len));
76 for(k=0;k<iLBCenc_inst->state_short_len;k++){
77 sampleAr[k] += sampleAr[k+iLBCenc_inst->state_short_len];
    [all...]
abs_quant.c 58 quantLen[1]=iLBCenc_inst->state_short_len-SUBL;
60 quantLen[0]=iLBCenc_inst->state_short_len-SUBL;
decode_residual.c 50 diff = STATE_LEN - iLBCdec_inst->state_short_len;
62 &decresidual[start_pos], iLBCdec_inst->state_short_len
69 WebRtcSpl_MemSetW16(mem, 0, (int16_t)(CB_MEML-iLBCdec_inst->state_short_len));
70 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-iLBCdec_inst->state_short_len, decresidual+start_pos,
71 iLBCdec_inst->state_short_len);
76 &decresidual[start_pos+iLBCdec_inst->state_short_len],
87 meml_gotten = iLBCdec_inst->state_short_len;
init_decode.c 42 iLBCdec_inst->state_short_len=STATE_SHORT_LEN_30MS;
51 iLBCdec_inst->state_short_len=STATE_SHORT_LEN_20MS;
init_encode.c 39 iLBCenc_inst->state_short_len=STATE_SHORT_LEN_30MS;
48 iLBCenc_inst->state_short_len=STATE_SHORT_LEN_20MS;
encode.c 165 diff = STATE_LEN - iLBCenc_inst->state_short_len;
167 iLBCenc_inst->state_short_len, scale);
170 iLBCenc_inst->state_short_len, scale);
187 &decresidual[start_pos], iLBCenc_inst->state_short_len
196 WebRtcSpl_MemSetW16(mem, 0, (int16_t)(CB_MEML-iLBCenc_inst->state_short_len));
197 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-iLBCenc_inst->state_short_len,
198 decresidual+start_pos, iLBCenc_inst->state_short_len);
203 &residual[start_pos+iLBCenc_inst->state_short_len],
209 WebRtcIlbcfix_CbConstruct(&decresidual[start_pos+iLBCenc_inst->state_short_len],
225 meml_gotten = iLBCenc_inst->state_short_len;
    [all...]
defines.h 143 int16_t state_short_len; member in struct:iLBC_Enc_Inst_t_
184 int16_t state_short_len; member in struct:iLBC_Dec_Inst_t_
cb_search.c 291 if(lTarget==(STATE_LEN-iLBCenc_inst->state_short_len)) {

Completed in 38 milliseconds