Home
last modified time | relevance | path

Searched refs:params_3 (Results 1 – 1 of 1) sorted by relevance

/external/libgav1/libgav1/src/
Dwarp_prediction.cc199 const int64_t params_3 = -a[0][1] * bx[0] + a[0][0] * bx[1]; in WarpEstimation() local
207 params[3] = static_cast<int32_t>(params_3) * division_factor; in WarpEstimation()
213 params[3] = RightShiftWithRoundingSigned(params_3 * division_factor, in WarpEstimation()