Lines Matching refs:baseIdx
83 int baseIdx, Size size) in calcRelativeMotions() argument
88 relForwardMotions[baseIdx].first.create(size, CV_32FC1); in calcRelativeMotions()
89 relForwardMotions[baseIdx].first.setTo(Scalar::all(0)); in calcRelativeMotions()
90 relForwardMotions[baseIdx].second.create(size, CV_32FC1); in calcRelativeMotions()
91 relForwardMotions[baseIdx].second.setTo(Scalar::all(0)); in calcRelativeMotions()
94 relBackwardMotions[baseIdx].first.create(size, CV_32FC1); in calcRelativeMotions()
95 relBackwardMotions[baseIdx].first.setTo(Scalar::all(0)); in calcRelativeMotions()
96 relBackwardMotions[baseIdx].second.create(size, CV_32FC1); in calcRelativeMotions()
97 relBackwardMotions[baseIdx].second.setTo(Scalar::all(0)); in calcRelativeMotions()
99 for (int i = baseIdx - 1; i >= 0; --i) in calcRelativeMotions()
108 for (int i = baseIdx + 1; i < count; ++i) in calcRelativeMotions()
217 int baseIdx);
299 int baseIdx) in process() argument
330 …rdMotions, backwardMotions, lowResForwardMotions_, lowResBackwardMotions_, baseIdx, src[0].size()); in process()
345 cuda::resize(src[baseIdx], highRes_, highResSize, 0, 0, INTER_CUBIC); in process()
557 int baseIdx = -1; in processFrame() local
562 baseIdx = k; in processFrame()
572 process(srcFrames_, at(idx, outputs_), srcForwardMotions_, srcBackwardMotions_, baseIdx); in processFrame()