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

  /external/libyuv/files/unit_test/
compare_test.cc 285 double opt_time = get_time(); local
291 opt_time = (get_time() - opt_time) / benchmark_iterations_;
292 printf("BenchmarkPsnr_Opt - %8.2f us opt\n", opt_time * 1e6);
310 double opt_time = get_time(); local
316 opt_time = (get_time() - opt_time) / benchmark_iterations_;
317 printf("BenchmarkPsnr_Opt - %8.2f us opt\n", opt_time * 1e6);
412 double opt_time = get_time(); local
418 opt_time = (get_time() - opt_time) / benchmark_iterations_
    [all...]
scale_argb_test.cc 81 double opt_time = get_time(); local
88 opt_time = (get_time() - opt_time) / benchmark_iterations;
92 f, static_cast<int>(c_time * 1e6), static_cast<int>(opt_time * 1e6));
193 double opt_time = get_time(); local
200 opt_time = (get_time() - opt_time) / benchmark_iterations;
204 f, static_cast<int>(c_time * 1e6), static_cast<int>(opt_time * 1e6));
scale_test.cc 88 double opt_time = get_time(); local
99 opt_time = (get_time() - opt_time) / benchmark_iterations;
104 static_cast<int>(opt_time * 1e6));
planar_test.cc 1422 double opt_time = get_time(); local
    [all...]
  /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) {

Completed in 117 milliseconds