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

12 3 4

  /prebuilts/go/darwin-x86/src/math/cmplx/
log.go 48 // arithmetic domain # trials peak rms
53 // In IEEE arithmetic the peak absolute error is 5.2e-16, rms
tan.go 53 // arithmetic domain # trials peak rms
79 // arithmetic domain # trials peak rms
171 // arithmetic domain # trials peak rms
exp.go 46 // arithmetic domain # trials peak rms
  /prebuilts/go/linux-x86/src/math/cmplx/
log.go 48 // arithmetic domain # trials peak rms
53 // In IEEE arithmetic the peak absolute error is 5.2e-16, rms
tan.go 53 // arithmetic domain # trials peak rms
79 // arithmetic domain # trials peak rms
171 // arithmetic domain # trials peak rms
exp.go 46 // arithmetic domain # trials peak rms
  /external/libvpx/libvpx/tools/
tiny_ssim.c 70 static double mse2psnr(double samples, double peak, double mse) {
74 psnr = 10.0 * log10(peak * peak * samples / mse);
357 // luminance is taken as percentage off from peak possible.
584 double peak = 255.0; local
614 if (bit_depth == 10) peak = 1023.0;
616 if (bit_depth == 12) peak = 4095;
728 mse2psnr(w * h * 6 / 4, peak, (double)psnry[i] + psnru[i] + psnrv[i]);
729 frame_psnry = mse2psnr(w * h * 4 / 4, peak, (double)psnry[i]);
730 frame_psnru = mse2psnr(w * h * 1 / 4, peak, (double)psnru[i])
    [all...]
  /external/valgrind/massif/tests/
ignored.post.exp 33 Detailed snapshots: [3 (peak)]
custom_alloc.post.exp 33 Detailed snapshots: [2, 5 (peak)]
deep-B.stderr.exp 51 Massif: peak snapshots: 0
deep-C.stderr.exp 54 Massif: peak snapshots: 0
new-cpp.post.exp 33 Detailed snapshots: [5 (peak)]
overloaded-new.post.exp 33 Detailed snapshots: [5 (peak)]
realloc.post.exp 33 Detailed snapshots: [3, 6 (peak)]
realloc.stderr.exp 26 Massif: re-PEAK Sp 3 (t:800, hp:800, ex:0, st:0)
29 Massif: de-PEAK Sp 6 (t:1200, hp:1200, ex:0, st:0)
41 Massif: peak snapshots: 2
  /frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
focus_peak.rs 23 uchar4 __attribute__((kernel)) peak(uint32_t x, uint32_t y) {
  /external/tensorflow/tensorflow/core/grappler/costs/
graph_memory.cc 244 size_t peak = 0; local
266 if (current > peak) {
267 peak = current;
273 peak_mem_usage.used_memory = peak;
  /external/ltp/testcases/kernel/sched/tool/
time-schedule.c 441 unsigned long peak = 0; local
452 /* Now search for peak. Position of peak is median */
454 if (table[count] < peak)
456 peak = table[count];
  /external/libvpx/libvpx/
tools_common.h 154 double sse_to_psnr(double samples, double peak, double mse);
tools_common.c 258 double sse_to_psnr(double samples, double peak, double sse) {
262 const double psnr = 10.0 * log10(samples * peak * peak / sse);
  /external/valgrind/include/
pub_tool_xtree.h 218 Bool peak; member in struct:__anon42731
  /frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/
TestInterface.java 232 float peak = 0.f; local
249 if (peak < p) {
250 peak = p;
259 postTextToView(mTextMin, "Peak " + peak + " per second");
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 1230 int start = startCoord, peak = peakCoord, end = endCoord; local
    [all...]
  /external/autotest/client/site_tests/video_VEAPerf/
video_VEAPerf.py 139 def mse_to_psnr(samples, peak, mse):
147 psnr = 10.0 * math.log10(peak * peak * samples / float(mse))
  /external/tensorflow/tensorflow/core/profiler/g3doc/
options.md 60 accumulated memory request is uaually larger than the peak memory of the overall
67 `peak_bytes`: The peak requested memory (not de-allocated) by the operation.
80 `-min_peak_bytes`: Show nodes that using at least this number of bytes during peak memory usage.

Completed in 1655 milliseconds

12 3 4