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

  /external/opencv/cv/src/
cvderiv.cpp 476 const CvMat* _kx, const CvMat* _ky,
480 CvSepFilter::init( _max_width, _src_type, _dst_type, _kx, _ky,
490 const CvMat* _kx = state->get_x_kernel(); \
492 const dsttype* kx = (dsttype*)_kx->data.ptr; \
494 int ksize = _kx->cols + _kx->rows - 1; \
548 const CvMat* _kx = state->get_x_kernel();
550 const int* kx = (const int*)_kx->data.ptr;
552 int ksize = _kx->cols + _kx->rows - 1, ksize2 = ksize/2
690 const CvMat* _kx = state->get_x_kernel(); local
    [all...]
  /external/opencv3/modules/imgproc/src/
filter.cpp 531 const int* _kx = kernel.ptr<int>(); local
544 f = _mm_cvtsi32_si128(_kx[k]);
575 f = _mm_cvtsi32_si128(_kx[k]);
1224 const float* _kx = kernel.ptr<float>(); local
1436 const float* _kx = kernel.ptr<float>(); local
1477 const float* _kx = (const float*)kernel.data; local
    [all...]

Completed in 96 milliseconds