Home | History | Annotate | Download | only in src

Lines Matching refs:width

77         memcpy( dst, src, size.width );
88 // imgStep, // full width of input images in bytes
96 // velStep); // full width of velocity frames in bytes
118 int stand_accept_level = blockSize.height * blockSize.width * SMALL_DIFF;
119 int stand_escape_level = blockSize.height * blockSize.width * BIG_DIFF;
127 /* have not full width - BorderWidth */
147 int blSize = blockSize.width * blockSize.height;
178 ss = (CvPoint *) cvAlloc( (2 * maxRange.width + 1) * (2 * maxRange.height + 1) *
190 int X_shift_count = maxRange.width / shiftSize.width;
208 int x = -(i + 1) * shiftSize.width;
213 x += shiftSize.width;
229 x -= shiftSize.width;
246 int xleft = -min_count * shiftSize.width;
260 x += shiftSize.width;
270 x += shiftSize.width;
282 int x = -(i + 1) * shiftSize.width;
311 NumberBlocksX = (int) imgSize.width / blockSize.width;
315 BorderWidth = imgSize.width % blockSize.width;
319 BorderWidth = blockSize.width;
372 /* calculate width of current block */
373 CurrentWidth = (j == NumberBlocksX - 1) ? BorderWidth : blockSize.width;
382 CurSize.width = CurrentWidth;
388 CurSize.width, CurSize );
390 imgStep, blockB, CurSize.width, CurSize );
400 icvCopyBM_8u_C1R( imgA + X1, imgStep, blockA, blockSize.width, CurSize );
402 blockB, blockSize.width, CurSize );
407 int tmp = CurSize.width * CurSize.height;
452 if( X2 + CurrentWidth >= imgSize.width )
460 imgStep, blockB, CurSize.width, CurSize );
468 blockB, blockSize.width, CurSize );
515 X1 += blockSize.width;
590 (unsigned)(velx->width*blockSize.width - srcA->width) >= (unsigned)blockSize.width ||