Home | History | Annotate | Download | only in src

Lines Matching full:baseidx

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