diff options
author | J. Dekker <jdek@itanimul.li> | 2024-08-13 14:14:41 +0200 |
---|---|---|
committer | J. Dekker <jdek@itanimul.li> | 2024-08-28 11:45:46 +0200 |
commit | e758b24396a427598ebb13e1589f6aeccdae0466 (patch) | |
tree | 2b8942d7383a286b5fd9debc04711b7eee2d16d0 /libavcodec/cbs_jpeg.c | |
parent | d0986709a8b3e31e5f81ad69c0fa22bdcc975b21 (diff) | |
download | ffmpeg-e758b24396a427598ebb13e1589f6aeccdae0466.tar.gz |
checkasm: add wildcompares for test & functions
Added:
--test=<pattern> Filter tests by glob style pattern.
--bench[=<pattern>] Run benchmark and optionally filter functions
by glob style pattern.
Example:
$ ./tests/checkasm/checkasm --bench=yuva*
[...]
yuva420p_bgr24_8_c: 34.5 ( 1.00x)
yuva420p_bgr24_8_ssse3: 31.1 ( 1.11x)
yuva420p_bgr24_128_c: 310.6 ( 1.00x)
yuva420p_bgr24_128_ssse3: 178.1 ( 1.74x)
yuva420p_bgr24_1080_c: 2509.6 ( 1.00x)
yuva420p_bgr24_1080_ssse3: 1471.5 ( 1.71x)
yuva420p_bgr24_1920_c: 4462.6 ( 1.00x)
yuva420p_bgr24_1920_ssse3: 2331.1 ( 1.91x)
[...]
Ported from dav1d.
Signed-off-by: J. Dekker <jdek@itanimul.li>
Diffstat (limited to 'libavcodec/cbs_jpeg.c')
0 files changed, 0 insertions, 0 deletions