Home | History | Annotate | Download | only in src

Lines Matching refs:_kx

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();
692 const float* kx = (const float*)_kx->data.ptr;
694 int ksize = _kx->cols + _kx->rows - 1, ksize2 = ksize/2;