Lines Matching refs:l_t
221 … const float l_t, const float theta, const float gamma, const bool calcError) in estimateUKernel() argument
244 if (rho < -l_t * gradVal) in estimateUKernel()
246 d1 = l_t * I1wxVal; in estimateUKernel()
247 d2 = l_t * I1wyVal; in estimateUKernel()
249 d3 = l_t * gamma; in estimateUKernel()
251 else if (rho > l_t * gradVal) in estimateUKernel()
253 d1 = -l_t * I1wxVal; in estimateUKernel()
254 d2 = -l_t * I1wyVal; in estimateUKernel()
256 d3 = -l_t * gamma; in estimateUKernel()
300 float l_t, float theta, float gamma, bool calcError, in estimateU() argument
306 …(I1wx, I1wy, grad, rho_c, p11, p12, p21, p22, p31, p32, u1, u2, u3, error, l_t, theta, gamma, calc… in estimateU()