Searched refs:baseIdx (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/superres/src/ |
D | btv_l1.cpp | 59 int baseIdx, const Size & size) in ocl_calcRelativeMotions() argument 69 relForwardMotions[baseIdx].create(size, CV_32FC2); in ocl_calcRelativeMotions() 70 relForwardMotions[baseIdx].setTo(Scalar::all(0)); in ocl_calcRelativeMotions() 73 relBackwardMotions[baseIdx].create(size, CV_32FC2); in ocl_calcRelativeMotions() 74 relBackwardMotions[baseIdx].setTo(Scalar::all(0)); in ocl_calcRelativeMotions() 76 for (int i = baseIdx - 1; i >= 0; --i) in ocl_calcRelativeMotions() 82 for (int i = baseIdx + 1; i < count; ++i) in ocl_calcRelativeMotions() 95 int baseIdx, const Size & size) in calcRelativeMotions() argument 100 _relBackwardMotions, baseIdx, size)) in calcRelativeMotions() 110 relForwardMotions[baseIdx].create(size, CV_32FC2); in calcRelativeMotions() [all …]
|
D | btv_l1_cuda.cpp | 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() [all …]
|
/external/skia/src/gpu/ |
D | GrResourceProvider.cpp | 47 int baseIdx = i * patternSize; in createInstancedIndexBuffer() local 50 data[baseIdx+j] = baseVert + pattern[j]; in createInstancedIndexBuffer()
|
/external/icu/icu4c/source/i18n/ |
D | compactdecimalformat.cpp | 269 int32_t baseIdx = computeLog10(roundedDouble, TRUE); in format() local 270 double numberToFormat = roundedDouble / _divisors[baseIdx]; in format() 275 const CDFUnit* unit = getCDFUnitFallback(_unitsByVariant, variant, baseIdx); in format()
|