mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
a/math: Fix m_filter_f32_run -> m_filter_euro_f32_run
This is currently used in the delay filter in the Mercury SteamVR driver
This commit is contained in:
parent
c596b31327
commit
54bd4b844f
|
@ -133,7 +133,7 @@ m_filter_euro_f32_init(struct m_filter_euro_f32 *f, double fc_min, double fc_min
|
|||
}
|
||||
|
||||
void
|
||||
m_filter_f32_run(struct m_filter_euro_f32 *f, uint64_t ts, const float *in_y, float *out_y)
|
||||
m_filter_euro_f32_run(struct m_filter_euro_f32 *f, uint64_t ts, const float *in_y, float *out_y)
|
||||
{
|
||||
|
||||
if (filter_one_euro_handle_first_sample(&f->base, ts, true)) {
|
||||
|
|
Loading…
Reference in a new issue