Home
last modified time | relevance | path

Searched refs:diff_encode (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/zint/zint-2.10.0-src/backend/tests/
H A Dtest_aztec.c2941 clock_t start, total_encode = 0, total_buffer = 0, diff_encode, diff_buffer; in test_perf() local
2952 diff_encode = diff_buffer = 0; in test_perf()
2962 diff_encode += clock() - start; in test_perf()
2976 …printf("%s: diff_encode %gms, diff_buffer %gms\n", data[i].comment, diff_encode * 1000.0 / CLOCKS_… in test_perf()
2978 total_encode += diff_encode; in test_perf()
H A Dtest_gridmtx.c518 clock_t start, total_encode = 0, total_buffer = 0, diff_encode, diff_buffer; in test_perf() local
529 diff_encode = diff_buffer = 0; in test_perf()
539 diff_encode += clock() - start; in test_perf()
553 …printf("%s: diff_encode %gms, diff_buffer %gms\n", data[i].comment, diff_encode * 1000.0 / CLOCKS_… in test_perf()
555 total_encode += diff_encode; in test_perf()
H A Dtest_hanxin.c1565 clock_t start, total_encode = 0, total_buffer = 0, diff_encode, diff_buffer; in test_perf() local
1576 diff_encode = diff_buffer = 0; in test_perf()
1586 diff_encode += clock() - start; in test_perf()
1600 …printf("%s: diff_encode %gms, diff_buffer %gms\n", data[i].comment, diff_encode * 1000.0 / CLOCKS_… in test_perf()
1602 total_encode += diff_encode; in test_perf()
H A Dtest_maxicode.c1027 clock_t start, total_encode = 0, total_buffer = 0, diff_encode, diff_buffer; in test_perf() local
1038 diff_encode = diff_buffer = 0; in test_perf()
1049 diff_encode += clock() - start; in test_perf()
1063 …printf("%s: diff_encode %gms, diff_buffer %gms\n", data[i].comment, diff_encode * 1000.0 / CLOCKS_… in test_perf()
1065 total_encode += diff_encode; in test_perf()
H A Dtest_pdf417.c1919 clock_t start, total_encode = 0, total_buffer = 0, diff_encode, diff_buffer; in test_perf() local
1930 diff_encode = diff_buffer = 0; in test_perf()
1940 diff_encode += clock() - start; in test_perf()
1954 …printf("%s: diff_encode %gms, diff_buffer %gms\n", data[i].comment, diff_encode * 1000.0 / CLOCKS_… in test_perf()
1956 total_encode += diff_encode; in test_perf()
H A Dtest_qr.c1348 clock_t start, total_encode = 0, total_buffer = 0, diff_encode, diff_buffer; in test_qr_perf() local
1359 diff_encode = diff_buffer = 0; in test_qr_perf()
1369 diff_encode += clock() - start; in test_qr_perf()
1383 …printf("%s: diff_encode %gms, diff_buffer %gms\n", data[i].comment, diff_encode * 1000.0 / CLOCKS_… in test_qr_perf()
1385 total_encode += diff_encode; in test_qr_perf()
2114 clock_t start, total_encode = 0, total_buffer = 0, diff_encode, diff_buffer; in test_microqr_perf() local
2125 diff_encode = diff_buffer = 0; in test_microqr_perf()
2135 diff_encode += clock() - start; in test_microqr_perf()
2149 …printf("%s: diff_encode %gms, diff_buffer %gms\n", data[i].comment, diff_encode * 1000.0 / CLOCKS_… in test_microqr_perf()
2151 total_encode += diff_encode; in test_microqr_perf()
H A Dtest_dmatrix.c2180 clock_t start, total_encode = 0, total_buffer = 0, diff_encode, diff_buffer; in test_perf() local
2191 diff_encode = diff_buffer = 0; in test_perf()
2201 diff_encode += clock() - start; in test_perf()
2215 …printf("%s: diff_encode %gms, diff_buffer %gms\n", data[i].comment, diff_encode * 1000.0 / CLOCKS_… in test_perf()
2217 total_encode += diff_encode; in test_perf()
H A Dtest_composite.c3520 clock_t start, total_encode = 0, total_buffer = 0, diff_encode, diff_buffer; in test_perf() local
3531 diff_encode = diff_buffer = 0; in test_perf()
3545 diff_encode += clock() - start; in test_perf()
3559 …printf("%s: diff_encode %gms, diff_buffer %gms\n", data[i].comment, diff_encode * 1000.0 / CLOCKS_… in test_perf()
3561 total_encode += diff_encode; in test_perf()