HomeSort by relevance Sort by last modified time
    Searched full:benchmark_iterations_ (Results 1 - 10 of 10) sorted by null

  /external/libyuv/files/unit_test/
unit_test.cc 49 : benchmark_iterations_(BENCHMARK_ITERATIONS),
56 benchmark_iterations_ = atoi(repeat); // NOLINT
59 benchmark_iterations_ = FLAGS_libyuv_repeat;
61 if (benchmark_iterations_ > 1) {
96 static_cast<double>(benchmark_iterations_) +
102 static_cast<double>(benchmark_iterations_) +
108 : benchmark_iterations_(BENCHMARK_ITERATIONS),
115 benchmark_iterations_ = atoi(repeat); // NOLINT
118 benchmark_iterations_ = FLAGS_libyuv_repeat;
120 if (benchmark_iterations_ > 1)
    [all...]
rotate_test.cc 85 benchmark_height_, kRotate0, benchmark_iterations_,
91 benchmark_width_, kRotate90, benchmark_iterations_,
97 benchmark_height_, kRotate180, benchmark_iterations_,
103 benchmark_width_, kRotate270, benchmark_iterations_,
113 benchmark_iterations_, disable_cpu_flags_,
120 benchmark_iterations_, disable_cpu_flags_,
127 benchmark_iterations_, disable_cpu_flags_,
134 benchmark_iterations_, disable_cpu_flags_,
203 benchmark_height_, kRotate0, benchmark_iterations_,
209 benchmark_width_, kRotate90, benchmark_iterations_,
    [all...]
rotate_argb_test.cc 100 benchmark_height_, kRotate0, benchmark_iterations_,
106 benchmark_width_, kRotate90, benchmark_iterations_,
112 benchmark_height_, kRotate180, benchmark_iterations_,
118 benchmark_width_, kRotate270, benchmark_iterations_,
136 benchmark_height_, kRotate0, benchmark_iterations_,
142 benchmark_width_, kRotate90, benchmark_iterations_,
148 benchmark_height_, kRotate180, benchmark_iterations_,
154 benchmark_width_, kRotate270, benchmark_iterations_,
161 benchmark_iterations_, disable_cpu_flags_,
168 benchmark_iterations_, disable_cpu_flags_
    [all...]
planar_test.cc 151 benchmark_iterations_, disable_cpu_flags_,
158 TestAttenuateI(benchmark_width_, benchmark_height_, benchmark_iterations_,
165 TestAttenuateI(benchmark_width_, benchmark_height_, benchmark_iterations_,
172 TestAttenuateI(benchmark_width_, benchmark_height_, benchmark_iterations_,
224 benchmark_iterations_, disable_cpu_flags_,
231 benchmark_iterations_, disable_cpu_flags_,
238 benchmark_iterations_, disable_cpu_flags_,
245 benchmark_iterations_, disable_cpu_flags_,
    [all...]
unit_test.h 128 int benchmark_iterations_; // Default 1. Use 1000 for benchmarking. member in class:LibYUVColorTest
141 int benchmark_iterations_; // Default 1. Use 1000 for benchmarking. member in class:LibYUVConvertTest
154 int benchmark_iterations_; // Default 1. Use 1000 for benchmarking. member in class:LibYUVScaleTest
167 int benchmark_iterations_; // Default 1. Use 1000 for benchmarking. member in class:LibYUVRotateTest
180 int benchmark_iterations_; // Default 1. Use 1000 for benchmarking. member in class:LibYUVPlanarTest
193 int benchmark_iterations_; // Default 1. Use 1000 for benchmarking. member in class:LibYUVBaseTest
compare_test.cc 128 for (int i = 0; i < benchmark_iterations_; ++i) {
143 for (int i = 0; i < benchmark_iterations_; ++i) {
169 for (int i = 0; i < benchmark_iterations_; ++i) {
197 for (int i = 0; i < benchmark_iterations_; ++i) {
225 benchmark_iterations_ *
288 for (int i = 0; i < benchmark_iterations_; ++i)
292 opt_time = (get_time() - opt_time) / benchmark_iterations_;
312 for (int i = 0; i < benchmark_iterations_; ++i)
316 opt_time = (get_time() - opt_time) / benchmark_iterations_;
413 for (int i = 0; i < benchmark_iterations_; ++i
    [all...]
scale_test.cc 292 kFilter##filter, benchmark_iterations_, disable_cpu_flags_, \
300 kFilter##filter, benchmark_iterations_); \
326 kFilter##filter, benchmark_iterations_, \
333 benchmark_iterations_, disable_cpu_flags_, \
340 height, kFilter##filter, benchmark_iterations_); \
347 benchmark_iterations_); \
scale_argb_test.cc 239 kFilter##filter, benchmark_iterations_, disable_cpu_flags_, \
247 kFilter##filter, benchmark_iterations_); \
273 height, kFilter##filter, benchmark_iterations_, \
280 benchmark_iterations_, disable_cpu_flags_, \
287 kFilter##filter, benchmark_iterations_); \
293 benchmark_iterations_); \
438 libyuv::kFilterBilinear, benchmark_iterations_);
445 benchmark_height_, libyuv::kFilterBilinear, benchmark_iterations_);
convert_test.cc 83 for (int i = 0; i < benchmark_iterations_; ++i) { \
209 for (int i = 0; i < benchmark_iterations_; ++i) { \
322 for (int i = 0; i < benchmark_iterations_; ++i) { \
421 for (int i = 0; i < benchmark_iterations_; ++i) { \
    [all...]
color_test.cc 113 for (int i = 0; i < benchmark_iterations_; ++i) { \
326 for (int i = 0; i < benchmark_iterations_; ++i) {

Completed in 418 milliseconds