Home | History | Annotate | Download | only in video

Lines Matching refs:Ashift

84       ((a<<dstfmt->Ashift)&dstfmt->Amask) )
139 amask = ((srcfmt->Amask) ? RESHIFT(srcfmt->Ashift) : 0x10) << (dstfmt->Ashift);
2003 Uint32 mask = (srcfmt->alpha >> dstfmt->Aloss) << dstfmt->Ashift;