mirror of https://github.com/FFmpeg/FFmpeg.git
This unbreaks the fate-checkasm-hevc_pel test on arm targets. The assembly assumed that the width passed to the DSP functions is a multiple of 8, while the checkasm test used other widths too. This wasn't noticed before, because the hevc_pel checkasm tests (that were added inpull/365/head9c513edb79
in January) weren't run as part of fate until inb492cacffd
in August. As this hasn't been an issue in practice with actual full decoding tests, it seems like the actual decoder doesn't call these functions with such widths. Therefore, we could alternatively fix the test to only test things that the real decoder does, and this modification could be reverted. Signed-off-by: Martin Storsjö <martin@martin.st>
parent
d48232fb4c
commit
2589060b92
1 changed files with 9 additions and 9 deletions
Loading…
Reference in new issue