Home | History | Annotate | Download | only in source

Lines Matching refs:VG

433 #define VG -52 /* static_cast<int8>(-0.813 * 64 - 0.5) */
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);