Searched refs:bufferBytes (Results 1 – 2 of 2) sorted by relevance
87 int pyrBytes, bufferBytes = 0, elem_size; in icvInitPyramidalAlgorithm() local144 bufferBytes = (int)((level1 >= 0) * ((pyrA->data.ptr == 0) + in icvInitPyramidalAlgorithm()149 CV_CALL( *buffer = (uchar *)cvAlloc( bufferBytes )); in icvInitPyramidalAlgorithm()292 int bufferBytes = 0; in cvCalcOpticalFlowPyrLK() local417 bufferBytes = (srcPatchLen + patchLen * 3) * sizeof( _patchI[0][0] ) * threadCount; in cvCalcOpticalFlowPyrLK()418 CV_CALL( buffer = (uchar*)cvAlloc( bufferBytes )); in cvCalcOpticalFlowPyrLK()681 int bufferBytes = 0; in cvCalcAffineFlowPyrLK() local770 bufferBytes = (srcPatchLen + patchLen*3)*sizeof(patchI[0]) + (36*2 + 6)*sizeof(double); in cvCalcAffineFlowPyrLK()772 CV_CALL( buffer = (uchar*)cvAlloc(bufferBytes)); in cvCalcAffineFlowPyrLK()
1497 uint32 bufferBytes = 0; in FindImageDigest() local1499 if (!SafeUint32Mult (kBufferRows, buffer.fRowStep, &bufferBytes) || in FindImageDigest()1500 !SafeUint32Mult (bufferBytes, buffer.fPixelSize, &bufferBytes)) in FindImageDigest()1507 AutoPtr<dng_memory_block> bufferData (host.Allocate (bufferBytes)); in FindImageDigest()