Home
last modified time | relevance | path

Searched defs:lpcVecs (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dencode.c652 double lpcVecs[UB_LPC_ORDER * UB16_LPC_VEC_PER_FRAME]; in WebRtcIsac_EncodeUb16() local
839 double lpcVecs[UB_LPC_ORDER * UB_LPC_VEC_PER_FRAME]; in WebRtcIsac_EncodeUb12() local
Dentropy_coding.c680 int16_t WebRtcIsac_Poly2LarUB(double* lpcVecs, int16_t bandwidth) { in WebRtcIsac_Poly2LarUB()
1179 int16_t WebRtcIsac_EncodeLpcUB(double* lpcVecs, Bitstr* streamdata, in WebRtcIsac_EncodeLpcUB()
1951 int WebRtcIsac_DecodeLpcCoefUB(Bitstr* streamdata, double* lpcVecs, in WebRtcIsac_DecodeLpcCoefUB()