HomeSort by relevance Sort by last modified time
    Searched refs:peak (Results 51 - 75 of 90) sorted by null

1 23 4

  /prebuilts/go/darwin-x86/src/math/
sin.go 39 // arithmetic domain # trials peak rms
70 // arithmetic domain # trials peak rms
atan.go 32 // arithmetic domain # trials peak rms
tanh.go 35 // arithmetic domain # trials peak rms
tan.go 35 // arithmetic domain # trials peak rms
gamma.go 39 // arithmetic domain # trials peak rms
  /prebuilts/go/linux-x86/src/math/
sin.go 39 // arithmetic domain # trials peak rms
70 // arithmetic domain # trials peak rms
atan.go 32 // arithmetic domain # trials peak rms
tanh.go 35 // arithmetic domain # trials peak rms
tan.go 35 // arithmetic domain # trials peak rms
gamma.go 39 // arithmetic domain # trials peak rms
  /cts/tests/tests/media/libmediandkjni/
native_media_utils.cpp 128 int64_t peak = (maxSum * 1e6) / duration;
129 return (int32_t)peak;
172 // if bitrate mode was set to CBR, check for peak-bitrate deviation (+/-20%?)
  /prebuilts/go/darwin-x86/src/math/cmplx/
pow.go 42 // arithmetic domain # trials peak rms
sqrt.go 52 // arithmetic domain # trials peak rms
  /prebuilts/go/linux-x86/src/math/cmplx/
pow.go 42 // arithmetic domain # trials peak rms
sqrt.go 52 // arithmetic domain # trials peak rms
  /external/valgrind/massif/tests/
basic2.post.exp 33 Detailed snapshots: [0, 1, 2, 3, 4 (peak), 5, 6, 7, 8]
basic.post.exp 33 Detailed snapshots: [9, 19, 29, 37 (peak), 47, 57, 67]
peak2.stderr.exp 26 Massif: de-PEAK Sp 3 (t:1872, hp:1616, ex:256, st:0)
30 Massif: de-PEAK Sp 7 (t:3888, hp:3216, ex:384, st:0)
34 Massif: de-PEAK Sp 11 (t:5904, hp:4816, ex:512, st:0)
38 Massif: de-PEAK Sp 15 (t:7920, hp:6416, ex:640, st:0)
42 Massif: de-PEAK Sp 19 (t:9936, hp:8016, ex:768, st:0)
46 Massif: de-PEAK Sp 23 (t:11952, hp:9616, ex:896, st:0)
50 Massif: de-PEAK Sp 27 (t:13968, hp:11216, ex:1024, st:0)
54 Massif: de-PEAK Sp 31 (t:15984, hp:12816, ex:1152, st:0)
58 Massif: de-PEAK Sp 35 (t:18000, hp:14416, ex:1280, st:0)
62 Massif: de-PEAK Sp 39 (t:20016, hp:16016, ex:1408, st:0
    [all...]
  /external/valgrind/coregrind/
m_xtmemory.c 241 .peak = False,
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
plot_neteq_delay.m 114 peak_ix=find(s.optbuf(cng_ix)<0); % peak mode is labeled with negative values
  /external/ImageMagick/MagickCore/
segment.c 808 % DefineRegion() defines the left and right boundaries of a peak region.
821 % of a particular peak or valley of a color component.
1500 peak; local
    [all...]
  /external/adhd/scripts/audio_tuning/frontend/
audio.js 635 // DynamicsCompressor had the pre-emphasis filters, the peak value is about
636 // 0.21. Without it, the peak is 0.85.
642 // Search for a peak in the last part of the data.
646 var peak = -1;
651 if (peak < sample)
652 peak = sample;
655 if (peak >= peakThreshold) {
659 console.log("Pre-emphasis caused output to be decreased to " + peak
    [all...]
  /external/libxaac/test/
ixheaacd_main_flush_csd.c     [all...]
  /system/bt/stack/include/
hcimsgs.h 311 uint32_t peak, uint32_t latency,
  /external/skia/dm/
DM.cpp 187 peak = sk_tools::getMaxResidentSetSizeMB(); local
191 info("\n%dMB RAM, %dMB peak, %s elapsed, %d queued, %d active:\n",
192 curr, peak, elapsed.c_str(), gPending - gRunning.count(), gRunning.count());
296 "\nCurrently using %dMB RAM, peak %dMB.\n",
    [all...]

Completed in 1765 milliseconds

1 23 4