Change #252792
| Category | ffmpeg |
| Changed by | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |
| Changed at | Fri 19 Dec 2025 20:55:53 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 9314d5cae8a9abf98ae82e764f3d0e5d3588b5c0 |
Comments
avcodec/x86/lossless_videodsp: Avoid aligned/unaligned versions For AVX2, movdqu is as fast as movdqa when used on aligned addresses, so don't instantiate aligned/unaligned versions. (The check was btw overtly strict: The AVX2 code only uses 16 byte stores, so it would be enough for dst to be 16-byte aligned.) Reviewed-by: Lynne <dev@lynne.ee> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavcodec/x86/lossless_videodsp.asm