| /third_party/typescript/tests/baselines/reference/docker/ |
| H A D | office-ui-fabric.log | 24 @fluentui/digest: Done in ?s. Peak memory usage 31.38MB. 43 @fluentui/test-bundles: Done in ?s. Peak memory usage 31.38MB. 50 @fluentui/a11y-testing: Done in ?s. Peak memory usage 31.38MB. 57 @fluentui/api-docs: Done in ?s. Peak memory usage 31.63MB. 64 @fluentui/codemods: Done in ?s. Peak memory usage 31.38MB. 71 @fluentui/example-data: Done in ?s. Peak memory usage 31.63MB. 78 @fluentui/keyboard-key: Done in ?s. Peak memory usage 31.63MB. 87 @fluentui/keyboard-keys: Done in ?s. Peak memory usage 31.63MB. 94 @fluentui/monaco-editor: Done in ?s. Peak memory usage 31.38MB. 103 @fluentui/priority-overflow: Done in ?s. Peak memor [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_speechnorm.c | 95 { "peak", "set the peak value", OFFSET(peak_value), AV_OPT_TYPE_DOUBLE, {.dbl=0.95}, 0.0, 1.0, FLAGS }, 96 { "p", "set the peak value", OFFSET(peak_value), AV_OPT_TYPE_DOUBLE, {.dbl=0.95}, 0.0, 1.0, FLAGS },
|
| H A D | colorspace.h | 39 void ff_update_hdr_metadata(AVFrame *in, double peak);
|
| H A D | convolution.h | 59 const uint8_t *c[], int peak, int radius,
|
| H A D | vf_libplacebo.c | 657 { "peak_detect", "Enable dynamic peak detection for HDR tone-mapping", OFFSET(peakdetect), AV_OPT_TYPE_BOOL, {.i64 = 1}, 0, 1, DYNAMIC }, 658 { "smoothing_period", "Peak detection smoothing period", OFFSET(smoothing), AV_OPT_TYPE_FLOAT, {.dbl = 100.0}, 0.0, 1000.0, DYNAMIC }, 659 { "minimum_peak", "Peak detection minimum peak", OFFSET(min_peak), AV_OPT_TYPE_FLOAT, {.dbl = 1.0}, 0.0, 100.0, DYNAMIC },
|
| H A D | af_dynaudnorm.c | 104 { "peak", "set the peak value", OFFSET(peak_value), AV_OPT_TYPE_DOUBLE, {.dbl = 0.95}, 0.0, 1.0, FLAGS }, 105 { "p", "set the peak value", OFFSET(peak_value), AV_OPT_TYPE_DOUBLE, {.dbl = 0.95}, 0.0, 1.0, FLAGS },
|
| H A D | vf_vaguedenoiser.c | 47 int peak; member 158 s->peak = (1 << s->depth) - 1; in config_input() 522 dstp16[x] = av_clip(input[x] + 0.5f, 0, s->peak); in filter()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | twinvqdec.c | 151 * Sum to data a periodic peak of a given period, width and shape. 153 * @param period the period of the peak divided by 400.0 163 // First peak centered around zero in add_peak()
|
| H A D | dcaadpcm.h | 49 int len, int32_t peak);
|
| H A D | dcaenc.c | 90 int32_t diff_peak_cb[MAX_CHANNELS][DCAENC_SUBBANDS]; ///< expected peak of residual signal 621 int32_t peak; in calc_one_scale() local 629 peak = c->cb_to_level[-peak_cb]; in calc_one_scale() 636 if ((ff_dca_quant_levels[abits] - 1) / 2 < quantize_value(peak, our_quant)) in calc_one_scale() 646 av_assert0((ff_dca_quant_levels[abits] - 1) / 2 >= quantize_value(peak, *quant)); in calc_one_scale()
|
| /third_party/libwebsockets/lib/misc/fts/ |
| H A D | README.md | 111 more or less bytes according to the value. So the peak memory requirements for 123 Peak alloc|78MiB 134 Peak alloc|3MiB
|
| /third_party/jerryscript/tools/ |
| H A D | mem-stats-measure.sh | 20 MEM_PEAK=`$JERRY $TEST --mem-stats | grep "Peak allocated =" | awk '{print $4}'`
|
| H A D | run-perf-test.sh | 282 echo "Benchmark | Peak alloc.<br>(+ is better) | Perf<br>(+ is better)" >> "${OUTPUT_FILE}" 291 printf "%50s | %25s | %35s\n" "Benchmark" "Peak alloc.(+ is better)" "Perf(+ is better)"
|
| /third_party/ffmpeg/libavformat/ |
| H A D | mp3dec.c | 168 uint32_t peak = 0; in mp3_parse_info_tag() local 220 /* ReplayGain peak */ in mp3_parse_info_tag() 222 peak = av_rescale(v, 100000, 1 << 23); in mp3_parse_info_tag() 291 ff_replaygain_export_raw(st, r_gain, peak, a_gain, 0); in mp3_parse_info_tag()
|
| /third_party/python/Modules/clinic/ |
| H A D | audioop.c.h | 400 "Return the average peak-peak value over all samples in the fragment."); 444 "Return the maximum peak-peak value in the sound fragment.");
|
| /third_party/ffmpeg/libavfilter/x86/ |
| H A D | vf_convolution_init.c | 29 const uint8_t *c[], int peak, int radius,
|
| /third_party/ffmpeg/libavutil/ |
| H A D | replaygain.h | 36 * Peak track amplitude, with 100000 representing full scale (but values
|
| H A D | hdr_dynamic_metadata.h | 293 * The normalized actual peak luminance of the targeted system display. The 318 * The normalized actual peak luminance of the mastering display used for
|
| /third_party/libphonenumber/resources/geocoding/en/ |
| H A D | 268.txt | 41 2682437|Pigg's Peak, Hhohho district
|
| /third_party/mbedtls/scripts/ |
| H A D | massif_max.pl | 3 # Parse a massif.out.xxx file and output peak total memory usage
|
| /third_party/musl/src/complex/ |
| H A D | catanf.c | 52 * arithmetic domain # trials peak rms
|
| /third_party/libsnd/src/ |
| H A D | caf.c | 153 ** By default, add the peak chunk to floating point files. Default behaviour in caf_open() 411 psf_log_printf (psf, "*** File PEAK chunk %D should be %d.\n", chunk_size, CAF_PEAK_CHUNK_SIZE (psf->sf.channels)) ; in caf_read_header() 416 { psf_log_printf (psf, "*** Found existing peak info, using last one.\n") ; in caf_read_header() 423 /* read in rest of PEAK chunk. */ in caf_read_header()
|
| /third_party/lame/doc/man/ |
| H A D | lame.1 | 327 Compute ReplayGain more accurately and find the peak sample. 330 finds the peak sample by decoding on the fly the encoded data stream and stores it in the file. 369 the real peak sample is determined and stored in the file. 370 The knowledge of the peak sample can be useful to decoders (players)
|
| /third_party/python/Modules/ |
| H A D | _tracemalloc.c | 113 /* Peak size in bytes of traced memory. 1624 Get the current size and peak size of memory blocks traced by tracemalloc. 1626 Returns a tuple: (current: int, peak: int). 1649 Set the peak size of memory blocks traced by tracemalloc to the current size.
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-layout-common.hh | 2544 int start = startCoord, peak = peakCoord, end = endCoord; in evaluate() local 2547 if (unlikely (start > peak || peak > end)) in evaluate() 2549 if (unlikely (start < 0 && end > 0 && peak != 0)) in evaluate() 2552 if (peak == 0 || coord == peak) in evaluate() 2559 if (coord < peak) in evaluate() 2560 return float (coord - start) / (peak - start); in evaluate() 2562 return float (end - coord) / (end - peak); in evaluate() 2569 /* TODO Handle invalid start/peak/en in sanitize() [all...] |