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