Home | History | Annotate | Download | only in src

Lines Matching refs:el_sparse

127     el_sparse = 0;
136 el_sparse = 0;
146 cvFree( &el_sparse );
228 if( !(element && el_sparse &&
232 cvFree( &el_sparse );
234 CV_CALL( el_sparse = (uchar*)cvAlloc(
267 nz_loc = (CvPoint*)el_sparse;
659 CvPoint* el_sparse = (CvPoint*)state->get_element_sparse_buf();\
661 const arrtype** el_ptr = (const arrtype**)(el_sparse + el_count);\
670 el_ptr[k] = src[el_sparse[k].y]+el_sparse[k].x; \