Lines Matching defs:tests
296 const test tests[] = {
308 for (size_t t = 0; t < FF_ARRAY_ELEMS(tests); ++t) {
309 void (*func)(uint8_t *, ptrdiff_t, int16_t *) = *(void **)((intptr_t) &h + tests[t].offset);
310 if (check_func(func, "vc1dsp.%s", tests[t].name)) {
315 coeffs = generate_inverse_quantized_transform_coefficients(tests[t].width, tests[t].height);
316 for (int j = 0; j < tests[t].height; ++j)
317 for (int i = 0; i < tests[t].width; ++i) {
319 inv_trans_in1[idx] = inv_trans_in0[idx] = coeffs->d[j * tests[t].width + i];
343 const test tests[] = {
354 for (size_t t = 0; t < FF_ARRAY_ELEMS(tests); ++t) {
355 void (*func)(uint8_t *, ptrdiff_t, int) = *(void **)((intptr_t) &h + tests[t].offset);
357 if (check_func(func, "vc1dsp.%s", tests[t].name)) {
370 if (check_func(func, "vc1dsp.%s_bestcase", tests[t].name))
372 if (check_func(func, "vc1dsp.%s_worstcase", tests[t].name))