Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/
Dcuda_types.hpp98 … __CV_CUDA_HOST_DEVICE__ PtrStep(T* data_, size_t step_) : DevPtr<T>(data_), step(step_) {} in PtrStep()
112 __CV_CUDA_HOST_DEVICE__ PtrStepSz(int rows_, int cols_, T* data_, size_t step_) in PtrStepSz()
113 : PtrStep<T>(data_, step_), cols(cols_), rows(rows_) {} in PtrStepSz()
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
191 return new Iterator(this, begin_, 0, step_); in Begin()
194 return new Iterator(this, end_, end_index_, step_); in End()
202 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
209 value_ = value_ + step_; in Advance()
231 step_(other.step_) {} in Iterator()
239 const IncrementT step_; variable
256 const IncrementT step_; variable
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
191 return new Iterator(this, begin_, 0, step_); in Begin()
194 return new Iterator(this, end_, end_index_, step_); in End()
202 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
209 value_ = value_ + step_; in Advance()
231 step_(other.step_) {} in Iterator()
239 const IncrementT step_; variable
256 const IncrementT step_; variable
/external/protobuf/gtest/include/gtest/internal/
Dgtest-param-util.h186 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
190 return new Iterator(this, begin_, 0, step_); in Begin()
193 return new Iterator(this, end_, end_index_, step_); in End()
201 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
208 value_ = value_ + step_; in Advance()
230 step_(other.step_) {} in Iterator()
238 const IncrementT step_; variable
255 const IncrementT step_; variable
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
191 return new Iterator(this, begin_, 0, step_); in Begin()
194 return new Iterator(this, end_, end_index_, step_); in End()
202 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
209 value_ = value_ + step_; in Advance()
231 step_(other.step_) {} in Iterator()
239 const IncrementT step_; variable
256 const IncrementT step_; variable
/external/gtest/include/gtest/internal/
Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
191 return new Iterator(this, begin_, 0, step_); in Begin()
194 return new Iterator(this, end_, end_index_, step_); in End()
202 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
209 value_ = value_ + step_; in Advance()
231 step_(other.step_) {} in Iterator()
239 const IncrementT step_; variable
256 const IncrementT step_; variable
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
191 return new Iterator(this, begin_, 0, step_); in Begin()
194 return new Iterator(this, end_, end_index_, step_); in End()
202 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
209 value_ = value_ + step_; in Advance()
231 step_(other.step_) {} in Iterator()
239 const IncrementT step_; variable
256 const IncrementT step_; variable
/external/opencv3/modules/imgproc/src/
Dhistogram.cpp227 step_[0] = (&_deltas[0])[1]; in calcHist1D_Invoker()
236 T* p0 = p_[0] + range.begin() * (step_[0] + imageWidth_*d_[0]); in operator ()()
239 for( int row = range.begin(); row < range.end(); row++, p0 += step_[0] ) in operator ()()
275 int step_[one]; member in cv::calcHist1D_Invoker
301 step_[0] = (&_deltas[0])[1]; step_[1] = (&_deltas[0])[3]; in calcHist2D_Invoker()
311 T* p0 = p_[0] + range.begin()*(step_[0] + imageWidth_*d_[0]); in operator ()()
312 T* p1 = p_[1] + range.begin()*(step_[1] + imageWidth_*d_[1]); in operator ()()
315 for( int row = range.begin(); row < range.end(); row++, p0 += step_[0], p1 += step_[1] ) in operator ()()
349 int step_[two]; member in cv::calcHist2D_Invoker
376 step_[0] = (&_deltas[0])[1]; step_[1] = (&_deltas[0])[3]; step_[2] = (&_deltas[0])[5]; in calcHist3D_Invoker()
[all …]
/external/opencv3/modules/core/src/
Dcuda_gpu_mat.cpp49 cv::cuda::GpuMat::GpuMat(int rows_, int cols_, int type_, void* data_, size_t step_) : in GpuMat() argument
51 step(step_), data((uchar*)data_), refcount(0), in GpuMat()
75 cv::cuda::GpuMat::GpuMat(Size size_, int type_, void* data_, size_t step_) : in GpuMat() argument
77 step(step_), data((uchar*)data_), refcount(0), in GpuMat()
Ddownhill_simplex.cpp250 const double* step_ = step.ptr<double>(); in createInitialSimplex() local
256 simplex_i[i-1] += 0.5*step_[i-1]; in createInitialSimplex()
259 simplex_0[j] -= 0.5*step_[j]; in createInitialSimplex()
/external/deqp/modules/gles3/performance/
Des3pDepthTests.cpp87 SampleParams(int step_, int measurement_) : step(step_), measurement(measurement_) {} in SampleParams()
/external/guice/extensions/struts2/lib/
Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...
/external/protobuf/gtest/fused-src/gtest/
Dgtest.h8683 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
8687 return new Iterator(this, begin_, 0, step_);
8690 return new Iterator(this, end_, end_index_, step_);
8698 : base_(base), value_(value), index_(index), step_(step) {}
8705 value_ = value_ + step_;
8727 step_(other.step_) {}
8735 const IncrementT step_;
8752 const IncrementT step_;
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest.h10187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
10191 return new Iterator(this, begin_, 0, step_);
10194 return new Iterator(this, end_, end_index_, step_);
10202 : base_(base), value_(value), index_(index), step_(step) {}
10209 value_ = value_ + step_;
10231 step_(other.step_) {}
10239 const IncrementT step_;
10256 const IncrementT step_;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h10186 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
10190 return new Iterator(this, begin_, 0, step_);
10193 return new Iterator(this, end_, end_index_, step_);
10201 : base_(base), value_(value), index_(index), step_(step) {}
10208 value_ = value_ + step_;
10230 step_(other.step_) {}
10238 const IncrementT step_;
10255 const IncrementT step_;
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_gtest.h10247 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
10251 return new Iterator(this, begin_, 0, step_);
10254 return new Iterator(this, end_, end_index_, step_);
10262 : base_(base), value_(value), index_(index), step_(step) {}
10269 value_ = value_ + step_;
10291 step_(other.step_) {}
10299 const IncrementT step_;
10316 const IncrementT step_;