Here is a patch to make some of the MMX optimizations available on
x86_64 as well. I have extracted it from the MPlayer local patch set.
Please apply.
Diego
Index: idct_mmx.c
===
--- idct_mmx.c (revision 1152)
+++ idct_mmx.c (working
This patch makes sure that VIS stuff is only used when enabled.
Diego
Index: libmpeg2/cpu_accel.c
===
--- libmpeg2/cpu_accel.c (revision 1152)
+++ libmpeg2/cpu_accel.c (working copy)
@@ -127,7 +127,7 @@
}
#endif /* ARCH_X86 */
-#i
This patch makes sure that AltiVec stuff is only used when enabled.
Diego
Index: libmpeg2/motion_comp.c
===
--- libmpeg2/motion_comp.c (revision 1152)
+++ libmpeg2/motion_comp.c (working copy)
@@ -42,7 +42,7 @@
mpeg2_mc = mpeg2_mc_m
Hi Keith
The problem was with the code [on the subtraction betwen the stop and start
time between the pictures] as you said. I have
removed the errror and I wanted to ensure, whether the following steps in
the below is the procedure to calculate the decoding time?
In the soource code mpeg2dec.c,