Home | History | Annotate | Download | only in wtf

Lines Matching full:shift_amount

712 static const int shift_amount[2] = { 3, 7 };  // For divides by 8 or 128
719 return static_cast<int>((s + add_amount[i]) >> shift_amount[i]);
854 // Do some sanity checking on add_amount[]/shift_amount[]/class_array[]