Home
last modified time | relevance | path

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

/external/opencv3/modules/video/src/
Dtvl1flow.cpp619 const float* u1Row = u1[y]; in operator ()() local
627 map1Row[x] = x + u1Row[x]; in operator ()()
890 const float* u1Row = u1[y]; in operator ()() local
905 rhoRow[x] = (I1wRow[x] - I1wxRow[x] * u1Row[x] - I1wyRow[x] * u2Row[x] - I0Row[x]); in operator ()()
963 const float* u1Row = u1[y]; in operator ()() local
975 …const float rho = use_gamma ? rhoRow[x] + (I1wxRow[x] * u1Row[x] + I1wyRow[x] * u2Row[x]) + gamma … in operator ()()
976 … rhoRow[x] + (I1wxRow[x] * u1Row[x] + I1wyRow[x] * u2Row[x]); in operator ()()
1000 v1Row[x] = u1Row[x] + d1; in operator ()()
1060 float* u1Row = u1[y]; in estimateU() local
1067 const float u1k = u1Row[x]; in estimateU()
[all …]