Searched refs:kMaxPredictNumBy2 (Results 1 – 3 of 3) sorted by relevance
77 const size_t kMaxPredictNumBy2 = 2; variable
1928 if (res_this > kMaxPredictNumBy2) in inner_predict()1929 res_this = kMaxPredictNumBy2; in inner_predict()