Change #264279
| Category | ffmpeg |
| Changed by | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |
| Changed at | Mon 13 Apr 2026 12:46:24 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 5f373872c06ff8978b2996b2532bb08e2ba131fa |
Comments
avcodec/x86/snow_dwt: Avoid slice_buffer in inner_add_yblock It is unnecessary and avoids the src_y parameter; it also makes this function more ASM-friendly. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Changed files
- libavcodec/snow.c
- libavcodec/snow.h
- libavcodec/snow_dwt.h
- libavcodec/x86/snowdsp.c