Lines Matching refs:bufsize
1330 int bufsize;1339 bufsize = var_count*(sizeof(float) + sizeof(uchar));1340 if( bufsize <= CV_MAX_LOCAL_SIZE )1341 buf = (float*)cvStackAlloc( bufsize );1344 CV_CALL( buf = (float*)cvAlloc( bufsize ));