Home
last modified time | relevance | path

Searched refs:noise_level (Results 151 – 175 of 730) sorted by relevance

12345678910>>...30

/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c408 const int noise_level = ppflags->noise_level; in vp9_post_proc_frame() local
409 if (ppstate->last_q != q || ppstate->last_noise != noise_level) { in vp9_post_proc_frame()
412 sigma = noise_level + .5 + .6 * q / 63.0; in vp9_post_proc_frame()
416 ppstate->last_noise = noise_level; in vp9_post_proc_frame()
H A Dvp9_ppflags.h29 int noise_level; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/common/
H A Dvp9_postproc.c408 const int noise_level = ppflags->noise_level; in vp9_post_proc_frame() local
409 if (ppstate->last_q != q || ppstate->last_noise != noise_level) { in vp9_post_proc_frame()
412 sigma = noise_level + .5 + .6 * q / 63.0; in vp9_post_proc_frame()
416 ppstate->last_noise = noise_level; in vp9_post_proc_frame()
H A Dvp9_ppflags.h29 int noise_level; member
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_postproc.c408 const int noise_level = ppflags->noise_level; in vp9_post_proc_frame() local
409 if (ppstate->last_q != q || ppstate->last_noise != noise_level) { in vp9_post_proc_frame()
412 sigma = noise_level + .5 + .6 * q / 63.0; in vp9_post_proc_frame()
416 ppstate->last_noise = noise_level; in vp9_post_proc_frame()
H A Dvp9_ppflags.h29 int noise_level; member
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/common/
H A Dvp9_postproc.c408 const int noise_level = ppflags->noise_level; in vp9_post_proc_frame() local
409 if (ppstate->last_q != q || ppstate->last_noise != noise_level) { in vp9_post_proc_frame()
412 sigma = noise_level + .5 + .6 * q / 63.0; in vp9_post_proc_frame()
416 ppstate->last_noise = noise_level; in vp9_post_proc_frame()
H A Dvp9_ppflags.h29 int noise_level; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_postproc.c408 const int noise_level = ppflags->noise_level; in vp9_post_proc_frame() local
409 if (ppstate->last_q != q || ppstate->last_noise != noise_level) { in vp9_post_proc_frame()
412 sigma = noise_level + .5 + .6 * q / 63.0; in vp9_post_proc_frame()
416 ppstate->last_noise = noise_level; in vp9_post_proc_frame()
H A Dvp9_ppflags.h29 int noise_level; member
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c408 const int noise_level = ppflags->noise_level; in vp9_post_proc_frame() local
409 if (ppstate->last_q != q || ppstate->last_noise != noise_level) { in vp9_post_proc_frame()
412 sigma = noise_level + .5 + .6 * q / 63.0; in vp9_post_proc_frame()
416 ppstate->last_noise = noise_level; in vp9_post_proc_frame()
H A Dvp9_ppflags.h29 int noise_level; member
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c408 const int noise_level = ppflags->noise_level; in vp9_post_proc_frame() local
409 if (ppstate->last_q != q || ppstate->last_noise != noise_level) { in vp9_post_proc_frame()
412 sigma = noise_level + .5 + .6 * q / 63.0; in vp9_post_proc_frame()
416 ppstate->last_noise = noise_level; in vp9_post_proc_frame()
H A Dvp9_ppflags.h29 int noise_level; member
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c408 const int noise_level = ppflags->noise_level; in vp9_post_proc_frame() local
409 if (ppstate->last_q != q || ppstate->last_noise != noise_level) { in vp9_post_proc_frame()
412 sigma = noise_level + .5 + .6 * q / 63.0; in vp9_post_proc_frame()
416 ppstate->last_noise = noise_level; in vp9_post_proc_frame()
H A Dvp9_ppflags.h29 int noise_level; member
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/common/
H A Dvp9_postproc.c408 const int noise_level = ppflags->noise_level; in vp9_post_proc_frame() local
409 if (ppstate->last_q != q || ppstate->last_noise != noise_level) { in vp9_post_proc_frame()
412 sigma = noise_level + .5 + .6 * q / 63.0; in vp9_post_proc_frame()
416 ppstate->last_noise = noise_level; in vp9_post_proc_frame()
/dports/science/chemps2/CheMPS2-1.8.10/CheMPS2/
H A DDMRGfock.cpp267 …const double noise_level = fabs( OptScheme->get_noise_prefactor( instruction ) ) * MaxDiscWeightLa… in solve_fock() local
276 if ( noise_level > 0.0 ){ newS->addNoise( noise_level ); } in solve_fock()
289 …const double noise_level = fabs( OptScheme->get_noise_prefactor( instruction ) ) * MaxDiscWeightLa… in solve_fock() local
298 if ( noise_level > 0.0 ){ newS->addNoise( noise_level ); } in solve_fock()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-filter/examples/
H A Dsynth_to_chan.py68 noise_level = 0.01
70 noise = analog.noise_source_c(analog.GR_GAUSSIAN, noise_level)
/dports/audio/lingot/lingot-1.0.1/src/
H A Dlingot-signal.c330 FLT* noise_level) { in lingot_signal_compute_noise_level() argument
346 lingot_filter_filter(&filter, cbuffer_size, spd, noise_level); in lingot_signal_compute_noise_level()
347 lingot_filter_filter(&filter, N, spd, noise_level); in lingot_signal_compute_noise_level()
/dports/graphics/geomorph/geomorph-0.60.1/src/hf/
H A Dvoronoi.c44 …n_type, gint random_variation, gint hf_use, gboolean gener_noise, gint noise_level, gint crack_wid… in voronoi_struct_new() argument
61 vs->noise_level = MIN(100,MAX(0,noise_level)); in voronoi_struct_new()
572 …width_type, gint min_width, gint max_width, gboolean gener_noise, gint noise_level, gboolean dist_… in voronoi() argument
603 …expand_seeds (dist, sites, nodes, noise_in, guide_in, max_x, max_y, length, ((gdouble) noise_level in voronoi()
712 …k_width_type, scaled_min_width, scaled_max_width, vs->gener_noise, vs->noise_level, (vs->scale==SC… in hf_voronoi()
731 …type, scaled_min_width / 2, scaled_max_width / 2, vs->gener_noise, vs->noise_level, vs->scale==SCA… in hf_voronoi()
741 …type, scaled_min_width / 4, scaled_max_width / 4, vs->gener_noise, vs->noise_level,vs->scale==SCAL… in hf_voronoi()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/elements/test/
H A Delements_test.cc77 float noise_level = 0.0f; in TestResonator() local
92 noise_level = (rand() % 4) == 1 ? 1.0f : 0.0f; in TestResonator()
93 if (noise_level) { in TestResonator()
107 input += ((rand() % 32768) - 16384) / 65535.0f * noise_level; in TestResonator()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/elements/test/
H A Delements_test.cc77 float noise_level = 0.0f; in TestResonator() local
92 noise_level = (rand() % 4) == 1 ? 1.0f : 0.0f; in TestResonator()
93 if (noise_level) { in TestResonator()
107 input += ((rand() % 32768) - 16384) / 65535.0f * noise_level; in TestResonator()
/dports/comms/rtl-433/rtl_433-21.12/src/
H A Drtl_433.c378 if (demod->noise_level == 0.0f) { in sdr_callback()
379 demod->noise_level = demod->min_level_auto - 3.0f; in sdr_callback()
381 int noise_only = avg_db < demod->noise_level + 3.0f; // or demod->min_level_auto? in sdr_callback()
385 demod->noise_level = (demod->noise_level * 7 + avg_db) / 8; // fast fall over 8 frames in sdr_callback()
387 if (demod->auto_level > 0 && demod->noise_level < demod->min_level - 3.0f in sdr_callback()
388 && fabsf(demod->min_level_auto - demod->noise_level - 3.0f) > 1.0f) { in sdr_callback()
389 demod->min_level_auto = demod->noise_level + 3.0f; in sdr_callback()
390 …el is %.1f dB, adjusting minimum detection level to %.1f dB\n", demod->noise_level, demod->min_lev… in sdr_callback()
394 demod->noise_level = (demod->noise_level * 31 + avg_db) / 32; // slow rise over 32 frames in sdr_callback()
399 noise_only ? "noise" : "signal", avg_db, demod->noise_level); in sdr_callback()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_ppflags.h29 int noise_level; member

12345678910>>...30