Home
last modified time | relevance | path

Searched refs:sampleMa (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dstate_construct.c42 int16_t *sampleMa = &sampleMaVec[LPC_FILTERORDER]; in WebRtcIlbcfix_StateConstruct() local
98 sampleVal, sampleMa, in WebRtcIlbcfix_StateConstruct()
100 WebRtcSpl_MemSetW16(&sampleMa[len + LPC_FILTERORDER], 0, (len - LPC_FILTERORDER)); in WebRtcIlbcfix_StateConstruct()
102 sampleMa, sampleAr, in WebRtcIlbcfix_StateConstruct()
Dstate_search.c46 int16_t sampleMa[2*STATE_SHORT_LEN_30MS]; in WebRtcIlbcfix_StateSearch() local
67 WebRtcSpl_FilterMAFastQ12(residualLong, sampleMa, numerator, in WebRtcIlbcfix_StateSearch()
70 …WebRtcSpl_MemSetW16(&sampleMa[iLBCenc_inst->state_short_len + LPC_FILTERORDER], 0, iLBCenc_inst->s… in WebRtcIlbcfix_StateSearch()
73 sampleMa, sampleAr, in WebRtcIlbcfix_StateSearch()