mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-01-12 00:06:51 +08:00
tests/checkasm: Add report to tests missing them
Reviewed-by: Kacper Michajłow <kasper93@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -116,4 +116,5 @@ static void check_cavs_qpeldsp(void)
|
||||
void checkasm_check_cavsdsp(void)
|
||||
{
|
||||
check_cavs_qpeldsp();
|
||||
report("qpeldsp");
|
||||
}
|
||||
|
||||
@@ -118,4 +118,5 @@ void checkasm_check_hpeldsp(void)
|
||||
}
|
||||
}
|
||||
}
|
||||
report("hpeldsp");
|
||||
}
|
||||
|
||||
@@ -269,5 +269,6 @@ void checkasm_check_mpegvideo_unquantize(void)
|
||||
|
||||
bench_new(&new, block_new, n, qscale);
|
||||
}
|
||||
report("%s", tests[i].name);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -105,4 +105,5 @@ void checkasm_check_qpeldsp(void)
|
||||
}
|
||||
}
|
||||
}
|
||||
report("mpeg4_qpeldsp");
|
||||
}
|
||||
|
||||
@@ -165,6 +165,9 @@ static void check_column_fidct(void)
|
||||
void checkasm_check_vf_fspp(void)
|
||||
{
|
||||
check_store_slice();
|
||||
report("store_slice");
|
||||
check_mul_thrmat();
|
||||
report("mul_thrmat");
|
||||
check_column_fidct();
|
||||
report("column_fidct");
|
||||
}
|
||||
|
||||
@@ -113,4 +113,5 @@ static void vp3_check_loop_filter(void)
|
||||
void checkasm_check_vp3dsp(void)
|
||||
{
|
||||
vp3_check_loop_filter();
|
||||
report("loop_filter");
|
||||
}
|
||||
|
||||
@@ -90,4 +90,5 @@ void checkasm_check_vp6dsp(void)
|
||||
fail();
|
||||
bench_new(dst_new, src, stride, h_weights, v_weights);
|
||||
}
|
||||
report("filter_diag4");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user