Searched refs:lo_filt_coef (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | decode.c | 53 double lo_filt_coef[(ORDERLO + 1)*SUBFRAMES]; in WebRtcIsac_DecodeLb() local 113 err = WebRtcIsac_DecodeLpc(&ISACdecLB_obj->bitstr_obj, lo_filt_coef, in WebRtcIsac_DecodeLb() 162 (ISACdecLB_obj->maskfiltstr_obj).PostStateLoG, LPw_pf, lo_filt_coef, in WebRtcIsac_DecodeLb()
|
D | lattice.c | 114 double *lo_filt_coef, in WebRtcIsac_NormLatticeFilterAr() argument 131 memcpy(a+1, lo_filt_coef+temp1+1, sizeof(double) * (ord_1-1)); in WebRtcIsac_NormLatticeFilterAr() 135 gain1 = (float)lo_filt_coef[temp1]; in WebRtcIsac_NormLatticeFilterAr()
|
D | codec.h | 226 double* lat_in, double* lo_filt_coef,
|