Lines Matching refs:height
66 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
117 for( ; size.height--; src0 += step1, dst0 += step ) \
266 dy = size.height;
283 dy = CV_MAX_LOCAL_SIZE/(elem_size*size.height);
285 dy = MIN(dy,size.height);
309 for( y = 0; y < size.height; y += dy )
312 tsize.height = dy;
313 if( y + dy > size.height )
314 tsize.height = size.height - y;
315 height == 1 )
317 tsize.width *= tsize.height;
318 tsize.height = 1;
322 cvSize(tsize.width*elem_size, tsize.height), buf, elem_size1 ));
433 dy = size.height;
450 dy = CV_MAX_LOCAL_SIZE/(elem_size*size.height);
452 dy = MIN(dy,size.height);
476 for( y = 0; y < size.height; y += dy )
479 tsize.height = dy;
480 if( y + dy > size.height )
481 tsize.height = size.height - y;
482 if( cont_flag || tsize.height == 1 )
484 tsize.width *= tsize.height;
485 tsize.height = 1;
491 cvSize(tsize.width*elem_size, tsize.height) ));
577 for( ; size.height--; src1 += step1, dst += step )
683 size.width *= size.height;
685 size.height = 1;