Searched refs:cur_tile_size (Results 1 – 1 of 1) sorted by relevance
480 CvSize cur_tile_size = tile_size; in cvMoments() local481 if( y + cur_tile_size.height > size.height ) in cvMoments()482 cur_tile_size.height = size.height - y; in cvMoments()486 if( x + cur_tile_size.width > size.width ) in cvMoments()487 cur_tile_size.width = size.width - x; in cvMoments()492 mat->step, cur_tile_size, cn, coi, tiles + k*10 )); in cvMoments()