Home
last modified time | relevance | path

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

/external/opencv3/modules/video/src/
Dtvl1flow.cpp965 const float* u3Row = use_gamma?u3[y]:NULL; in operator ()() local
975 … rho = use_gamma ? rhoRow[x] + (I1wxRow[x] * u1Row[x] + I1wyRow[x] * u2Row[x]) + gamma * u3Row[x] : in operator ()()
1002 if (use_gamma) v3Row[x] = u3Row[x] + d3; in operator ()()
1062 float* u3Row = use_gamma?u3[y]:NULL; in estimateU() local
1069 const float u3k = use_gamma?u3Row[x]:0; in estimateU()
1073 if (use_gamma) u3Row[x] = v3Row[x] + theta * divP3Row[x]; in estimateU()
1074 …1k) * (u1Row[x] - u1k) + (u2Row[x] - u2k) * (u2Row[x] - u2k) + (u3Row[x] - u3k) * (u3Row[x] - u3k): in estimateU()