Searched defs:_ky (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvderiv.cpp476 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(); local
693 const float* ky = (const float*)_ky->data.ptr;

Completed in 287 milliseconds