FFmpeg/libavcodec/ppc
Andreas Rheinhardt 917652d7c8 avcodec/ppc/mpegvideo_altivec: Don't process coeffs as scalars
block_last_index and nCoeffs is an optimization designed
to avoid processing unnecessarily many coefficients; yet
it would be legal to always process all coefficients
(all coefficients beyond nCoeffs are zero anyway and
zeros are always unquantized to zeros). Therefore
one does not need a scalar tail.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2025-03-26 04:16:35 +01:00
..
asm.S
audiodsp.c
blockdsp.c
fdct.h Merge commit '1a583c0c60' 2014-07-19 14:10:25 +02:00
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 Merge commit 'ae116cd3ed' 2014-03-22 23:17:03 +01:00
idctdsp.c
lossless_audiodsp_altivec.c
lossless_videodsp_altivec.c
Makefile
mathops.h
me_cmp.c
mpeg4videodsp.c
mpegaudiodsp_altivec.c
mpegvideo_altivec.c avcodec/ppc/mpegvideo_altivec: Don't process coeffs as scalars 2025-03-26 04:16:35 +01:00
mpegvideoencdsp.c
pixblockdsp.c
svq1enc_altivec.c
vc1dsp_altivec.c
videodsp.c
vorbisdsp_altivec.c
vp3dsp_altivec.c
vp8dsp_altivec.c