Home
last modified time | relevance | path

Searched refs:test_impl (Results 1 – 13 of 13) sorted by relevance

/external/libaom/libaom/test/
Dhash_test.cc40 void RunCheckOutput(get_crc32c_value_func test_impl);
41 void RunSpeedTest(get_crc32c_value_func test_impl);
43 void RunZeroTest(get_crc32c_value_func test_impl);
69 void AV1Crc32cHashTest::RunCheckOutput(get_crc32c_value_func test_impl) { in RunCheckOutput() argument
72 uint32_t crc0 = test_impl(&calc_, buffer_, length_); in RunCheckOutput()
73 uint32_t crc1 = test_impl(&calc_, buffer_, length_); in RunCheckOutput()
79 uint32_t crc3 = test_impl(&calc_, buffer_, length_); in RunCheckOutput()
85 void AV1Crc32cHashTest::RunSpeedTest(get_crc32c_value_func test_impl) { in RunSpeedTest() argument
86 get_crc32c_value_func impls[] = { av1_get_crc32c_value_c, test_impl }; in RunSpeedTest()
103 void AV1Crc32cHashTest::RunZeroTest(get_crc32c_value_func test_impl) { in RunZeroTest() argument
[all …]
Dav1_convolve_2d_test_util.h51 void RunCheckOutput(convolve_2d_func test_impl);
52 void RunSpeedTest(convolve_2d_func test_impl);
65 void RunCheckOutput(convolve_2d_func test_impl);
66 void RunSpeedTest(convolve_2d_func test_impl);
95 void RunCheckOutput(highbd_convolve_2d_func test_impl);
96 void RunSpeedTest(highbd_convolve_2d_func test_impl);
110 void RunCheckOutput(highbd_convolve_2d_func test_impl);
111 void RunSpeedTest(highbd_convolve_2d_func test_impl);
Dcomp_mask_variance_test.cc55 void RunCheckOutput(comp_mask_pred_func test_impl, BLOCK_SIZE bsize, int inv);
56 void RunSpeedTest(comp_mask_pred_func test_impl, BLOCK_SIZE bsize);
105 void AV1CompMaskVarianceTest::RunCheckOutput(comp_mask_pred_func test_impl, in RunCheckOutput() argument
115 test_impl(comp_pred2_, pred_, w, h, ref_, MAX_SB_SIZE, mask, w, inv); in RunCheckOutput()
122 void AV1CompMaskVarianceTest::RunSpeedTest(comp_mask_pred_func test_impl, in RunSpeedTest() argument
131 comp_mask_pred_func funcs[2] = { aom_comp_mask_pred_c, test_impl }; in RunSpeedTest()
180 void RunCheckOutput(comp_mask_pred_func test_impl, BLOCK_SIZE bsize, int inv);
181 void RunSpeedTest(comp_mask_pred_func test_impl, BLOCK_SIZE bsize,
187 void AV1CompMaskUpVarianceTest::RunCheckOutput(comp_mask_pred_func test_impl, in RunCheckOutput() argument
208 aom_comp_mask_pred = test_impl; // test in RunCheckOutput()
[all …]
Dframe_error_test.cc50 void RandomValues(frame_error_func test_impl, int width, int height);
51 void ExtremeValues(frame_error_func test_impl, int width, int height);
52 void RunSpeedTest(frame_error_func test_impl, int width, int height);
56 void AV1FrameErrorTest::RandomValues(frame_error_func test_impl, int width, in RandomValues() argument
72 const int64_t test_error = test_impl(ref, stride, dst, width, height, stride); in RandomValues()
78 void AV1FrameErrorTest::ExtremeValues(frame_error_func test_impl, int width, in ExtremeValues() argument
99 test_impl(ref, stride, dst, width, height, stride); in ExtremeValues()
106 void AV1FrameErrorTest::RunSpeedTest(frame_error_func test_impl, int width, in RunSpeedTest() argument
120 frame_error_func funcs[2] = { av1_calc_frame_error_c, test_impl }; in RunSpeedTest()
Dav1_round_shift_array_test.cc49 void RunCheckOutput(comp_round_shift_array_func test_impl, BLOCK_SIZE bsize,
51 void RunSpeedTest(comp_round_shift_array_func test_impl, BLOCK_SIZE bsize,
60 comp_round_shift_array_func test_impl, BLOCK_SIZE bsize, int bit) { in RunCheckOutput() argument
70 test_impl(pred_, w, bit); in RunCheckOutput()
77 void AV1CompRoundShiftTest::RunSpeedTest(comp_round_shift_array_func test_impl, in RunSpeedTest() argument
88 comp_round_shift_array_func funcs[2] = { av1_round_shift_array_c, test_impl }; in RunSpeedTest()
Dreconinter_test.cc55 void RunTest(buildcompdiffwtdmaskd_func test_impl, const int is_speed,
86 void RunCheckOutput(buildcompdiffwtdmaskd16_func test_impl);
87 void RunSpeedTest(buildcompdiffwtdmaskd16_func test_impl,
93 buildcompdiffwtdmaskd16_func test_impl) { in RunCheckOutput() argument
118 test_impl(mask_test, (DIFFWTD_MASK_TYPE)mask_type, src0, width, src1, width, in RunCheckOutput()
134 buildcompdiffwtdmaskd16_func test_impl, DIFFWTD_MASK_TYPE mask_type) { in RunSpeedTest() argument
169 test_impl(mask, mask_type, src0, width, src1, width, height, width, in RunSpeedTest()
178 void BuildCompDiffwtdMaskTest::RunTest(buildcompdiffwtdmaskd_func test_impl, in RunTest() argument
203 test_impl(mask_test, type, src0, width, src1, width, height, width); in RunTest()
Dhiprec_convolve_test_util.h54 void RunCheckOutput(hiprec_convolve_func test_impl);
55 void RunSpeedTest(hiprec_convolve_func test_impl);
85 void RunCheckOutput(highbd_hiprec_convolve_func test_impl);
86 void RunSpeedTest(highbd_hiprec_convolve_func test_impl);
Dwarp_filter_test_util.h60 void RunCheckOutput(warp_affine_func test_impl);
61 void RunSpeedTest(warp_affine_func test_impl);
96 void RunCheckOutput(highbd_warp_affine_func test_impl);
97 void RunSpeedTest(highbd_warp_affine_func test_impl);
Dcomp_avg_pred_test.h98 void RunCheckOutput(distwtdcompavg_func test_impl) { in RunCheckOutput() argument
128 test_impl(output2, pred8 + offset_r * w + offset_c, in_w, in_h, in RunCheckOutput()
143 void RunSpeedTest(distwtdcompavg_func test_impl) { in RunSpeedTest() argument
183 test_impl(output2, pred8, in_w, in_h, ref8, in_w, &dist_wtd_comp_params); in RunSpeedTest()
202 void RunCheckOutput(distwtdcompavgupsampled_func test_impl) { in RunCheckOutput() argument
242 test_impl(NULL, NULL, 0, 0, NULL, output2, in RunCheckOutput()
265 void RunSpeedTest(distwtdcompavgupsampled_func test_impl) { in RunSpeedTest() argument
310 test_impl(NULL, NULL, 0, 0, NULL, output2, pred8, in_w, in_h, sub_x_q3, in RunSpeedTest()
332 void RunCheckOutput(distwtdcompavg_func test_impl) { in RunCheckOutput() argument
364 test_impl(CONVERT_TO_BYTEPTR(output2), in RunCheckOutput()
[all …]
Dav1_convolve_2d_test_util.cc41 void AV1Convolve2DSrTest::RunCheckOutput(convolve_2d_func test_impl) { in RunCheckOutput() argument
88 test_impl(input + offset_r * w + offset_c, w, output2, in RunCheckOutput()
112 void AV1Convolve2DSrTest::RunSpeedTest(convolve_2d_func test_impl) { in RunSpeedTest() argument
151 test_impl(input, w, output, MAX_SB_SIZE, out_w, out_h, filter_params_x, in RunSpeedTest()
168 void AV1JntConvolve2DTest::RunCheckOutput(convolve_2d_func test_impl) { in RunCheckOutput() argument
218 test_impl(input + offset_r * w + offset_c, w, output8_2, in RunCheckOutput()
267 test_impl(input + offset_r * w + offset_c, w, output8_2, in RunCheckOutput()
304 void AV1JntConvolve2DTest::RunSpeedTest(convolve_2d_func test_impl) { in RunSpeedTest() argument
347 test_impl(input + offset_r * w + offset_c, w, output8, MAX_SB_SIZE, out_w, in RunSpeedTest()
376 highbd_convolve_2d_func test_impl) { in RunSpeedTest() argument
[all …]
Dhiprec_convolve_test_util.cc90 void AV1HiprecConvolveTest::RunCheckOutput(hiprec_convolve_func test_impl) { in RunCheckOutput() argument
122 test_impl(input + offset_r * w + offset_c, w, output2, out_w, hkernel, 16, in RunCheckOutput()
136 void AV1HiprecConvolveTest::RunSpeedTest(hiprec_convolve_func test_impl) { in RunSpeedTest() argument
181 test_impl(input + j * w + k, w, output2, out_w, hkernel, 16, vkernel, in RunSpeedTest()
228 highbd_hiprec_convolve_func test_impl) { in RunCheckOutput() argument
264 test_impl(input_ptr + offset_r * w + offset_c, w, output2_ptr, out_w, in RunCheckOutput()
279 highbd_hiprec_convolve_func test_impl) { in RunSpeedTest() argument
328 test_impl(input_ptr + j * w + k, w, output2_ptr, out_w, hkernel, 16, in RunSpeedTest()
Dwarp_filter_test_util.cc114 void AV1WarpFilterTest::RunSpeedTest(warp_affine_func test_impl) { in RunSpeedTest() argument
160 test_impl(mat, input, w, h, stride, output, 32, 32, out_w, out_h, out_w, in RunSpeedTest()
173 void AV1WarpFilterTest::RunCheckOutput(warp_affine_func test_impl) { in RunCheckOutput() argument
246 test_impl(mat, input, w, h, stride, output2, 32, 32, out_w, out_h, in RunCheckOutput()
306 void AV1HighbdWarpFilterTest::RunSpeedTest(highbd_warp_affine_func test_impl) { in RunSpeedTest() argument
355 test_impl(mat, input, w, h, stride, output, 32, 32, out_w, out_h, out_w, in RunSpeedTest()
369 highbd_warp_affine_func test_impl) { in RunCheckOutput() argument
447 test_impl(mat, input, w, h, stride, output2, 32, 32, out_w, out_h, in RunCheckOutput()
/external/llvm-project/libcxxabi/test/
Dguard_threaded_test.pass.cpp304 void test_impl() { in test_impl() function
340 test_impl<MutexImpl>(); in test_all_impls()
342 test_impl<FutexImpl>(); in test_all_impls()