Home | History | Annotate | Download | only in source

Lines Matching refs:UB

428 #define UB 127 /* min(63,static_cast<int8>(2.018 * 64)) */
437 #define BB UB * 128 + VB * 128
453 uint32 b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6);
465 *b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6);