Commit 3e5ea9e4 authored by Michael Niedermayer's avatar Michael Niedermayer

dirac: disable ff_horizontal_compose_haar0i_sse2() the function is not bitexact

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 8af4ac52
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment