Home
last modified time | relevance | path

Searched refs:lagged (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcelp_filters.c51 const float *lagged, int lag, float fac, int n) in ff_celp_circ_addf() argument
55 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()
Dcelp_filters.h104 const float *lagged, int lag, float fac, int n);
/third_party/boost/libs/random/doc/
Dperformance.qbk24 Note that the lagged Fibonacci and ranlux_01 generators produce
Drandom.qbk181 a [headerref boost/random/lagged_fibonacci.hpp lagged Fibonacci generator].
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dscroll_notification.dart72 /// lagged one frame behind, which is a poor user experience. Scroll
Ddraggable_scrollable_sheet.dart169 /// that lagged one frame behind, which is a poor user experience. Extent
/third_party/ffmpeg/doc/
DAPIchanges3216 was removed. Use the lagged Fibonacci PRNG through the av_lfg* functions