1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00
Files
FFmpeg/libavcodec
Andreas Rheinhardt 99209c2876 avcodec/x86/mpegvideoenc_template: Reduce number of registers used
qmat and bias always have a constant offset, so one can use one register
to address both of them. This allows to remove the check for HAVE_6REGS
(untested on a system where HAVE_6REGS is false).
Also avoid FF_REG_a while at it.

Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2025-11-18 20:41:13 +01:00
..
2025-11-05 15:13:54 +00:00
2025-11-05 16:31:59 +00:00
2025-11-08 18:48:54 +01:00
2025-11-08 01:17:46 +01:00
2025-11-09 02:42:17 +01:00
2025-11-10 01:46:52 +00:00
2025-11-04 10:28:57 +00:00