mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-06 09:49:56 +00:00
vc1_inv_trans_8x4_altivec() is supposed to process a block of 8x4 words, yet it read and processed eight lines. This led to ASAN failures (see [1]) that this commit intends to fix. It should also lead to performance improvements, but I don't have real hardware to bench it. [1]: https://fate.ffmpeg.org/report.cgi?time=20251207214004&slot=ppc64-linux-gcc-14.3-asan Reviewed-by: Sean McGovern <gseanmcg@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> |
||
|---|---|---|
| .. | ||
| asm.S | ||
| audiodsp.c | ||
| blockdsp.c | ||
| fdct.h | ||
| fdctdsp.c | ||
| fmtconvert_altivec.c | ||
| h264chroma_init.c | ||
| h264chroma_template.c | ||
| h264dsp.c | ||
| h264qpel.c | ||
| h264qpel_template.c | ||
| hevcdsp.c | ||
| hevcdsp_template.c | ||
| hpeldsp_altivec.c | ||
| hpeldsp_altivec.h | ||
| idctdsp.c | ||
| lossless_videodsp_altivec.c | ||
| Makefile | ||
| mathops.h | ||
| me_cmp.c | ||
| mpeg4videodsp.c | ||
| mpegaudiodsp_altivec.c | ||
| mpegvideo_altivec.c | ||
| mpegvideoencdsp.c | ||
| pixblockdsp.c | ||
| svq1enc_altivec.c | ||
| vc1dsp_altivec.c | ||
| videodsp.c | ||
| vorbisdsp_altivec.c | ||
| vp3dsp_altivec.c | ||
| vp8dsp_altivec.c | ||