Searched refs:icvIPPFilterNextStripe (Results 1 – 4 of 4) sorted by relevance
/external/opencv/cv/src/ |
D | _cvimgproc.h | 85 int icvIPPFilterNextStripe( const CvMat* src, CvMat* temp, int y,
|
D | cvcorner.cpp | 330 delta = icvIPPFilterNextStripe( src, tempsrc, y, el_size, el_anchor ); in icvCornerEigenValsVecs() 639 delta = icvIPPFilterNextStripe( src, tempsrc, y, el_size, el_anchor ); in cvPreCornerDetect()
|
D | cvfilter.cpp | 2301 int icvIPPFilterNextStripe( const CvMat* src, CvMat* temp, int y, in icvIPPFilterNextStripe() function 2691 dy = icvIPPFilterNextStripe( src, temp, y, el_size, anchor ); in cvFilter2D()
|
D | cvsmooth.cpp | 1420 dy = icvIPPFilterNextStripe( src, temp, y, el_size, el_anchor ); in cvSmooth()
|