[FFmpeg-devel] [PATCH 1/4] lavc/vp9dsp: R-V V ipred dc
Rémi Denis-Courmont
remi at remlab.net
Wed Apr 3 23:21:54 EEST 2024
Le torstaina 28. maaliskuuta 2024, 4.44.33 EEST flow gg a écrit :
> I don't quite understand, I think here 8x8 because zve64x is not suitable
> for sharing, it shares between dc16x16 and dc32x32, there isn't much common
> code, it would require adding 3 if-else statements and function parameters,
> it feels okay not to extract too.
I agree that we can't realistically share code between the different block
sizes. My point was that the code after getdc is lengthy (after expansion) and
fixed for a given block size, so *that* code could be shared and jumped as
common function tail.
--
Rémi Denis-Courmont
http://www.remlab.net/
More information about the ffmpeg-devel
mailing list