Home
last modified time | relevance | path

Searched refs:short_term_frame_counter (Results 1 – 14 of 14) sorted by relevance

/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Debur128.c92 size_t short_term_frame_counter; member
269 st->d->short_term_frame_counter = 0; in ff_ebur128_init()
474 st->d->short_term_frame_counter += st->d->needed_frames; \
475 if (st->d->short_term_frame_counter == st->d->samples_in_100ms * 30) { \
482 st->d->short_term_frame_counter = st->d->samples_in_100ms * 20; \
495 st->d->short_term_frame_counter += frames; \
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Debur128.c92 size_t short_term_frame_counter; member
269 st->d->short_term_frame_counter = 0; in ff_ebur128_init()
474 st->d->short_term_frame_counter += st->d->needed_frames; \
475 if (st->d->short_term_frame_counter == st->d->samples_in_100ms * 30) { \
482 st->d->short_term_frame_counter = st->d->samples_in_100ms * 20; \
495 st->d->short_term_frame_counter += frames; \
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Debur128.c91 size_t short_term_frame_counter; member
268 st->d->short_term_frame_counter = 0; in ff_ebur128_init()
476 st->d->short_term_frame_counter += st->d->needed_frames; \
477 if (st->d->short_term_frame_counter == st->d->samples_in_100ms * 30) { \
484 st->d->short_term_frame_counter = st->d->samples_in_100ms * 20; \
497 st->d->short_term_frame_counter += frames; \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Debur128.c91 size_t short_term_frame_counter; member
268 st->d->short_term_frame_counter = 0; in ff_ebur128_init()
476 st->d->short_term_frame_counter += st->d->needed_frames; \
477 if (st->d->short_term_frame_counter == st->d->samples_in_100ms * 30) { \
484 st->d->short_term_frame_counter = st->d->samples_in_100ms * 20; \
497 st->d->short_term_frame_counter += frames; \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Debur128.c91 size_t short_term_frame_counter; member
268 st->d->short_term_frame_counter = 0; in ff_ebur128_init()
476 st->d->short_term_frame_counter += st->d->needed_frames; \
477 if (st->d->short_term_frame_counter == st->d->samples_in_100ms * 30) { \
484 st->d->short_term_frame_counter = st->d->samples_in_100ms * 20; \
497 st->d->short_term_frame_counter += frames; \
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/ebur128-0.1.6/src/
H A Debur128.rs184 short_term_frame_counter: usize, field
214 .field("short_term_frame_counter", &self.short_term_frame_counter) in fmt()
320 let short_term_frame_counter = 0; in new() localVariable
346 short_term_frame_counter, in new()
477 self.short_term_frame_counter = 0; in change_parameters()
508 self.short_term_frame_counter = 0; in set_max_window()
558 self.short_term_frame_counter = 0; in reset()
617 self.short_term_frame_counter += self.needed_frames; in add_frames()
618 if self.short_term_frame_counter == self.samples_in_100ms * 30 { in add_frames()
621 self.short_term_frame_counter = self.samples_in_100ms * 20; in add_frames()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/lib/libebur128/ebur128/
H A Debur128.c75 size_t short_term_frame_counter; member
436 st->d->short_term_frame_counter = 0; in ebur128_init()
795 st->d->short_term_frame_counter = 0; in ebur128_change_parameters()
838 st->d->short_term_frame_counter = 0; in ebur128_set_max_window()
895 st->d->short_term_frame_counter += st->d->needed_frames; \
896 if (st->d->short_term_frame_counter == st->d->samples_in_100ms * 30) { \
919 st->d->short_term_frame_counter = st->d->samples_in_100ms * 20; \
932 st->d->short_term_frame_counter += frames; \
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/plus/ebur128/
H A Debur128.c75 size_t short_term_frame_counter; member
421 st->d->short_term_frame_counter = 0; in ebur128_init()
770 st->d->short_term_frame_counter = 0; in ebur128_change_parameters()
813 st->d->short_term_frame_counter = 0; in ebur128_set_max_window()
870 st->d->short_term_frame_counter += st->d->needed_frames; \
871 if (st->d->short_term_frame_counter == st->d->samples_in_100ms * 30) { \
894 st->d->short_term_frame_counter = st->d->samples_in_100ms * 20; \
907 st->d->short_term_frame_counter += frames; \
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/plus/ebur128/
H A Debur128.c75 size_t short_term_frame_counter; member
421 st->d->short_term_frame_counter = 0; in ebur128_init()
770 st->d->short_term_frame_counter = 0; in ebur128_change_parameters()
813 st->d->short_term_frame_counter = 0; in ebur128_set_max_window()
870 st->d->short_term_frame_counter += st->d->needed_frames; \
871 if (st->d->short_term_frame_counter == st->d->samples_in_100ms * 30) { \
894 st->d->short_term_frame_counter = st->d->samples_in_100ms * 20; \
907 st->d->short_term_frame_counter += frames; \
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/plus/ebur128/
H A Debur128.c75 size_t short_term_frame_counter; member
421 st->d->short_term_frame_counter = 0; in ebur128_init()
770 st->d->short_term_frame_counter = 0; in ebur128_change_parameters()
813 st->d->short_term_frame_counter = 0; in ebur128_set_max_window()
870 st->d->short_term_frame_counter += st->d->needed_frames; \
871 if (st->d->short_term_frame_counter == st->d->samples_in_100ms * 30) { \
894 st->d->short_term_frame_counter = st->d->samples_in_100ms * 20; \
907 st->d->short_term_frame_counter += frames; \
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/plus/ebur128/
H A Debur128.c75 size_t short_term_frame_counter; member
421 st->d->short_term_frame_counter = 0; in ebur128_init()
770 st->d->short_term_frame_counter = 0; in ebur128_change_parameters()
813 st->d->short_term_frame_counter = 0; in ebur128_set_max_window()
870 st->d->short_term_frame_counter += st->d->needed_frames; \
871 if (st->d->short_term_frame_counter == st->d->samples_in_100ms * 30) { \
894 st->d->short_term_frame_counter = st->d->samples_in_100ms * 20; \
907 st->d->short_term_frame_counter += frames; \
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/plus/ebur128/
H A Debur128.c75 size_t short_term_frame_counter; member
421 st->d->short_term_frame_counter = 0; in ebur128_init()
770 st->d->short_term_frame_counter = 0; in ebur128_change_parameters()
813 st->d->short_term_frame_counter = 0; in ebur128_set_max_window()
870 st->d->short_term_frame_counter += st->d->needed_frames; \
871 if (st->d->short_term_frame_counter == st->d->samples_in_100ms * 30) { \
894 st->d->short_term_frame_counter = st->d->samples_in_100ms * 20; \
907 st->d->short_term_frame_counter += frames; \
/dports/audio/cantata/cantata-2.4.2/3rdparty/ebur128/
H A Debur128.c82 size_t short_term_frame_counter; member
493 st->d->short_term_frame_counter = 0; in ebur128_init()
880 st->d->short_term_frame_counter = 0; in ebur128_change_parameters()
926 st->d->short_term_frame_counter = 0; in ebur128_set_max_window()
984 st->d->short_term_frame_counter += st->d->needed_frames; \
985 if (st->d->short_term_frame_counter == \
1011 st->d->short_term_frame_counter = st->d->samples_in_100ms * 20; \
1025 st->d->short_term_frame_counter += frames; \
/dports/audio/libebur128/libebur128-1.2.6/ebur128/
H A Debur128.c94 size_t short_term_frame_counter; member
502 st->d->short_term_frame_counter = 0; in ebur128_init()
889 st->d->short_term_frame_counter = 0; in ebur128_change_parameters()
942 st->d->short_term_frame_counter = 0; in ebur128_set_max_window()
1000 st->d->short_term_frame_counter += st->d->needed_frames; \
1001 if (st->d->short_term_frame_counter == \
1027 st->d->short_term_frame_counter = st->d->samples_in_100ms * 20; \
1041 st->d->short_term_frame_counter += frames; \