HomeSort by relevance Sort by last modified time
    Searched refs:Peak (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
psnr.c 18 double vp8_mse2psnr(double Samples, double Peak, double Mse)
23 psnr = 10.0 * log10(Peak * Peak * Samples / Mse);
psnr.h 15 extern double vp8_mse2psnr(double Samples, double Peak, double Mse);
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 47 static double vp8_mse2psnr(double Samples, double Peak, double Mse)
52 psnr = 10.0 * log10(Peak * Peak * Samples / Mse);
vpxenc.c 949 static double vp8_mse2psnr(double Samples, double Peak, double Mse)
954 psnr = 10.0 * log10(Peak * Peak * Samples / Mse);
    [all...]
  /external/valgrind/main/massif/
ms_main.c 56 // it's clear where/why the peak is occurring. (Mattieu Castet) Also,
153 Detailed snapshots: [2, 11, 13, 19, 25, 32 (peak)]
217 // - Peak snapshot: When the memory usage peak is reached, it takes a
218 // snapshot. It keeps this, unless the peak is subsequently exceeded,
219 // in which case it will overwrite the peak snapshot.
280 // This is the total size from the current peak snapshot, or 0 if no peak
448 else if VG_DBL_CLO(arg, "--peak-inaccuracy", clo_peak_inaccuracy) {}
478 " --peak-inaccuracy=<m.n> maximum peak inaccuracy, as a percentage [1.0]\n
    [all...]

Completed in 61 milliseconds