Searched refs:kMaxPredictNumBy3 (Results 1 – 3 of 3) sorted by relevance
76 const size_t kMaxPredictNumBy3 = 2; variable
1925 if (res_this > kMaxPredictNumBy3) in inner_predict()1926 res_this = kMaxPredictNumBy3; in inner_predict()