Home
last modified time | relevance | path

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

/external/opencv3/modules/video/src/
Dtvl1flow.cpp1068 const float u2k = u2Row[x]; in estimateU() local
1074 …r += use_gamma?(u1Row[x] - u1k) * (u1Row[x] - u1k) + (u2Row[x] - u2k) * (u2Row[x] - u2k) + (u3Row[… in estimateU()
1075 … (u1Row[x] - u1k) * (u1Row[x] - u1k) + (u2Row[x] - u2k) * (u2Row[x] - u2k); in estimateU()