Change #272100
| Category | ffmpeg |
| Changed by | Ramiro Polla <ramiro.polla@gmail.com> |
| Changed at | Mon 22 Jun 2026 13:56:31 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | a016f34d176bf9c541a6bb5b3e5f8b1dcaae786d |
Comments
swscale/aarch64/ops: remove redundant linear combinations There is no easy optimization that can be triggered by knowing that the offset is exactly 1. This led to identical functions being instantiated for different params. Also simplified the AVRational comparisons a bit. Sponsored-by: Sovereign Tech Fund Signed-off-by: Ramiro Polla <ramiro.polla@gmail.com>
Changed files
- libswscale/aarch64/ops_entries.c
- libswscale/aarch64/ops_impl_conv.c