Home
last modified time | relevance | path

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

/external/opencv3/modules/video/src/
Dtvl1flow.cpp1112 const float* u2yRow = u2y[y]; in operator ()() local
1126 const float g2 = static_cast<float>(hypot(u2xRow[x], u2yRow[x])); in operator ()()
1136 p22Row[x] = (p22Row[x] + taut * u2yRow[x]) / ng2; in operator ()()