Lines Matching refs:_kx
476 const CvMat* _kx, const CvMat* _ky, in init() argument
480 CvSepFilter::init( _max_width, _src_type, _dst_type, _kx, _ky, in init()
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(); in icvLaplaceCol_32s16s() local
550 const int* kx = (const int*)_kx->data.ptr; in icvLaplaceCol_32s16s()
552 int ksize = _kx->cols + _kx->rows - 1, ksize2 = ksize/2; in icvLaplaceCol_32s16s()
690 const CvMat* _kx = state->get_x_kernel(); in icvLaplaceCol_32f() local
692 const float* kx = (const float*)_kx->data.ptr; in icvLaplaceCol_32f()
694 int ksize = _kx->cols + _kx->rows - 1, ksize2 = ksize/2; in icvLaplaceCol_32f()