Home | History | Annotate | Download | only in src

Lines Matching refs:_ky

476                             const CvMat* _kx, const CvMat* _ky,
480 CvSepFilter::init( _max_width, _src_type, _dst_type, _kx, _ky,
491 const CvMat* _ky = state->get_y_kernel(); \
493 const dsttype* ky = (dsttype*)_ky->data.ptr; \
549 const CvMat* _ky = state->get_y_kernel();
551 const int* ky = (const int*)_ky->data.ptr;
691 const CvMat* _ky = state->get_y_kernel();
693 const float* ky = (const float*)_ky->data.ptr;