Searched refs:lagged (Results 1 – 7 of 7) sorted by relevance
51 const float *lagged, int lag, float fac, int n) in ff_celp_circ_addf() argument55 out[k] = in[k] + fac * lagged[n + k - lag]; in ff_celp_circ_addf()57 out[k] = in[k] + fac * lagged[ k - lag]; in ff_celp_circ_addf()
104 const float *lagged, int lag, float fac, int n);
24 Note that the lagged Fibonacci and ranlux_01 generators produce
181 a [headerref boost/random/lagged_fibonacci.hpp lagged Fibonacci generator].
72 /// lagged one frame behind, which is a poor user experience. Scroll
169 /// that lagged one frame behind, which is a poor user experience. Extent
3216 was removed. Use the lagged Fibonacci PRNG through the av_lfg* functions