Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/ilbc/
Dencode.c145 &data[n*SUBL], &residual[n*SUBL], in WebRtcIlbcfix_EncodeImpl()
147 LPC_FILTERORDER+1, SUBL); in WebRtcIlbcfix_EncodeImpl()
160 index = (iLBCbits_inst->startIdx-1)*SUBL; in WebRtcIlbcfix_EncodeImpl()
161 max=WebRtcSpl_MaxAbsValueW16(&residual[index], 2*SUBL); in WebRtcIlbcfix_EncodeImpl()
178 start_pos = (iLBCbits_inst->startIdx-1)*SUBL; in WebRtcIlbcfix_EncodeImpl()
181 start_pos = (iLBCbits_inst->startIdx-1)*SUBL + diff; in WebRtcIlbcfix_EncodeImpl()
225 &residual[(iLBCbits_inst->startIdx+1)*SUBL-STATE_LEN], diff); in WebRtcIlbcfix_EncodeImpl()
295 decresidual+(iLBCbits_inst->startIdx-1)*SUBL, STATE_LEN); in WebRtcIlbcfix_EncodeImpl()
303 WEBRTC_SPL_MEMCPY_W16 (mem, mem + SUBL, (CB_MEML - SUBL)); in WebRtcIlbcfix_EncodeImpl()
304 WEBRTC_SPL_MEMCPY_W16 (mem + CB_MEML - SUBL, in WebRtcIlbcfix_EncodeImpl()
[all …]
Ddecode_residual.c55 start_pos = (iLBC_encbits->startIdx-1)*SUBL; in WebRtcIlbcfix_DecodeResidual()
57 start_pos = (iLBC_encbits->startIdx-1)*SUBL + diff; in WebRtcIlbcfix_DecodeResidual()
118 decresidual+(iLBC_encbits->startIdx-1)*SUBL, STATE_LEN); in WebRtcIlbcfix_DecodeResidual()
127 &decresidual[(iLBC_encbits->startIdx + 1 + subframe) * SUBL], in WebRtcIlbcfix_DecodeResidual()
130 SUBL)) in WebRtcIlbcfix_DecodeResidual()
134 memmove(mem, mem + SUBL, (CB_MEML - SUBL) * sizeof(*mem)); in WebRtcIlbcfix_DecodeResidual()
135 WEBRTC_SPL_MEMCPY_W16(mem+CB_MEML-SUBL, in WebRtcIlbcfix_DecodeResidual()
136 &decresidual[(iLBC_encbits->startIdx+1+subframe)*SUBL], SUBL); in WebRtcIlbcfix_DecodeResidual()
149 meml_gotten = SUBL*(iLBCdec_inst->nsub+1-iLBC_encbits->startIdx); in WebRtcIlbcfix_DecodeResidual()
155 decresidual+(iLBC_encbits->startIdx-1)*SUBL, meml_gotten); in WebRtcIlbcfix_DecodeResidual()
[all …]
Ddecode.c172 LPC_FILTERORDER+1, SUBL); in WebRtcIlbcfix_DecodeImpl()
176 data+i*SUBL, data+i*SUBL, in WebRtcIlbcfix_DecodeImpl()
178 LPC_FILTERORDER+1, SUBL); in WebRtcIlbcfix_DecodeImpl()
185 data+i*SUBL, data+i*SUBL, in WebRtcIlbcfix_DecodeImpl()
187 LPC_FILTERORDER+1, SUBL); in WebRtcIlbcfix_DecodeImpl()
191 data+i*SUBL, data+i*SUBL, in WebRtcIlbcfix_DecodeImpl()
193 LPC_FILTERORDER+1, SUBL); in WebRtcIlbcfix_DecodeImpl()
230 data+i*SUBL, data+i*SUBL, in WebRtcIlbcfix_DecodeImpl()
232 LPC_FILTERORDER+1, SUBL); in WebRtcIlbcfix_DecodeImpl()
Dabs_quant.c59 quantLen[0]=SUBL; in WebRtcIlbcfix_AbsQuant()
60 quantLen[1]=iLBCenc_inst->state_short_len-SUBL; in WebRtcIlbcfix_AbsQuant()
62 quantLen[0]=iLBCenc_inst->state_short_len-SUBL; in WebRtcIlbcfix_AbsQuant()
63 quantLen[1]=SUBL; in WebRtcIlbcfix_AbsQuant()
Dget_cd_vec.c39 int16_t tempbuff2[SUBL+5]; in WebRtcIlbcfix_GetCbVec()
45 if (cbveclen==SUBL) { in WebRtcIlbcfix_GetCbVec()
98 if (cbveclen < SUBL) { in WebRtcIlbcfix_GetCbVec()
121 WebRtcIlbcfix_CreateAugmentedVec(lag, tempbuff2+SUBL+5, cbvec); in WebRtcIlbcfix_GetCbVec()
Dcb_construct.c48 int16_t cbvec0[SUBL]; in WebRtcIlbcfix_CbConstruct()
49 int16_t cbvec1[SUBL]; in WebRtcIlbcfix_CbConstruct()
50 int16_t cbvec2[SUBL]; in WebRtcIlbcfix_CbConstruct()
Dcb_search.c77 int16_t targetVec[SUBL+LPC_FILTERORDER]; in WebRtcIlbcfix_CbSearch()
80 int16_t codedVec[SUBL]; in WebRtcIlbcfix_CbSearch()
94 if (lTarget==SUBL) { in WebRtcIlbcfix_CbSearch()
141 if(lTarget == SUBL) { in WebRtcIlbcfix_CbSearch()
203 if (lTarget==SUBL) { in WebRtcIlbcfix_CbSearch()
215 if (lTarget==SUBL) { in WebRtcIlbcfix_CbSearch()
245 if (lTarget==SUBL) { in WebRtcIlbcfix_CbSearch()
Ddefines.h38 #define SUBL 40 macro
207 int16_t prevResidual[NSUB_MAX * SUBL];
Daugmented_cb_corr.c61 … (*crossDotPtr) += WebRtcSpl_DotProductWithScale(targetPtr, buffer-lagcount, SUBL-lagcount, scale); in WebRtcIlbcfix_AugmentedCbCorr()
Dcreate_augmented_vec.c82 WEBRTC_SPL_MEMCPY_W16(cbVec+index, ppo, WEBRTC_SPL_MIN(SUBL-index, index)); in WebRtcIlbcfix_CreateAugmentedVec()
Dcb_mem_energy_augmentation.c60 energy += WebRtcSpl_DotProductWithScale(pp, pp, SUBL-lagcount, scale); in WebRtcIlbcfix_CbMemEnergyAugmentation()