Home | History | Annotate | Download | only in src

Lines Matching refs:CV_CALL

120     CV_CALL( stepDirections = (int*)cvAlloc( numStepDirections*2*sizeof(stepDirections[0])));
126 CV_CALL( memorySteps = (int*)cvAlloc( numStepDirections*sizeof(memorySteps[0])));
137 CV_CALL( newGLCM = (CvGLCM*)cvAlloc(sizeof(newGLCM)));
286 CV_CALL( destGLCM->matrices = (double***)cvAlloc( sizeof(matrices[0])*numSteps ));
291 CV_CALL( matrices[stepLoop] = (double**)cvAlloc( sizeof(matrices[0])*matrixSideLength ));
292 CV_CALL( matrices[stepLoop][0] = (double*)cvAlloc( sizeof(matrices[0][0])*
304 CV_CALL( stepIncrementsCounter = (int*)cvAlloc( numSteps*sizeof(stepIncrementsCounter[0])));
374 CV_CALL( cvReleaseGLCM( &destGLCM, CV_GLCM_DESC ));
386 CV_CALL( destGLCM->descriptors = (double**)
391 CV_CALL( destGLCM->descriptors[ matrixLoop ] =