Home
last modified time | relevance | path

Searched refs:peak (Results 101 – 125 of 8374) sorted by relevance

12345678910>>...335

/dports/math/suitesparse-camd/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.out11 peak memory usage: 492 bytes
17 peak memory usage: 32244 bytes
23 peak memory usage: 20412 bytes
29 peak memory usage: 34276 bytes
35 peak memory usage: 39516 bytes
41 peak memory usage: 4268 bytes
47 peak memory usage: 600 bytes
53 peak memory usage: 39000 bytes
59 peak memory usage: 29584 bytes
65 peak memory usage: 44800 bytes
[all …]
/dports/math/suitesparse-umfpack/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.out11 peak memory usage: 492 bytes
17 peak memory usage: 32244 bytes
23 peak memory usage: 20412 bytes
29 peak memory usage: 34276 bytes
35 peak memory usage: 39516 bytes
41 peak memory usage: 4268 bytes
47 peak memory usage: 600 bytes
53 peak memory usage: 39000 bytes
59 peak memory usage: 29584 bytes
65 peak memory usage: 44800 bytes
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/nova-simd/
H A Dsimd_peakmeter.hpp39 inline F peak_vec(const F * in, F * peak, unsigned int n) in peak_vec() argument
42 F local_peak = *peak; in peak_vec()
50 *peak = local_peak; in peak_vec()
55 inline F peak_vec_simd(const F * in, F * peak, unsigned int n) in peak_vec_simd() argument
58 maximum.load_first(peak); in peak_vec_simd()
84 *peak = maximum.horizontal_max(); in peak_vec_simd()
92 inline void peak_rms_vec(const F * in, F * peak, F * squared_sum, unsigned int n) in peak_rms_vec() argument
94 F local_peak = *peak; in peak_rms_vec()
105 *peak = local_peak; in peak_rms_vec()
113 maximum.load_first(peak); in peak_rms_vec_simd()
[all …]
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/external_libraries/nova-simd/
H A Dsimd_peakmeter.hpp39 inline F peak_vec(const F * in, F * peak, unsigned int n)
42 F local_peak = *peak;
50 *peak = local_peak;
55 inline F peak_vec_simd(const F * in, F * peak, unsigned int n)
58 maximum.load_first(peak);
84 *peak = maximum.horizontal_max();
92 inline void peak_rms_vec(const F * in, F * peak, F * squared_sum, unsigned int n)
94 F local_peak = *peak;
105 *peak = local_peak;
113 maximum.load_first(peak);
[all …]
/dports/math/suitesparse-csparse/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.out11 peak memory usage: 492 bytes
17 peak memory usage: 32244 bytes
23 peak memory usage: 20412 bytes
29 peak memory usage: 34276 bytes
35 peak memory usage: 39516 bytes
41 peak memory usage: 4268 bytes
47 peak memory usage: 600 bytes
53 peak memory usage: 39000 bytes
59 peak memory usage: 29584 bytes
65 peak memory usage: 44800 bytes
[all …]
/dports/math/suitesparse-cxsparse/SuiteSparse-5.10.1/KLU/Demo/
H A Dkludemo.out11 peak memory usage: 492 bytes
17 peak memory usage: 32244 bytes
23 peak memory usage: 20412 bytes
29 peak memory usage: 34276 bytes
35 peak memory usage: 39516 bytes
41 peak memory usage: 4268 bytes
47 peak memory usage: 600 bytes
53 peak memory usage: 39000 bytes
59 peak memory usage: 29584 bytes
65 peak memory usage: 44800 bytes
[all …]
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Dgauss_blur_test.cc21 bool NearEdge(const int64_t width, const int64_t peak) { in NearEdge() argument
23 return peak < 10 || peak > width - 10; in NearEdge()
33 if (peak - i < 0 || peak + i >= width) break; in VerifySymmetric()
34 EXPECT_GT(out[peak + i - 1] + tolerance, out[peak + i]); // descending in VerifySymmetric()
35 EXPECT_NEAR(out[peak - i], out[peak + i], tolerance); // symmetric in VerifySymmetric()
39 void TestImpulseResponse(size_t width, size_t peak) { in TestImpulseResponse() argument
47 in[peak] = 1.0f; in TestImpulseResponse()
56 VerifySymmetric(width, peak, out3.get()); in TestImpulseResponse()
57 VerifySymmetric(width, peak, out4.get()); in TestImpulseResponse()
58 VerifySymmetric(width, peak, out5.get()); in TestImpulseResponse()
[all …]
/dports/audio/libsamplerate/libsamplerate-0.2.2/tests/
H A Dcalc_snr.c32 { double peak ; member
87 { peaks [0].peak = mag [k] ; in smooth_mag_spectrum()
96 { peaks [1].peak = mag [k] ; in smooth_mag_spectrum()
99 if (peaks [1].peak > peaks [0].peak) in smooth_mag_spectrum()
134 return (peak1->peak < peak2->peak) ? 1 : -1 ; in peak_compare()
150 { peaks [peak_count].peak = magnitude [k] ; in find_snr()
155 else if (magnitude [k] > peaks [MAX_PEAKS - 1].peak) in find_snr()
156 { peaks [MAX_PEAKS - 1].peak = magnitude [k] ; in find_snr()
171 snr = peaks [0].peak ; in find_snr()
173 if (fabs (snr - peaks [k].peak) > 10.0) in find_snr()
[all …]
/dports/biology/peak-classifier/peak-classifier-0.1.2/Test/
H A Dtest.sh23 ../peak-classifier test.bed.xz $gff \
30 ../peak-classifier --min-peak-overlap 0.2 test.bed.xz \
31 $gff test-peak-20-overlaps.tsv
32 ../filter-overlaps test-peak-20-overlaps.tsv test-peak-20-filtered.tsv \
37 ../peak-classifier --min-gff-overlap 0.2 test.bed.xz \
44 ../peak-classifier --min-gff-overlap 0.2 --min-gff-overlap 0.2 \
52 ../peak-classifier --midpoints test.bed.xz $gff \
/dports/audio/mixxx/mixxx-2.3.0/src/track/
H A Dreplaygain.cpp123 const CSAMPLE peak = normalizedPeak.toFloat(&isValid); in peakFromString() local
125 if (isValidPeak(peak)) { in peakFromString()
129 return peak; in peakFromString()
131 qDebug() << "ReplayGain: Invalid peak value:" << strPeak << " -> "<< peak; in peakFromString()
139 QString ReplayGain::peakToString(CSAMPLE peak) { in peakToString() argument
140 if (isValidPeak(peak)) { in peakToString()
141 return QString::number(peak); in peakToString()
147 CSAMPLE ReplayGain::normalizePeak(CSAMPLE peak) { in normalizePeak() argument
148 if (isValidPeak(peak)) { in normalizePeak()
149 const CSAMPLE normalizedPeak = peakFromString(peakToString(peak)); in normalizePeak()
H A Dreplaygain.h42 ReplayGain(double ratio, CSAMPLE peak) in ReplayGain() argument
44 , m_peak(peak) { in ReplayGain()
71 static bool isValidPeak(CSAMPLE peak) { in isValidPeak() argument
72 return kPeakMin <= peak; in isValidPeak()
80 void setPeak(CSAMPLE peak) { in setPeak() argument
81 m_peak = peak; in setPeak()
90 static QString peakToString(CSAMPLE peak);
92 static CSAMPLE normalizePeak(CSAMPLE peak);
/dports/science/healpix/Healpix_3.50/src/f90/hotspot/
H A Dmaxima_tools.f9062 integer(i4b), intent(out)::peak(0:) local
124 peak(ipix00)=+1 ! Maximum
129 peak(ipix00)=-1 ! Minimum
149 peak(ipix00)=+1 !Maximum
153 peak(ipix00)=-1 !Minimum
161 peak(ipix00)=+1 !Maximum
165 peak(ipix00)=-1 !Minimum
180 peak(ipix00)=+1 !Maximum
184 peak(ipix00)=-1 !Minimum
192 peak(ipix00)=+1 !Maximum
[all …]
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/
H A Dpeak_dsp.c96 if (t >= self->peak) in peak_dsp_process()
99 self->peak = t; in peak_dsp_process()
109 self->peak *= self->fall; // else let the peak value fall back, in peak_dsp_process()
110 self->peak += 1e-10f; // and avoid denormals. in peak_dsp_process()
126 float * rms, float * peak) in peak_dsp_read() argument
129 *peak = self->peak; in peak_dsp_read()
137 self->rms = self->peak = .0f; in peak_dsp_reset()
/dports/audio/ardour6/Ardour-6.8.0/libs/audiographer/audiographer/general/
H A Dpeak_reader.h17 PeakReader() : peak (0.0) {} in PeakReader()
20 float get_peak() { return peak; } in get_peak()
23 void reset() { peak = 0.0; } in reset()
28 peak = Routines::compute_peak (c.data(), c.samples(), peak); in process()
35 float peak;
/dports/devel/libpeak/libpeak-0.1.2/tests/
H A DMakefile.am10 t_atomic1_LDADD = ../peak/libpeak.la
14 t_atomic2_LDADD = ../peak/libpeak.la
18 t_signal1_LDADD = ../peak/libpeak.la
22 t_signal2_LDADD = ../peak/libpeak.la
26 t_timer1_LDADD = ../peak/libpeak.la
30 t_timer2_LDADD = ../peak/libpeak.la
34 t_timer3_LDADD = ../peak/libpeak.la
/dports/biology/p5-Bio-SCF/Bio-SCF-1.03/eg/
H A Dread_test_obj.pl11 my $peak = $obj->index($i);
19 $peak,
20 $obj->sample('A',$peak),
21 $obj->sample('C',$peak),
22 $obj->sample('G',$peak),
23 $obj->sample('T',$peak)
H A Dread_test_tied.pl10 my $peak = $scf{index}[$i];
17 $peak,
18 $scf{samples}{A}[$peak],
19 $scf{samples}{C}[$peak],
20 $scf{samples}{G}[$peak],
21 $scf{samples}{T}[$peak],
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/boot/dts/
H A Dtegra30-peripherals-opp.dtsi274 opp-peak-kBps = <102000>;
280 opp-peak-kBps = <204000>;
286 opp-peak-kBps = <216000>;
292 opp-peak-kBps = <408000>;
298 opp-peak-kBps = <432000>;
304 opp-peak-kBps = <816000>;
310 opp-peak-kBps = <864000>;
316 opp-peak-kBps = <1632000>;
323 opp-peak-kBps = <2668000>;
329 opp-peak-kBps = <3000000>;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/boot/dts/
H A Dtegra30-peripherals-opp.dtsi274 opp-peak-kBps = <102000>;
280 opp-peak-kBps = <204000>;
286 opp-peak-kBps = <216000>;
292 opp-peak-kBps = <408000>;
298 opp-peak-kBps = <432000>;
304 opp-peak-kBps = <816000>;
310 opp-peak-kBps = <864000>;
316 opp-peak-kBps = <1632000>;
323 opp-peak-kBps = <2668000>;
329 opp-peak-kBps = <3000000>;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/boot/dts/
H A Dtegra30-peripherals-opp.dtsi274 opp-peak-kBps = <102000>;
280 opp-peak-kBps = <204000>;
286 opp-peak-kBps = <216000>;
292 opp-peak-kBps = <408000>;
298 opp-peak-kBps = <432000>;
304 opp-peak-kBps = <816000>;
310 opp-peak-kBps = <864000>;
316 opp-peak-kBps = <1632000>;
323 opp-peak-kBps = <2668000>;
329 opp-peak-kBps = <3000000>;
[all …]
/dports/audio/ardour6/Ardour-6.8.0/share/scripts/
H A Ds_region_gain.lua31 local peak = 0 -- the audio peak to be calculated
45 if math.abs (d[i]) > peak then
46 peak = math.abs (d[i])
53 if (peak > 0) then
54 print ("Region:", r:name (), "peak:", 20 * math.log (peak) / math.log(10), "dBFS")
60 if (peak > 0) then
64 r:to_audioregion (): set_scale_amplitude (1 / peak)
/dports/devel/heaptrack/heaptrack-1.3.0/src/analyze/
H A Dallocationdata.h21 int64_t peak = 0; member
32 && lhs.peak == rhs.peak;
44 lhs.peak += rhs.peak;
53 lhs.peak -= rhs.peak;
/dports/audio/lmms/lmms-1.2.2/plugins/Eq/
H A DEqEffect.h45 inline void gain( sampleFrame * buf, const fpp_t frames, float scale, sampleFrame * peak ) in gain() argument
47 peak[0][0] = 0.0f; peak[0][1] = 0.0f; in gain()
53 if( fabs( buf[f][0] ) > peak[0][0] ) in gain()
55 peak[0][0] = fabs( buf[f][0] ); in gain()
57 if( fabs( buf[f][1] ) > peak[0][1] ) in gain()
59 peak[0][1] = fabs( buf[f][0] ); in gain()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/fx/
H A Dags_fx_peak_channel.c170 fx_peak_channel->peak = g_object_new(AGS_TYPE_PORT, in ags_fx_peak_channel_init()
183 g_object_set(fx_peak_channel->peak, in ags_fx_peak_channel_init()
188 fx_peak_channel->peak); in ags_fx_peak_channel_init()
232 if(port == fx_peak_channel->peak){ in ags_fx_peak_channel_set_property()
238 if(fx_peak_channel->peak != NULL){ in ags_fx_peak_channel_set_property()
246 fx_peak_channel->peak = port; in ags_fx_peak_channel_set_property()
298 if(fx_peak_channel->peak != NULL){ in ags_fx_peak_channel_dispose()
299 g_object_unref(G_OBJECT(fx_peak_channel->peak)); in ags_fx_peak_channel_dispose()
301 fx_peak_channel->peak = NULL; in ags_fx_peak_channel_dispose()
326 if(fx_peak_channel->peak != NULL){ in ags_fx_peak_channel_finalize()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/
H A Dobs-audio-controls.c351 peak = _mm_max_ps(peak, abs_new_work); in get_true_peak()
356 peak = _mm_max_ps(peak, abs_ps(intrp_samples)); in get_true_peak()
360 peak = _mm_max_ps(peak, abs_ps(intrp_samples)); in get_true_peak()
364 peak = _mm_max_ps(peak, abs_ps(intrp_samples)); in get_true_peak()
368 peak = _mm_max_ps(peak, abs_ps(intrp_samples)); in get_true_peak()
372 hmax_ps(r, peak); in get_true_peak()
385 peak = _mm_max_ps(peak, abs_ps(new_work)); in get_sample_peak()
389 hmax_ps(r, peak); in get_sample_peak()
461 float peak; in volmeter_process_peak() local
478 volmeter->peak[channel_nr] = peak; in volmeter_process_peak()
[all …]

12345678910>>...335