Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVBroxOpticalFlow.cu852 Ncv32u prev_level_height = kSourceHeight; in NCVBroxOpticalFlow() local
853 …while((prev_level_width > 15) && (prev_level_height > 15) && (static_cast<Ncv32u>(pyr.img0.size())… in NCVBroxOpticalFlow()
875 NcvSize32u srcSize (prev_level_width, prev_level_height); in NCVBroxOpticalFlow()
877 NcvRect32u srcROI (0, 0, prev_level_width, prev_level_height); in NCVBroxOpticalFlow()
902 prev_level_height = level_height; in NCVBroxOpticalFlow()