[FFmpeg-cvslog] dirac: disable ff_horizontal_compose_haar0i_sse2() the function is not bitexact

Michael Niedermayer git at videolan.org
Tue Nov 1 00:49:55 CET 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Nov  1 00:43:05 2011 +0100| [3e5ea9e471d8f08bfa0c6aa86241393a3d08066a] | committer: Michael Niedermayer

dirac: disable ff_horizontal_compose_haar0i_sse2() the function is not bitexact

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3e5ea9e471d8f08bfa0c6aa86241393a3d08066a
---

 libavcodec/x86/dwt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/x86/dwt.c b/libavcodec/x86/dwt.c
index f3cc04c..cc0a711 100644
--- a/libavcodec/x86/dwt.c
+++ b/libavcodec/x86/dwt.c
@@ -175,7 +175,7 @@ void ff_spatial_idwt_init_mmx(DWTContext *d, enum dwt_type type)
         break;
     case DWT_DIRAC_HAAR0:
         d->vertical_compose   = vertical_compose_haar_sse2;
-        d->horizontal_compose = ff_horizontal_compose_haar0i_sse2;
+//MMXDISABLED         d->horizontal_compose = ff_horizontal_compose_haar0i_sse2;
         break;
     case DWT_DIRAC_HAAR1:
         d->vertical_compose   = vertical_compose_haar_sse2;



More information about the ffmpeg-cvslog mailing list