Home
last modified time | relevance | path

Searched refs:SUBL (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dencode.c140 &data[n*SUBL], &residual[n*SUBL], in WebRtcIlbcfix_EncodeImpl()
142 LPC_FILTERORDER+1, SUBL); in WebRtcIlbcfix_EncodeImpl()
155 index = (iLBCbits_inst->startIdx-1)*SUBL; in WebRtcIlbcfix_EncodeImpl()
156 max=WebRtcSpl_MaxAbsValueW16(&residual[index], 2*SUBL); in WebRtcIlbcfix_EncodeImpl()
173 start_pos = (iLBCbits_inst->startIdx-1)*SUBL; in WebRtcIlbcfix_EncodeImpl()
176 start_pos = (iLBCbits_inst->startIdx-1)*SUBL + diff; in WebRtcIlbcfix_EncodeImpl()
221 &residual[(iLBCbits_inst->startIdx+1)*SUBL-STATE_LEN], diff); in WebRtcIlbcfix_EncodeImpl()
293 decresidual+(iLBCbits_inst->startIdx-1)*SUBL, STATE_LEN); in WebRtcIlbcfix_EncodeImpl()
301 WEBRTC_SPL_MEMCPY_W16 (mem, mem + SUBL, (CB_MEML - SUBL)); in WebRtcIlbcfix_EncodeImpl()
302 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
[all …]
Ddecode_residual.c53 start_pos = (iLBC_encbits->startIdx-1)*SUBL; in WebRtcIlbcfix_DecodeResidual()
55 start_pos = (iLBC_encbits->startIdx-1)*SUBL + diff; in WebRtcIlbcfix_DecodeResidual()
117 decresidual+(iLBC_encbits->startIdx-1)*SUBL, STATE_LEN); in WebRtcIlbcfix_DecodeResidual()
126 &decresidual[(iLBC_encbits->startIdx+1+subframe)*SUBL], in WebRtcIlbcfix_DecodeResidual()
129 mem, MEM_LF_TBL, SUBL in WebRtcIlbcfix_DecodeResidual()
133 memmove(mem, mem + SUBL, (CB_MEML - SUBL) * sizeof(*mem)); in WebRtcIlbcfix_DecodeResidual()
134 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_DecodeResidual()
135 &decresidual[(iLBC_encbits->startIdx+1+subframe)*SUBL], SUBL); in WebRtcIlbcfix_DecodeResidual()
148 meml_gotten = SUBL*(iLBCdec_inst->nsub+1-iLBC_encbits->startIdx); in WebRtcIlbcfix_DecodeResidual()
154 decresidual+(iLBC_encbits->startIdx-1)*SUBL, meml_gotten); in WebRtcIlbcfix_DecodeResidual()
[all …]
Ddecode.c162 LPC_FILTERORDER+1, SUBL); in WebRtcIlbcfix_DecodeImpl()
166 data+i*SUBL, data+i*SUBL, in WebRtcIlbcfix_DecodeImpl()
168 LPC_FILTERORDER+1, SUBL); in WebRtcIlbcfix_DecodeImpl()
175 data+i*SUBL, data+i*SUBL, in WebRtcIlbcfix_DecodeImpl()
177 LPC_FILTERORDER+1, SUBL); in WebRtcIlbcfix_DecodeImpl()
181 data+i*SUBL, data+i*SUBL, in WebRtcIlbcfix_DecodeImpl()
183 LPC_FILTERORDER+1, SUBL); in WebRtcIlbcfix_DecodeImpl()
220 data+i*SUBL, data+i*SUBL, in WebRtcIlbcfix_DecodeImpl()
222 LPC_FILTERORDER+1, SUBL); in WebRtcIlbcfix_DecodeImpl()
Dabs_quant.c57 quantLen[0]=SUBL; in WebRtcIlbcfix_AbsQuant()
58 quantLen[1]=iLBCenc_inst->state_short_len-SUBL; in WebRtcIlbcfix_AbsQuant()
60 quantLen[0]=iLBCenc_inst->state_short_len-SUBL; in WebRtcIlbcfix_AbsQuant()
61 quantLen[1]=SUBL; in WebRtcIlbcfix_AbsQuant()
Dcb_construct.c38 int16_t cbvec0[SUBL]; in WebRtcIlbcfix_CbConstruct()
39 int16_t cbvec1[SUBL]; in WebRtcIlbcfix_CbConstruct()
40 int16_t cbvec2[SUBL]; in WebRtcIlbcfix_CbConstruct()
Dcb_search.c75 int16_t targetVec[SUBL+LPC_FILTERORDER]; in WebRtcIlbcfix_CbSearch()
78 int16_t codedVec[SUBL]; in WebRtcIlbcfix_CbSearch()
92 if (lTarget==SUBL) { in WebRtcIlbcfix_CbSearch()
139 if(lTarget == SUBL) { in WebRtcIlbcfix_CbSearch()
201 if (lTarget==SUBL) { in WebRtcIlbcfix_CbSearch()
213 if (lTarget==SUBL) { in WebRtcIlbcfix_CbSearch()
243 if (lTarget==SUBL) { in WebRtcIlbcfix_CbSearch()
Dget_cd_vec.c37 int16_t tempbuff2[SUBL+5]; in WebRtcIlbcfix_GetCbVec()
43 if (cbveclen==SUBL) { in WebRtcIlbcfix_GetCbVec()
108 WebRtcIlbcfix_CreateAugmentedVec(lag, tempbuff2+SUBL+5, cbvec); in WebRtcIlbcfix_GetCbVec()
Ddefines.h37 #define SUBL 40 macro
202 int16_t prevResidual[NSUB_MAX*SUBL];
Dcreate_augmented_vec.c56 WEBRTC_SPL_MEMCPY_W16(cbVec+index,ppo,(SUBL-index)); in WebRtcIlbcfix_CreateAugmentedVec()
Daugmented_cb_corr.c60 … (*crossDotPtr) += WebRtcSpl_DotProductWithScale(targetPtr, buffer-lagcount, SUBL-lagcount, scale); in WebRtcIlbcfix_AugmentedCbCorr()
Dcb_mem_energy_augmentation.c58 energy += WebRtcSpl_DotProductWithScale(pp, pp, SUBL-lagcount, scale); in WebRtcIlbcfix_CbMemEnergyAugmentation()