Searched refs:sampleAr (Results 1 - 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
H A D | state_search.c | 48 int16_t *sampleAr = residualLong; local 73 sampleMa, sampleAr, 77 sampleAr[k] += sampleAr[k+iLBCenc_inst->state_short_len]; 81 maxVal=WebRtcSpl_MaxAbsValueW16(sampleAr, iLBCenc_inst->state_short_len); 112 WebRtcSpl_ScaleVectorWithSat(sampleAr, sampleAr, scale, 116 WebRtcIlbcfix_AbsQuant(iLBCenc_inst, iLBC_encbits, sampleAr, weightDenum);
|
H A D | state_construct.c | 43 int16_t *sampleAr = &sampleValVec[LPC_FILTERORDER]; local 102 sampleMa, sampleAr, 105 tmp1 = &sampleAr[len-1]; 106 tmp2 = &sampleAr[2*len-1];
|
Completed in 244 milliseconds