Home
last modified time | relevance | path

Searched full:peak (Results 51 - 75 of 289) sorted by relevance

12345678910>>...12

/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dlgammal.c102 peak relative error 6.6e-22 */
128 peak relative error 2.1e-21 */
148 peak relative error 1.3e-21 */
168 peak relative error 7.2e-22 */
189 Peak relative error 1.51e-21
H A Derfl.c144 Peak relative error 8.5e-22 */
171 Peak relative error 3.1e-21 */
201 Peak relative error 4.2e-22 */
224 Peak relative error 1.1e-21 */
H A Dexpm1l.c46 * arithmetic domain # trials peak rms
61 Theoretical peak relative error = 3.4e-22 */
/third_party/ltp/testcases/kernel/sched/tool/
H A Dtime-schedule.c441 unsigned long peak = 0; in compute_median() local
452 /* Now search for peak. Position of peak is median */ in compute_median()
454 if (table[count] < peak) in compute_median()
456 peak = table[count]; in compute_median()
/third_party/ffmpeg/tests/fate/
H A Dlavf-audio.mak11 FATE_LAVF_AUDIO-$(call ENCDEC, PCM_S16LE, WAV) += peak.wav
36 fate-lavf-peak.wav: CMD = lavf_audio "" "-write_peak on"
/third_party/node/deps/v8/tools/zone-stats/
H A Dmodel.js24 // Peak memory consumed by a single zone.
37 label += ` peak=${formatBytes(this.peakAllocatedMemory)}`;
/third_party/skia/third_party/externals/oboe/apps/OboeTester/scripts/
H A Ddsp_timing.py110 if not pairs.has_key('peak.amplitude'):
111 print "ERROR no peak.amplitude"
113 peakAmplitude = float(pairs['peak.amplitude'])
/third_party/ffmpeg/libavcodec/
H A Dmlp_parse.h58 int peak_bitrate; ///< Peak bitrate for VBR, actual bitrate (==peak) for CBR
/third_party/node/deps/v8/tools/heap-stats/
H A Dmodel.js21 // Peak memory consumed by any single instance type.
32 label += ` peak=${formatBytes(this.peakMemory)}`
/third_party/musl/src/complex/
H A Dcatanl.c52 * arithmetic domain # trials peak rms
56 * had peak relative error 1.5e-16, rms relative error
H A Dcatan.c53 * arithmetic domain # trials peak rms
57 * had peak relative error 1.5e-16, rms relative error
/third_party/ffmpeg/libavfilter/
H A Daf_volume.c341 uint32_t peak = 100000; in filter_frame() local
349 peak = replaygain->track_peak; in filter_frame()
354 peak = replaygain->album_peak; in filter_frame()
360 p = peak / 100000.0f; in filter_frame()
H A Daf_loudnorm.c106 { "TP", "set maximum true peak", OFFSET(target_tp), AV_OPT_TYPE_DOUBLE, {.dbl = -2.}, -9., 0., FLAGS },
107 { "tp", "set maximum true peak", OFFSET(target_tp), AV_OPT_TYPE_DOUBLE, {.dbl = -2.}, -9., 0., FLAGS },
112 { "measured_TP", "measured true peak of input file", OFFSET(measured_tp), AV_OPT_TYPE_DOUBLE, {.dbl = 99.}, -99., 99., FLAGS },
113 { "measured_tp", "measured true peak of input file", OFFSET(measured_tp), AV_OPT_TYPE_DOUBLE, {.dbl = 99.}, -99., 99., FLAGS },
857 "Input True Peak: %+6.1f dBTP\n" in uninit()
862 "Output True Peak: %+6.1f dBTP\n" in uninit()
H A Daf_astats.c719 av_log(ctx, AV_LOG_INFO, "Peak level dB: %f\n", LINEAR_TO_DB(FFMAX(-p->nmin, p->nmax))); in print_stats()
723 av_log(ctx, AV_LOG_INFO, "RMS peak dB: %f\n", LINEAR_TO_DB(sqrt(p->max_sigma_x2))); in print_stats()
732 av_log(ctx, AV_LOG_INFO, "Peak count: %"PRId64"\n", p->min_count + p->max_count); in print_stats()
774 av_log(ctx, AV_LOG_INFO, "Peak level dB: %f\n", LINEAR_TO_DB(FFMAX(-nmin, nmax))); in print_stats()
778 av_log(ctx, AV_LOG_INFO, "RMS peak dB: %f\n", LINEAR_TO_DB(sqrt(max_sigma_x2))); in print_stats()
785 av_log(ctx, AV_LOG_INFO, "Peak count: %f\n", (min_count + max_count) / (double)s->nb_channels); in print_stats()
H A Debur128.h206 /** \brief Get maximum sample peak of selected channel in float format.
210 * @param out maximum sample peak in float format (1.0 is 0 dBFS)
/third_party/musl/src/math/
H A Derfl.c144 Peak relative error 8.5e-22 */
171 Peak relative error 3.1e-21 */
201 Peak relative error 4.2e-22 */
224 Peak relative error 1.1e-21 */
H A Dexpm1l.c46 * arithmetic domain # trials peak rms
61 Theoretical peak relative error = 3.4e-22 */
/third_party/python/Doc/library/
H A Daudioop.rst74 Return the average peak-peak value over all samples in the fragment. No
185 Return the maximum peak-peak value in the sound fragment.
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
H A DGlitchAnalyzer.h91 report << LOOPBACK_RESULT_TAG "peak.amplitude = " << std::setw(8)
158 float peak = mPeakFollower.process(sample); variable
194 if (peak > mThreshold) {
/third_party/ffmpeg/libavformat/
H A Ddump.c237 static void print_peak(void *ctx, const char *str, uint32_t peak) in print_peak() argument
240 if (!peak) in print_peak()
243 av_log(ctx, AV_LOG_INFO, "%f", (float) peak / UINT32_MAX); in print_peak()
258 print_peak(ctx, "track peak", rg->track_peak); in dump_replaygain()
260 print_peak(ctx, "album peak", rg->album_peak); in dump_replaygain()
/third_party/alsa-utils/bat/
H A Dcommon.h76 /* tolerance of detected peak = max (DELTA_HZ, DELTA_RATE * target_freq).
225 float sigma_k; /* threshold for peak detection */
/third_party/libsnd/tests/
H A Ddither_test.c53 printf (" wav - test WAV file peak chunk\n") ; in main()
54 printf (" aiff - test AIFF file PEAK chunk\n") ; in main()
/third_party/skia/infra/bots/assets/armhf_sysroot/
H A DREADME.md8 Take a peak at `/usr/arm-linux-gnueabihf/include/c++/4.8.X` - you may need to update the
/third_party/libsnd/programs/
H A Dsndfile-metadata-get.c113 " --bext-max-truepeak Print the 'bext' max. true peak level\n" in usage_exit()
176 HANDLE_BEXT_ARG_INT ("--bext-max-truepeak", "Max. true peak level", max_true_peak_level) ; in process_args()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/docs/
H A DAutomatedTesting.md165 peak.amplitude = 0.057714 # peak amplitude of the input signal, between 0.0 and 1.0

Completed in 36 milliseconds

12345678910>>...12