Change expand_alpha_rev to expand_alpha in mmxSaturateU

This commit is contained in:
Soren Sandmann Pedersen 2007-04-26 14:40:30 -04:00
parent a300ef84ce
commit 2208c6087d

View File

@ -640,7 +640,7 @@ mmxCombineSaturateU (CARD32 *dest, const CARD32 *src, int width)
if (sa > da) {
__m64 msa = load8888(FbIntDiv(da, sa) << 24);
msa = expand_alpha_rev(msa);
msa = expand_alpha(msa);
ms = pix_multiply(ms, msa);
}
md = pix_add(md, ms);