HomeSort by relevance Sort by last modified time
    Searched defs:b_step (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/imgproc/test/
test_templmatch.cpp 154 int b_step = templ->step / CV_ELEM_SIZE(templ->type & CV_MAT_DEPTH_MASK); local
206 for( k = 0; k < height; k++, a += a_step, b += b_step )
216 for( k = 0; k < height; k++, a += a_step, b += b_step )
238 for( k = 0; k < height; k++, a += a_step, b += b_step )
248 for( k = 0; k < height; k++, a += a_step, b += b_step )
  /external/opencv3/modules/core/test/
test_math.cpp 1396 int M = b ? b->cols : 0, b_step = b ? b->step\/sizeof(double) : 0; local
    [all...]
  /external/opencv/cxcore/src/
cxmatmul.cpp 128 const arrtype* b_data, size_t b_step, \
140 b_step /= sizeof(b_data[0]); \
173 if( b_step > 1 ) \
177 b_buf[j] = b_data[j*b_step]; \
229 for( j = 0; j < d_size.width; j++, b_data += b_step, \
273 for( k = 0; k < n; k++, b += b_step ) \
303 for( k = 0; k < n; k++, b += b_step ) \
336 for( k = 0; k < n; k++, b_data += b_step ) \
374 const arrtype* b_data, size_t b_step, \
385 b_step /= sizeof(b_data[0]);
747 b_step = B->step\/sizeof(b[0]), local
873 b_step = B->step\/sizeof(b[0]), local
995 int b_step = B->step; local
    [all...]
  /external/opencv3/modules/core/src/
matmul.cpp 132 const T* b_data, size_t b_step,
145 b_step /= sizeof(b_data[0]);
183 if( b_step > 1 )
188 b_buf[j] = b_data[j*b_step];
237 for( j = 0; j < d_size.width; j++, b_data += b_step,
282 for( k = 0; k < n; k++, b += b_step )
312 for( k = 0; k < n; k++, b += b_step )
344 for( k = 0; k < n; k++, b_data += b_step )
381 const T* b_data, size_t b_step,
393 b_step /= sizeof(b_data[0])
944 b_step = B.step\/sizeof(b[0]), local
1072 b_step = B.step\/sizeof(b[0]), local
1193 size_t b_step = B.step; local
    [all...]

Completed in 2139 milliseconds