Home | History | Annotate | Download | only in source

Lines Matching defs:BG

438 #define BG UG * 128 + VG * 128
454 uint32 g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6);
466 *g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6);
837 uint32 bg = src_argb1[1];
840 dst_argb[1] = BLEND(fg, bg, a);
849 bg = src_argb1[4 + 1];
852 dst_argb[4 + 1] = BLEND(fg, bg, a);
866 uint32 bg = src_argb1[1];
869 dst_argb[1] = BLEND(fg, bg, a);