OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:benchmark_iterations_
(Results
1 - 7
of
7
) sorted by null
/external/libyuv/files/unit_test/
unit_test.cc
22
benchmark_iterations_
(BENCHMARK_ITERATIONS), benchmark_width_(1280),
26
benchmark_iterations_
= atoi(repeat); // NOLINT
scale_argb_test.cc
114
benchmark_iterations_
);
129
benchmark_iterations_
);
144
benchmark_iterations_
);
159
benchmark_iterations_
);
174
benchmark_iterations_
);
189
benchmark_iterations_
);
204
benchmark_iterations_
);
219
benchmark_iterations_
);
234
benchmark_iterations_
);
250
benchmark_iterations_
);
[
all
...]
rotate_argb_test.cc
107
benchmark_iterations_
);
119
benchmark_iterations_
);
131
benchmark_iterations_
);
143
benchmark_iterations_
);
155
benchmark_iterations_
);
167
benchmark_iterations_
);
179
benchmark_iterations_
);
191
benchmark_iterations_
);
scale_test.cc
175
benchmark_iterations_
);
190
benchmark_iterations_
);
205
benchmark_iterations_
);
220
benchmark_iterations_
);
235
benchmark_iterations_
);
250
benchmark_iterations_
);
265
benchmark_iterations_
);
280
benchmark_iterations_
);
295
benchmark_iterations_
);
310
benchmark_iterations_
);
[
all
...]
compare_test.cc
66
for (int i = 0; i <
benchmark_iterations_
; ++i) {
83
for (int i = 0; i <
benchmark_iterations_
; ++i) {
99
for (int i = 0; i <
benchmark_iterations_
; ++i) {
117
for (int i = 0; i <
benchmark_iterations_
; ++i) {
139
for (int i = 0; i <
benchmark_iterations_
; ++i) {
204
for (int i = 0; i <
benchmark_iterations_
; ++i)
209
c_time = (get_time() - c_time) /
benchmark_iterations_
;
232
for (int i = 0; i <
benchmark_iterations_
; ++i)
237
opt_time = (get_time() - opt_time) /
benchmark_iterations_
;
335
for (int i = 0; i <
benchmark_iterations_
; ++i
[
all
...]
unit_test.h
69
int
benchmark_iterations_
;
member in class:libyuvTest
planar_test.cc
57
for (int i = 0; i <
benchmark_iterations_
; ++i) { \
135
for (int i = 0; i <
benchmark_iterations_
; ++i) { \
191
for (int i = 0; i <
benchmark_iterations_
; ++i) { \
285
for (int i = 0; i <
benchmark_iterations_
; ++i) { \
334
for (int times = 0; times <
benchmark_iterations_
; ++times) { \
436
for (int i = 0; i <
benchmark_iterations_
* 1280 * 720 / 256; ++i) {
536
for (int i = 0; i <
benchmark_iterations_
* 1280 * 720 / 256; ++i) {
591
for (int i = 0; i <
benchmark_iterations_
* 1280 * 720 / 256; ++i) {
645
for (int i = 0; i <
benchmark_iterations_
* 1280 * 720 / 256; ++i) {
[
all
...]
Completed in 67 milliseconds