Home | History | Annotate | Download | only in video

Lines Matching full:ashift

1006 	Uint8  Ashift;
1393 #define ISOPAQUE(pixel, fmt) ((((pixel) & fmt->Amask) >> fmt->Ashift) == 255)
1396 ((unsigned)((((pixel) & fmt->Amask) >> fmt->Ashift) - 1U) < 254U)
1482 r->Ashift = df->Ashift;