Home
last modified time | relevance | path

Searched refs:vtx_buf (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
Dcxpersistence.cpp4633 CvGraphVtx** vtx_buf = 0; in icvReadGraph() local
4730 CV_CALL( vtx_buf = (CvGraphVtx**)cvAlloc( vtx_count * sizeof(vtx_buf[0]) )); in icvReadGraph()
4767 vtx_buf[i] = vtx; in icvReadGraph()
4784 vtx_buf[vtx1], vtx_buf[vtx2], 0, &edge )); in icvReadGraph()
4808 cvFree( &vtx_buf ); in icvReadGraph()
/external/opencv3/modules/core/src/
Dpersistence.cpp4565 CvGraphVtx** vtx_buf = 0; in icvReadGraph() local
4674 vtx_buf = (CvGraphVtx**)cvAlloc( vtx_count * sizeof(vtx_buf[0]) ); in icvReadGraph()
4712 vtx_buf[i] = vtx; in icvReadGraph()
4729 vtx_buf[vtx1], vtx_buf[vtx2], 0, &edge ); in icvReadGraph()
4750 cvFree( &vtx_buf ); in icvReadGraph()