Searched refs:flag_buf (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxpersistence.cpp4488 int* flag_buf = 0; local
4505 CV_CALL( flag_buf = (int*)cvAlloc( vtx_count*sizeof(flag_buf[0])));
4514 flag_buf[k] = vtx->flags;
4617 ((CvGraphVtx*)reader.ptr)->flags = flag_buf[vtx_count++];
4624 cvFree( &flag_buf );

Completed in 46 milliseconds