Change #264583
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Wed 15 Apr 2026 16:51:16 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 026a6a31018f470948b153e8516137783528921a |
Comments
tests/checkasm/sw_ops: remove redundant filter tests Most of these filters don't test anything meaningfully different relative to each other; the only filters that really have special significant are POINT (for now) and maybe BILINEAR down the line. Apart from that, SINC, combined with the src size loop, already tests both extreme cases (large and small filters), with large, oscillating unwindonwed weights. The other filters are not adding anything of substance to this, while massively slowing down the runtime of this test. We can, of course, change this if the backends ever get more nuanced handling. checkasm: all 855 tests passed (down from 1575) Signed-off-by: Niklas Haas <git@haasn.dev>
Changed files
- tests/checkasm/sw_ops.c