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

  /external/chromium_org/third_party/libyuv/unit_test/
scale_argb_test.cc 65 double opt_time = get_time(); local
72 opt_time = (get_time() - opt_time) / benchmark_iterations;
76 f, static_cast<int>(c_time * 1e6), static_cast<int>(opt_time * 1e6));
167 double opt_time = get_time(); local
174 opt_time = (get_time() - opt_time) / benchmark_iterations;
178 f, static_cast<int>(c_time * 1e6), static_cast<int>(opt_time * 1e6));
compare_test.cc 232 double opt_time = get_time(); local
238 opt_time = (get_time() - opt_time) / benchmark_iterations_;
239 printf("BenchmarkPsnr_Opt - %8.2f us opt\n", opt_time * 1e6);
336 double opt_time = get_time(); local
342 opt_time = (get_time() - opt_time) / benchmark_iterations_;
343 printf("BenchmarkSsim_Opt - %8.2f us opt\n", opt_time * 1e6);
scale_test.cc 73 double opt_time = get_time(); local
84 opt_time = (get_time() - opt_time) / benchmark_iterations;
89 static_cast<int>(opt_time * 1e6));
planar_test.cc 1352 double opt_time = get_time(); local
    [all...]
  /external/libyuv/files/unit_test/
compare_test.cc 231 double opt_time = get_time(); local
237 opt_time = (get_time() - opt_time) / benchmark_iterations_;
238 printf("BenchmarkPsnr_OPT - %8.2f us opt\n", opt_time * 1e6);
362 double opt_time = get_time(); local
368 opt_time = (get_time() - opt_time) / benchmark_iterations_;
369 printf("BenchmarkPsnr_OPT - %8.2f us opt\n", opt_time * 1e6);
rotate_argb_test.cc 67 double opt_time = get_time(); local
73 opt_time = (get_time() - opt_time) / runs;
77 mode, static_cast<int>(c_time*1e6), static_cast<int>(opt_time*1e6));
scale_argb_test.cc 70 double opt_time = get_time(); local
77 opt_time = (get_time() - opt_time) / benchmark_iterations;
81 f, static_cast<int>(c_time*1e6), static_cast<int>(opt_time*1e6));
scale_test.cc 104 double opt_time = get_time(); local
115 opt_time = (get_time() - opt_time) / benchmark_iterations;
119 f, static_cast<int>(c_time*1e6), static_cast<int>(opt_time*1e6));
  /external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
ubrkperfold.cpp 99 int opt_time = 0; variable
138 {"-time", OptSpec::NUM, &opt_time},
758 } else if(opt_time != 0) {
  /external/icu/icu4c/source/test/perf/ubrkperf/
ubrkperfold.cpp 99 int opt_time = 0; variable
138 {"-time", OptSpec::NUM, &opt_time},
758 } else if(opt_time != 0) {
  /external/qemu/tcg/
tcg.h 498 int64_t opt_time; member in struct:TCGContext
tcg.c     [all...]

Completed in 637 milliseconds