HomeSort by relevance Sort by last modified time
    Searched full:x_lag (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
filter_functions.c 101 const double *x_lag; local
106 x_lag = &x[lag];
107 prod = x[0] * x_lag[0];
110 prod = x[n] * x_lag[n];

Completed in 332 milliseconds