Home
last modified time | relevance | path

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

/external/opencv3/modules/video/src/
Dtvl1flow.cpp620 const float* u2Row = u2[y]; in operator ()() local
628 map2Row[x] = y + u2Row[x]; in operator ()()
891 const float* u2Row = u2[y]; in operator ()() local
905 rhoRow[x] = (I1wRow[x] - I1wxRow[x] * u1Row[x] - I1wyRow[x] * u2Row[x] - I0Row[x]); in operator ()()
964 const float* u2Row = u2[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 ()()
1001 v2Row[x] = u2Row[x] + d2; in operator ()()
1061 float* u2Row = u2[y]; in estimateU() local
1068 const float u2k = u2Row[x]; in estimateU()
[all …]