Searched refs:state_short_len (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | state_search.c | 51 max = WebRtcSpl_MaxAbsValueW16(residual, iLBCenc_inst->state_short_len); in WebRtcIlbcfix_StateSearch() 62 WEBRTC_SPL_MEMCPY_W16(residualLong, residual, iLBCenc_inst->state_short_len); in WebRtcIlbcfix_StateSearch() 63 …WebRtcSpl_MemSetW16(residualLong + iLBCenc_inst->state_short_len, 0, iLBCenc_inst->state_short_len… in WebRtcIlbcfix_StateSearch() 69 iLBCenc_inst->state_short_len + LPC_FILTERORDER); in WebRtcIlbcfix_StateSearch() 70 …bRtcSpl_MemSetW16(&sampleMa[iLBCenc_inst->state_short_len + LPC_FILTERORDER], 0, iLBCenc_inst->sta… in WebRtcIlbcfix_StateSearch() 74 syntDenum, LPC_FILTERORDER+1, 2 * iLBCenc_inst->state_short_len); in WebRtcIlbcfix_StateSearch() 76 for(k=0;k<iLBCenc_inst->state_short_len;k++){ in WebRtcIlbcfix_StateSearch() 77 sampleAr[k] += sampleAr[k+iLBCenc_inst->state_short_len]; in WebRtcIlbcfix_StateSearch() 81 maxVal=WebRtcSpl_MaxAbsValueW16(sampleAr, iLBCenc_inst->state_short_len); in WebRtcIlbcfix_StateSearch() 113 iLBCenc_inst->state_short_len, (int16_t)(shift-scaleRes)); in WebRtcIlbcfix_StateSearch()
|
D | decode_residual.c | 52 diff = STATE_LEN - iLBCdec_inst->state_short_len; in WebRtcIlbcfix_DecodeResidual() 64 &decresidual[start_pos], iLBCdec_inst->state_short_len in WebRtcIlbcfix_DecodeResidual() 71 WebRtcSpl_MemSetW16(mem, 0, CB_MEML - iLBCdec_inst->state_short_len); in WebRtcIlbcfix_DecodeResidual() 72 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-iLBCdec_inst->state_short_len, decresidual+start_pos, in WebRtcIlbcfix_DecodeResidual() 73 iLBCdec_inst->state_short_len); in WebRtcIlbcfix_DecodeResidual() 78 &decresidual[start_pos + iLBCdec_inst->state_short_len], in WebRtcIlbcfix_DecodeResidual() 88 meml_gotten = iLBCdec_inst->state_short_len; in WebRtcIlbcfix_DecodeResidual()
|
D | encode.c | 169 diff = STATE_LEN - iLBCenc_inst->state_short_len; in WebRtcIlbcfix_EncodeImpl() 171 iLBCenc_inst->state_short_len, scale); in WebRtcIlbcfix_EncodeImpl() 174 iLBCenc_inst->state_short_len, scale); in WebRtcIlbcfix_EncodeImpl() 191 &decresidual[start_pos], iLBCenc_inst->state_short_len in WebRtcIlbcfix_EncodeImpl() 200 WebRtcSpl_MemSetW16(mem, 0, CB_MEML - iLBCenc_inst->state_short_len); in WebRtcIlbcfix_EncodeImpl() 201 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-iLBCenc_inst->state_short_len, in WebRtcIlbcfix_EncodeImpl() 202 decresidual+start_pos, iLBCenc_inst->state_short_len); in WebRtcIlbcfix_EncodeImpl() 207 &residual[start_pos+iLBCenc_inst->state_short_len], in WebRtcIlbcfix_EncodeImpl() 214 &decresidual[start_pos + iLBCenc_inst->state_short_len], in WebRtcIlbcfix_EncodeImpl() 228 meml_gotten = iLBCenc_inst->state_short_len; in WebRtcIlbcfix_EncodeImpl() [all …]
|
D | abs_quant.c | 58 quantLen[1]=iLBCenc_inst->state_short_len-SUBL; in WebRtcIlbcfix_AbsQuant() 60 quantLen[0]=iLBCenc_inst->state_short_len-SUBL; in WebRtcIlbcfix_AbsQuant()
|
D | init_encode.c | 39 iLBCenc_inst->state_short_len=STATE_SHORT_LEN_30MS; in WebRtcIlbcfix_InitEncode() 48 iLBCenc_inst->state_short_len=STATE_SHORT_LEN_20MS; in WebRtcIlbcfix_InitEncode()
|
D | init_decode.c | 42 iLBCdec_inst->state_short_len=STATE_SHORT_LEN_30MS; in WebRtcIlbcfix_InitDecode() 51 iLBCdec_inst->state_short_len=STATE_SHORT_LEN_20MS; in WebRtcIlbcfix_InitDecode()
|
D | defines.h | 148 size_t state_short_len; member 188 size_t state_short_len; member
|
D | cb_search.c | 297 if(lTarget==(STATE_LEN-iLBCenc_inst->state_short_len)) { in WebRtcIlbcfix_CbSearch()
|