Definition at line 79 of file f_ebur128.c.
window of filtered samples (N ms)
Definition at line 80 of file f_ebur128.c.
Referenced by config_audio_output(), filter_frame(), and uninit().
focus on the last added bin in the cache array
Definition at line 81 of file f_ebur128.c.
Referenced by filter_frame().
sum of the last N ms filtered samples (cache content)
Definition at line 82 of file f_ebur128.c.
Referenced by filter_frame().
1 if the cache is completely filled, 0 otherwise
Definition at line 83 of file f_ebur128.c.
relative threshold
Definition at line 84 of file f_ebur128.c.
Referenced by gate_update(), and uninit().
sum of the powers (weighted sums) above absolute threshold
Definition at line 85 of file f_ebur128.c.
Referenced by gate_update().
number of sum above absolute threshold
Definition at line 86 of file f_ebur128.c.
Referenced by gate_update().
histogram of the powers, used to compute LRA and I
Definition at line 87 of file f_ebur128.c.
Referenced by filter_frame(), gate_update(), init(), and uninit().