FFEBUR128State     94 libavfilter/af_loudnorm.c     FFEBUR128State *r128_in;
FFEBUR128State     95 libavfilter/af_loudnorm.c     FFEBUR128State *r128_out;
FFEBUR128State    104 libavfilter/ebur128.c static void ebur128_init_filter(FFEBUR128State * st)
FFEBUR128State    154 libavfilter/ebur128.c static int ebur128_init_channel_map(FFEBUR128State * st)
FFEBUR128State    217 libavfilter/ebur128.c FFEBUR128State *ff_ebur128_init(unsigned int channels,
FFEBUR128State    222 libavfilter/ebur128.c     FFEBUR128State *st;
FFEBUR128State    224 libavfilter/ebur128.c     st = (FFEBUR128State *) av_malloc(sizeof(*st));
FFEBUR128State    302 libavfilter/ebur128.c void ff_ebur128_destroy(FFEBUR128State ** st)
FFEBUR128State    316 libavfilter/ebur128.c static void ebur128_filter_##type(FFEBUR128State* st, const type** srcs,           \
FFEBUR128State    392 libavfilter/ebur128.c static void ebur128_calc_gating_block(FFEBUR128State * st,
FFEBUR128State    446 libavfilter/ebur128.c int ff_ebur128_set_channel(FFEBUR128State * st,
FFEBUR128State    460 libavfilter/ebur128.c static int ebur128_energy_shortterm(FFEBUR128State * st, double *out);
FFEBUR128State    462 libavfilter/ebur128.c void ff_ebur128_add_frames_planar_##type(FFEBUR128State* st, const type** srcs,        \
FFEBUR128State    509 libavfilter/ebur128.c void ff_ebur128_add_frames_##type(FFEBUR128State* st, const type* src,         \
FFEBUR128State    522 libavfilter/ebur128.c static int ebur128_calc_relative_threshold(FFEBUR128State **sts, size_t size,
FFEBUR128State    545 libavfilter/ebur128.c static int ebur128_gated_loudness(FFEBUR128State ** sts, size_t size,
FFEBUR128State    587 libavfilter/ebur128.c int ff_ebur128_relative_threshold(FFEBUR128State * st, double *out)
FFEBUR128State    603 libavfilter/ebur128.c int ff_ebur128_loudness_global(FFEBUR128State * st, double *out)
FFEBUR128State    608 libavfilter/ebur128.c int ff_ebur128_loudness_global_multiple(FFEBUR128State ** sts, size_t size,
FFEBUR128State    614 libavfilter/ebur128.c static int ebur128_energy_in_interval(FFEBUR128State * st,
FFEBUR128State    624 libavfilter/ebur128.c static int ebur128_energy_shortterm(FFEBUR128State * st, double *out)
FFEBUR128State    630 libavfilter/ebur128.c int ff_ebur128_loudness_momentary(FFEBUR128State * st, double *out)
FFEBUR128State    645 libavfilter/ebur128.c int ff_ebur128_loudness_shortterm(FFEBUR128State * st, double *out)
FFEBUR128State    659 libavfilter/ebur128.c int ff_ebur128_loudness_window(FFEBUR128State * st,
FFEBUR128State    676 libavfilter/ebur128.c int ff_ebur128_loudness_range_multiple(FFEBUR128State ** sts, size_t size,
FFEBUR128State    753 libavfilter/ebur128.c int ff_ebur128_loudness_range(FFEBUR128State * st, double *out)
FFEBUR128State    758 libavfilter/ebur128.c int ff_ebur128_sample_peak(FFEBUR128State * st,
FFEBUR128State    118 libavfilter/ebur128.h FFEBUR128State *ff_ebur128_init(unsigned int channels,
FFEBUR128State    126 libavfilter/ebur128.h void ff_ebur128_destroy(FFEBUR128State ** st);
FFEBUR128State    145 libavfilter/ebur128.h int ff_ebur128_set_channel(FFEBUR128State * st,
FFEBUR128State    154 libavfilter/ebur128.h void ff_ebur128_add_frames_short(FFEBUR128State * st,
FFEBUR128State    157 libavfilter/ebur128.h void ff_ebur128_add_frames_int(FFEBUR128State * st,
FFEBUR128State    160 libavfilter/ebur128.h void ff_ebur128_add_frames_float(FFEBUR128State * st,
FFEBUR128State    163 libavfilter/ebur128.h void ff_ebur128_add_frames_double(FFEBUR128State * st,
FFEBUR128State    173 libavfilter/ebur128.h void ff_ebur128_add_frames_planar_short(FFEBUR128State * st,
FFEBUR128State    177 libavfilter/ebur128.h void ff_ebur128_add_frames_planar_int(FFEBUR128State * st,
FFEBUR128State    181 libavfilter/ebur128.h void ff_ebur128_add_frames_planar_float(FFEBUR128State * st,
FFEBUR128State    185 libavfilter/ebur128.h void ff_ebur128_add_frames_planar_double(FFEBUR128State * st,
FFEBUR128State    198 libavfilter/ebur128.h int ff_ebur128_loudness_global(FFEBUR128State * st, double *out);
FFEBUR128State    209 libavfilter/ebur128.h int ff_ebur128_loudness_global_multiple(FFEBUR128State ** sts,
FFEBUR128State    220 libavfilter/ebur128.h int ff_ebur128_loudness_momentary(FFEBUR128State * st, double *out);
FFEBUR128State    230 libavfilter/ebur128.h int ff_ebur128_loudness_shortterm(FFEBUR128State * st, double *out);
FFEBUR128State    243 libavfilter/ebur128.h int ff_ebur128_loudness_window(FFEBUR128State * st,
FFEBUR128State    257 libavfilter/ebur128.h int ff_ebur128_loudness_range(FFEBUR128State * st, double *out);
FFEBUR128State    270 libavfilter/ebur128.h int ff_ebur128_loudness_range_multiple(FFEBUR128State ** sts,
FFEBUR128State    283 libavfilter/ebur128.h int ff_ebur128_sample_peak(FFEBUR128State * st,
FFEBUR128State    294 libavfilter/ebur128.h int ff_ebur128_relative_threshold(FFEBUR128State * st, double *out);