Lines Matching refs:taut
214 UMat &p11, UMat &p12, UMat &p21, UMat &p22, float taut);
323 UMat &p11, UMat &p12, UMat &p21, UMat &p22, float taut) in estimateDualVariables() argument
342 idxArg = kernel.set(idxArg, (float)(taut)); //float taut in estimateDualVariables()
1101 float taut; member
1129 const float ng1 = 1.0f + taut * g1; in operator ()()
1130 const float ng2 = 1.0f + taut * g2; in operator ()()
1131 const float ng3 = 1.0f + taut * g3; in operator ()()
1133 p11Row[x] = (p11Row[x] + taut * u1xRow[x]) / ng1; in operator ()()
1134 p12Row[x] = (p12Row[x] + taut * u1yRow[x]) / ng1; in operator ()()
1135 p21Row[x] = (p21Row[x] + taut * u2xRow[x]) / ng2; in operator ()()
1136 p22Row[x] = (p22Row[x] + taut * u2yRow[x]) / ng2; in operator ()()
1137 if (use_gamma) p31Row[x] = (p31Row[x] + taut * u3xRow[x]) / ng3; in operator ()()
1138 if (use_gamma) p32Row[x] = (p32Row[x] + taut * u3yRow[x]) / ng3; in operator ()()
1149 float taut, bool use_gamma) in estimateDualVariables() argument
1177 body.taut = taut; in estimateDualVariables()
1228 const float taut = static_cast<float>(tau / theta); in procOneScale_ocl() local
1263 if (!estimateDualVariables(u1, u2, p11, p12, p21, p22, taut)) in procOneScale_ocl()
1324 const float taut = static_cast<float>(tau / theta); in procOneScale() local
1362 …estimateDualVariables(u1x, u1y, u2x, u2y, u3x, u3y, p11, p12, p21, p22, p31, p32, taut, use_gamma); in procOneScale()