Searched refs:kSourceHeight (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVBroxOpticalFlow.cu | 727 const Ncv32u kSourceHeight = frame0.height(); in NCVBroxOpticalFlow() local 729 …ncvAssertPrintReturn(frame1.width() == kSourceWidth && frame1.height() == kSourceHeight, "Frame di… in NCVBroxOpticalFlow() 731 uOut.height() == kSourceHeight && vOut.height() == kSourceHeight, NCV_INCONSISTENT_INPUT); in NCVBroxOpticalFlow() 752 const Ncv32u kSizeInPixelsAligned = alignUp(kSourceWidth, kStrideAlignmentFloat)*kSourceHeight; in NCVBroxOpticalFlow() 786 … alignUp(kSourceWidth, kStrideAlignmentFloat) * alignUp(kSourceHeight, kStrideAlignmentFloat)); in NCVBroxOpticalFlow() 833 …src_pitch_in_bytes, src_width_in_bytes, kSourceHeight, cudaMemcpyDeviceToDevice, stream), NCV_CUDA… in NCVBroxOpticalFlow() 836 …src_pitch_in_bytes, src_width_in_bytes, kSourceHeight, cudaMemcpyDeviceToDevice, stream), NCV_CUDA… in NCVBroxOpticalFlow() 847 pyr.h.push_back(kSourceHeight); in NCVBroxOpticalFlow() 852 Ncv32u prev_level_height = kSourceHeight; in NCVBroxOpticalFlow() 857 Ncv32u level_height = static_cast<Ncv32u>(ceilf(kSourceHeight * scale)); in NCVBroxOpticalFlow() [all …]
|