Lines Matching refs:test_data
50 struct comp_test_data *test_data = ctx->options; in main_loop() local
66 if (test_data == NULL || !test_data->burst_sz) { in main_loop()
89 .deflate.huffman = test_data->huffman_enc, in main_loop()
90 .level = test_data->level, in main_loop()
91 .window_size = test_data->window_sz, in main_loop()
100 out_seg_sz = test_data->out_seg_sz; in main_loop()
107 .window_size = test_data->window_sz, in main_loop()
115 out_seg_sz = test_data->seg_sz; in main_loop()
141 test_data->burst_sz); in main_loop()
193 if (unlikely(test_data->perf_comp_force_stop)) in main_loop()
216 test_data->burst_sz); in main_loop()
285 if (unlikely(test_data->perf_comp_force_stop)) in main_loop()
291 test_data->burst_sz); in main_loop()
375 if (test_data->perf_comp_force_stop) { in main_loop()
389 struct comp_test_data *test_data = ctx->options; in cperf_verify_test_runner() local
396 test_data->ratio = 0; in cperf_verify_test_runner()
408 if (ctx->decomp_data_sz != test_data->input_data_sz) { in cperf_verify_test_runner()
413 ctx->decomp_data_sz, test_data->input_data_sz); in cperf_verify_test_runner()
418 test_data->input_data, in cperf_verify_test_runner()
419 test_data->input_data_sz) != 0) { in cperf_verify_test_runner()
428 test_data->input_data_sz * 100; in cperf_verify_test_runner()
437 test_data->level, ctx->comp_data_sz, ctx->ratio); in cperf_verify_test_runner()