Home
last modified time | relevance | path

Searched refs:peak (Results 251 – 275 of 9270) sorted by relevance

1...<<11121314151617181920>>...371

/dports/multimedia/vmaf/vmaf-2.3.0/libvmaf/src/feature/
H A Dfloat_ansnr.c33 double peak; member
48 s->peak = 255.0; in init()
51 s->peak = 255.75; in init()
54 s->peak = 255.9375; in init()
57 s->peak = 255.99609375; in init()
88 s->peak, s->psnr_max); in extract()
/dports/science/chrono/chrono-7.0.1/data/vehicle/Nissan_Patrol/json/
H A Dsuv_Pac89Tire.json33 "a1" : -4.84987524731462, // peak factor calculation
34 "a2" : 812.449795340733, // peak factor calculation
49 "b1" : -15.7761466722458, // peak factor calculation
50 "b2" : 1022.11238546683, // peak factor calculation
62 "c1" : 0.990427, // peak factor calculation
63 "c2" : 2.96848, // peak factor calculation
/dports/science/chrono/chrono-7.0.1/data/vehicle/hmmwv/tire/
H A DHMMWV_Pac89Tire.json33 "a1" : -4.84987524731462, // peak factor calculation
34 "a2" : 812.449795340733, // peak factor calculation
49 "b1" : -15.7761466722458, // peak factor calculation
50 "b2" : 1022.11238546683, // peak factor calculation
62 "c1" : 0.990427, // peak factor calculation
63 "c2" : 2.96848, // peak factor calculation
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/plus/
H A Dfilter_loudness_meter.yml51 title: Calculate the peak sample level
54 Whether to calculate the peak sample level.
60 title: Calculate the true peak level
63 Whether to calculate the true peak level.
96 - identifier: peak
99 description: The measured peak sample value for the last frame that was processed.
106 description: The measured peak sample value that has been received since the last reset.
113 description: The measured true peak value for the last frame that was processed.
120 description: The measured true peak value that has been received since the last reset.
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/plus/
H A Dfilter_loudness_meter.yml51 title: Calculate the peak sample level
54 Whether to calculate the peak sample level.
60 title: Calculate the true peak level
63 Whether to calculate the true peak level.
96 - identifier: peak
99 description: The measured peak sample value for the last frame that was processed.
106 description: The measured peak sample value that has been received since the last reset.
113 description: The measured true peak value for the last frame that was processed.
120 description: The measured true peak value that has been received since the last reset.
/dports/multimedia/handbrake/HandBrake-1.4.2/libhb/
H A Dcolorspace.c150 double peak = init->job->coll.max_cll / REFERENCE_WHITE; in determine_signal_peak() local
151 if (!peak && init->job->mastering.has_luminance) in determine_signal_peak()
153 peak = hb_q2d(init->job->mastering.max_luminance) / REFERENCE_WHITE; in determine_signal_peak()
155 if (!peak || peak < 1) in determine_signal_peak()
157 peak = init->color_transfer == HB_COLR_TRA_SMPTEST2084 ? 100.0f : 10.0f; in determine_signal_peak()
159 return peak; in determine_signal_peak()
267 double peak = determine_signal_peak(init); in colorspace_init() local
268 hb_dict_set_double(avsettings, "peak", peak); in colorspace_init()
/dports/audio/uade/uade-2.13/src/frontends/common/
H A Deffects.c72 static int normalise_compute_gain(int peak);
265 static int normalise_compute_gain(int peak) in normalise_compute_gain() argument
270 if (peak < 32768 / NORMALISE_DEFAULT_GAIN) in normalise_compute_gain()
274 return (32768 << NORMALISE_RESOLUTION) / peak; in normalise_compute_gain()
277 if (peak < normalise_historic_maximum_peak) in normalise_compute_gain()
280 largerpeak = peak; in normalise_compute_gain()
297 int peak = normalise_peak_level; in uade_effect_normalise_serialise() local
302 peak = normalise_historic_maximum_peak; in uade_effect_normalise_serialise()
315 float peak; in uade_effect_normalise_unserialise() local
339 if (peak >= 0.0 && peak <= 1.0) { in uade_effect_normalise_unserialise()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/rings/bootloader/
H A Dbootloader.cc104 int32_t peak = meter.peak(); in UpdateLeds() local
108 if (peak < 8192) { in UpdateLeds()
109 leds.set(1, false, (peak >> 9) >= pwm); in UpdateLeds()
110 } else if (peak < 16384) { in UpdateLeds()
111 leds.set(1, ((peak - 8192) >> 9) >= pwm, true); in UpdateLeds()
112 } else if (peak < 16384 + 8192) { in UpdateLeds()
113 leds.set(1, true, ((peak - 16384 - 8192) >> 9) < pwm); in UpdateLeds()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/plaits/bootloader/
H A Dbootloader.cc79 int32_t peak = 0; variable
93 leds.set(3, (peak >> 9) > pwm ? LED_COLOR_GREEN : 0); in UpdateLeds()
94 leds.set(2, ((peak - 8192) >> 9) >= pwm ? LED_COLOR_GREEN : 0); in UpdateLeds()
95 leds.set(1, ((peak - 16384) >> 9) >= pwm ? LED_COLOR_YELLOW : 0); in UpdateLeds()
96 leds.set(0, ((peak - 16384 - 8192) >> 9) >= pwm ? LED_COLOR_RED : 0); in UpdateLeds()
170 peak = rect > peak ? rect : (rect + 32767 * peak) >> 15; in FillBuffer()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/rings/bootloader/
H A Dbootloader.cc104 int32_t peak = meter.peak(); in UpdateLeds() local
108 if (peak < 8192) { in UpdateLeds()
109 leds.set(1, false, (peak >> 9) >= pwm); in UpdateLeds()
110 } else if (peak < 16384) { in UpdateLeds()
111 leds.set(1, ((peak - 8192) >> 9) >= pwm, true); in UpdateLeds()
112 } else if (peak < 16384 + 8192) { in UpdateLeds()
113 leds.set(1, true, ((peak - 16384 - 8192) >> 9) < pwm); in UpdateLeds()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/plaits/bootloader/
H A Dbootloader.cc79 int32_t peak = 0; variable
93 leds.set(3, (peak >> 9) > pwm ? LED_COLOR_GREEN : 0); in UpdateLeds()
94 leds.set(2, ((peak - 8192) >> 9) >= pwm ? LED_COLOR_GREEN : 0); in UpdateLeds()
95 leds.set(1, ((peak - 16384) >> 9) >= pwm ? LED_COLOR_YELLOW : 0); in UpdateLeds()
96 leds.set(0, ((peak - 16384 - 8192) >> 9) >= pwm ? LED_COLOR_RED : 0); in UpdateLeds()
170 peak = rect > peak ? rect : (rect + 32767 * peak) >> 15; in FillBuffer()
/dports/devel/lattice-ice40-examples-hx1k/iCE40HX1K-EVB-69df5a7fc2daa8f00a984426b721499f6df22492/windows/ice40blinkingled/ice40blinkingled_Implmnt/synlog/
H A Dice40blinkingled_fpga_mapper.srr5 …e (Real Time elapsed 0h:00m:00s; CPU Time elapsed 0h:00m:00s; Memory used current: 56MB peak: 57MB)
10 …e (Real Time elapsed 0h:00m:00s; CPU Time elapsed 0h:00m:00s; Memory used current: 55MB peak: 58MB)
13 …e (Real Time elapsed 0h:00m:00s; CPU Time elapsed 0h:00m:00s; Memory used current: 55MB peak: 58MB)
16 …s (Real Time elapsed 0h:00m:00s; CPU Time elapsed 0h:00m:00s; Memory used current: 57MB peak: 58MB)
19 …s (Real Time elapsed 0h:00m:00s; CPU Time elapsed 0h:00m:00s; Memory used current: 58MB peak: 60MB)
34 …s (Real Time elapsed 0h:00m:00s; CPU Time elapsed 0h:00m:00s; Memory used current: 77MB peak: 79MB)
37 …g (Real Time elapsed 0h:00m:00s; CPU Time elapsed 0h:00m:00s; Memory used current: 77MB peak: 79MB)
55 …p (Real Time elapsed 0h:00m:00s; CPU Time elapsed 0h:00m:00s; Memory used current: 78MB peak: 79MB)
58 …g (Real Time elapsed 0h:00m:00s; CPU Time elapsed 0h:00m:00s; Memory used current: 78MB peak: 79MB)
90 …s (Real Time elapsed 0h:00m:00s; CPU Time elapsed 0h:00m:00s; Memory used current: 65MB peak: 79MB)
[all …]
/dports/devel/heaptrack/heaptrack-1.3.0/tests/auto/
H A Dtst_parser.cpp175 REQUIRE(bottomUpData.rows.at(3).cost.peak == 2020);
197 REQUIRE(summary.cost.peak == 996970);
216 REQUIRE(summary.cost.peak == 72714);
244 REQUIRE(summary.cost.peak == 12222213);
255 CHECK(cost.inclusiveCost.peak == 56152);
259 CHECK(cost.selfCost.peak == 56152);
272 REQUIRE(summary.cost.peak == 64840134);
283 CHECK(cost.inclusiveCost.peak == 68952);
287 CHECK(cost.selfCost.peak == 68952);
300 REQUIRE(summary.cost.peak == 52617921);
[all …]
/dports/math/amath/amath-1.8.5/src/clib/
H A Dmem.c70 size_t peak; member
101 list->peak = 0; in AllocMemSafe()
135 if (list->size > list->peak) in AllocMemSafe()
137 list->peak = list->size; in AllocMemSafe()
242 void MemUsage(long* blocks, long* size, long* peak) in MemUsage() argument
246 *peak = (long)list->peak;; in MemUsage()
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/example-clients/
H A Dimpulse_grabber.c90 float peak; in main() local
215 peak = response[0]; in main()
229 if (fabs(response[i]) > peak) { in main()
230 peak = fabs(response[i]); in main()
238 if (fabs(response[i]) > peak) { in main()
239 peak = fabs(response[i]); in main()
244 fprintf(stderr, "Peak value was %f at sample %lu\n", peak, peak_sample); in main()
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/timidityplus/
H A Dfilter.cpp111 int16_t peak = 0; in filter() local
125 if (sum > 32767.) { sum = 32767.; peak++; } in filter()
126 if (sum < -32768.) { sum = -32768; peak++; } in filter()
140 if (sum > 32767.) { sum = 32767.; peak++; } in filter()
141 if (sum < -32768.) { sum = -32768; peak++; } in filter()
156 if (sum > 32767.) { sum = 32767.; peak++; } in filter()
157 if (sum < -32768.) { sum = -32768; peak++; } in filter()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/milkyplay/
H A DMasterMixer.cpp594 mp_sword peak = 0; in getCurrentSamplePeak() local
599 if (s > peak) in getCurrentSamplePeak()
600 peak = s; in getCurrentSamplePeak()
601 if (-s > peak) in getCurrentSamplePeak()
602 peak = -s; in getCurrentSamplePeak()
604 return peak; in getCurrentSamplePeak()
616 if (s > peak) in getCurrentSamplePeak()
617 peak = s; in getCurrentSamplePeak()
618 if (-s > peak) in getCurrentSamplePeak()
619 peak = -s; in getCurrentSamplePeak()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/share/scripts/
H A D_dsp_plugin_communication.lua55 local peak = 0
60 peak = ARDOUR.DSP.compute_peak(outs[c], n_samples, peak)
68 a[1] = peak
75 ctrl[2] = peak / a[1]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/numeric/ublas/benchmarks/bench4/
H A Dbench4.cpp61 void peak<T>::operator () (int runs) { in operator ()()
71 template struct peak<boost::numeric::interval<float> >; variable
72 template struct peak<boost::numeric::interval<double> >; variable
76 template struct peak<boost::complex<boost::numeric::interval<float> > >; variable
77 template struct peak<boost::complex<boost::numeric::interval<double> > >; variable
87 peak<scalar> () (1000000 * scale); in do_bench()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/numeric/ublas/benchmarks/bench4/
H A Dbench4.cpp61 void peak<T>::operator () (int runs) { in operator ()()
71 template struct peak<boost::numeric::interval<float> >; variable
72 template struct peak<boost::numeric::interval<double> >; variable
76 template struct peak<boost::complex<boost::numeric::interval<float> > >; variable
77 template struct peak<boost::complex<boost::numeric::interval<double> > >; variable
87 peak<scalar> () (1000000 * scale); in do_bench()
/dports/audio/libbpm/libbpm-0.3/documentation/latex/
H A Dget__t0_8c.tex27 …\-t0\_\-startfit} (double $\ast$wf, double ped, int peak\_\-sample, double peak\_\-value, double p…
30 …\_\-t0\_\-endfit} (double $\ast$wf, double ped, int peak\_\-sample, double peak\_\-value, double p…
/dports/databases/percona57-server/boost_1_59_0/libs/numeric/ublas/benchmarks/bench4/
H A Dbench4.cpp61 void peak<T>::operator () (int runs) { in operator ()()
71 template struct peak<boost::numeric::interval<float> >; variable
72 template struct peak<boost::numeric::interval<double> >; variable
76 template struct peak<boost::complex<boost::numeric::interval<float> > >; variable
77 template struct peak<boost::complex<boost::numeric::interval<double> > >; variable
87 peak<scalar> () (1000000 * scale); in do_bench()
/dports/databases/xtrabackup/boost_1_59_0/libs/numeric/ublas/benchmarks/bench4/
H A Dbench4.cpp61 void peak<T>::operator () (int runs) { in operator ()()
71 template struct peak<boost::numeric::interval<float> >; variable
72 template struct peak<boost::numeric::interval<double> >; variable
76 template struct peak<boost::complex<boost::numeric::interval<float> > >; variable
77 template struct peak<boost::complex<boost::numeric::interval<double> > >; variable
87 peak<scalar> () (1000000 * scale); in do_bench()
/dports/databases/percona57-client/boost_1_59_0/libs/numeric/ublas/benchmarks/bench4/
H A Dbench4.cpp61 void peak<T>::operator () (int runs) { in operator ()()
71 template struct peak<boost::numeric::interval<float> >; variable
72 template struct peak<boost::numeric::interval<double> >; variable
76 template struct peak<boost::complex<boost::numeric::interval<float> > >; variable
77 template struct peak<boost::complex<boost::numeric::interval<double> > >; variable
87 peak<scalar> () (1000000 * scale); in do_bench()
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t330_StimFit/
H A Dmicrostimfit.m49 % Crosshair indicates peak, points:
67 % peak smoothing
76 opt.out.peak=[];
242 [peak, tPeak2] = max(peakRegion,[],2);
243 peak = peak - Baseline; variable
245 [peak, tPeak2] = min(peakRegion,[],2);
246 peak = peak + Baseline; variable
249 [peak, tPeak2] = max(abs(tmp), [], 2);
257 results.data(:,5) = peak;
262 results.PeakAmplitude=peak;
[all …]

1...<<11121314151617181920>>...371