/external/opencv/cxcore/src/ |
cxmatmul.cpp | 127 icvGEMMSingleMul_##flavor( const arrtype* a_data, size_t a_step, \ 139 a_step /= sizeof(a_data[0]); \ 143 a_step0 = a_step; \ 157 if( a_step > 1 && n > 1 ) \ 165 if( a_step > 1 ) \ 169 a_buf[k] = a_data[a_step*k]; \ 373 icvGEMMBlockMul_##flavor( const arrtype* a_data, size_t a_step, \ 384 a_step /= sizeof(a_data[0]); \ 388 a_step0 = a_step; \ 746 a_step = A->step\/sizeof(a[0]), local 872 a_step = A->step\/sizeof(a[0]), local [all...] |
/external/opencv3/modules/core/src/ |
matmul.cpp | 131 GEMMSingleMul( const T* a_data, size_t a_step, 144 a_step /= sizeof(a_data[0]); 148 a_step0 = a_step; 162 if( a_step > 1 && n > 1 ) 174 if( a_step > 1 && a_size.height > 1 ) 179 a_buf[k] = a_data[a_step*k]; 380 GEMMBlockMul( const T* a_data, size_t a_step, 392 a_step /= sizeof(a_data[0]); 396 a_step0 = a_step; 575 static void GEMMSingleMul_32f( const float* a_data, size_t a_step, 943 a_step = A.step\/sizeof(a[0]), local 1071 a_step = A.step\/sizeof(a[0]), local [all...] |
opencl_kernels_core.cpp | [all...] |
/external/opencv3/modules/core/src/opencl/ |
gemm.cl | 19 #define IND_A mad24(y, A_step, A_offset) 46 __kernel void gemm(__global const uchar * A_ptr, int A_step, int A_offset,
|
/external/opencv3/modules/imgproc/test/ |
test_templmatch.cpp | 153 int a_step = img->step / CV_ELEM_SIZE(img->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/ts/src/ |
ts_func.cpp | [all...] |