Home
last modified time | relevance | path

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

/external/opencv3/modules/video/src/
Dtvl1flow.cpp1113 const float* u3xRow = u3x[y]; in operator ()() local
1127 const float g3 = static_cast<float>(hypot(u3xRow[x], u3yRow[x])); in operator ()()
1137 if (use_gamma) p31Row[x] = (p31Row[x] + taut * u3xRow[x]) / ng3; in operator ()()