Home
last modified time | relevance | path

Searched refs:deband (Results 1 – 25 of 27) sorted by relevance

12

/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_deband.c48 int (*deband)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs); member
70 AVFILTER_DEFINE_CLASS(deband);
383 s->deband = desc->comp[0].depth > 8 ? deband_16_coupling_c : deband_8_coupling_c; in config_input()
385 s->deband = desc->comp[0].depth > 8 ? deband_16_c : deband_8_c; in config_input()
429 ctx->internal->execute(ctx, s->deband, &td, NULL, FFMIN3(s->planeheight[1], in filter_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_deband.c48 int (*deband)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs); member
70 AVFILTER_DEFINE_CLASS(deband);
382 s->deband = desc->comp[0].depth > 8 ? deband_16_coupling_c : deband_8_coupling_c; in config_input()
384 s->deband = desc->comp[0].depth > 8 ? deband_16_c : deband_8_c; in config_input()
426 ctx->internal->execute(ctx, s->deband, &td, NULL, FFMIN3(s->planeheight[1], in filter_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_deband.c48 int (*deband)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs); member
70 AVFILTER_DEFINE_CLASS(deband);
383 s->deband = desc->comp[0].depth > 8 ? deband_16_coupling_c : deband_8_coupling_c; in config_input()
385 s->deband = desc->comp[0].depth > 8 ? deband_16_c : deband_8_c; in config_input()
429 ctx->internal->execute(ctx, s->deband, &td, NULL, FFMIN3(s->planeheight[1], in filter_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_deband.c48 int (*deband)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs); member
70 AVFILTER_DEFINE_CLASS(deband);
383 s->deband = desc->comp[0].depth > 8 ? deband_16_coupling_c : deband_8_coupling_c; in config_input()
385 s->deband = desc->comp[0].depth > 8 ? deband_16_c : deband_8_c; in config_input()
427 ctx->internal->execute(ctx, s->deband, &td, NULL, FFMIN3(s->planeheight[1], in filter_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_deband.c48 int (*deband)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs); member
70 AVFILTER_DEFINE_CLASS(deband);
383 s->deband = desc->comp[0].depth > 8 ? deband_16_coupling_c : deband_8_coupling_c; in config_input()
385 s->deband = desc->comp[0].depth > 8 ? deband_16_c : deband_8_c; in config_input()
427 ctx->internal->execute(ctx, s->deband, &td, NULL, FFMIN3(s->planeheight[1], in filter_frame()
/dports/multimedia/mpv/mpv-0.34.1/etc/
H A Dbuiltin.conf51 deband=yes
/dports/multimedia/mpv/mpv-0.34.1/video/out/gpu/
H A Dvideo.h146 int deband; member
H A Dvideo.c448 {"deband", OPT_FLAG(deband)},
2073 if (p->opts.deband) { in gl_video_setup_hooks()
3657 o->blend_subs || o->deband || o->unsharp) in check_dumb_mode()
3838 if (!have_mglsl && p->opts.deband) { in check_gl_features()
3839 p->opts.deband = 0; in check_gl_features()
/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Delectrons.f9026 USE ener, ONLY : etot, hwf_energy, eband, deband, ehart, &
369 USE ener, ONLY : etot, hwf_energy, eband, deband, ehart, &
698 deband = delta_e()
902 etot = eband + ( etxc - etxcc ) + ewld + ehart + deband + demet + descf
1395 WRITE( stdout, 9062 ) (eband + deband), ehart, ( etxc - etxcc ), ewld
H A Dpwcom.f90299 REAL(DP) :: deband variable
/dports/multimedia/mpv/mpv-0.34.1/
H A DRELEASE_NOTES92 - vo_gpu: lower default deband threshold to preserve more detail
/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/pw4gww/
H A Dproduce_wannier_gamma.f9032 USE ener, ONLY : etot, hwf_energy, eband, deband, ehart, &
/dports/graphics/libplacebo/libplacebo-4.157.0/src/tests/
H A Dgpu_tests.h997 TEST_PARAMS(deband, iterations, 3); in pl_render_tests()
/dports/multimedia/mpv/mpv-0.34.1/DOCS/man/
H A Dinput.rst945 - Add something like ``vf-add=@deband:!gradfun`` to ``mpv.conf``.
946 The ``@deband:`` is the label, an arbitrary, user-given name for this
950 - Add ``a vf toggle @deband`` to ``input.conf``. This toggles the
951 "disabled" flag for the filter with the label ``deband`` when the
H A Doptions.rst5788 ``--deband``
5795 ``--deband-iterations=<1..16>``
5801 ``--deband-threshold=<0..4096>``
5806 ``--deband-range=<1..64>``
5811 If you increase the ``--deband-iterations``, you should probably decrease
5814 ``--deband-grain=<0..4096>``
/dports/www/firefox-legacy/firefox-52.8.0esr/media/ffvpx/
H A DChangelog95 - deband filter
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/
H A DChangelog448 - deband filter
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/
H A DChangelog517 - deband filter
/dports/multimedia/handbrake/ffmpeg-4.4/
H A DChangelog570 - deband filter
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/
H A DChangelog495 - deband filter
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/
H A DChangelog759 - deband filter
/dports/games/lexter/lexter-1.0.3/data/
H A Ddict.fr11488 deband�e
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/doc/
H A Dfilters.texi7575 @section deband
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/doc/
H A Dfilters.texi8533 @section deband
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/doc/
H A Dfilters.texi8768 @section deband

12