Searched defs:stripe_size (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cv/src/ |
D | cvcorner.cpp | 226 CvSize el_size, size, stripe_size; in icvCornerEigenValsVecs() local 523 CvSize el_size, size, stripe_size; in cvPreCornerDetect() local
|
D | cvfilter.cpp | 2287 CvMat* icvIPPFilterInit( const CvMat* src, int stripe_size, CvSize ksize ) in icvIPPFilterInit() 2310 CvSize stripe_size, temp_size; in icvIPPFilterNextStripe() local 2398 int align, stripe_size; in icvIPPSepFilter() local 2651 int stripe_size = 1 << 16; // the optimal value may depend on CPU cache, in cvFilter2D() local
|
D | cvsmooth.cpp | 1406 int stripe_size = 1 << 14; // the optimal value may depend on CPU cache, in cvSmooth() local
|