Searched defs:filtcoeflo (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dlattice.c33 double *filtcoeflo,
50 memcpy(a+1, filtcoeflo+temp1+1, sizeof(double) * (ord_1-1));
56 gain1 = (float)filtcoeflo[temp1];
29 WebRtcIsac_NormLatticeFilterMa(int orderCoef, float *stateF, float *stateG, float *lat_in, double *filtcoeflo, double *lat_out) argument

Completed in 46 milliseconds