Searched defs:img_size (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c66 unsigned img_size = ((w + bw - 1) / bw) * ((h + bh - 1) / bh) * d * bpb; local
67 total_size += img_size;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c66 unsigned img_size = ((w + bw - 1) / bw) * ((h + bh - 1) / bh) * d * bpb; local
67 total_size += img_size;
/external/opencv/cvaux/src/
H A Dcvlines.cpp314 // img_size - width and height of the image in pixels
320 icvDeleteMoire8u( uchar * img, int img_step, CvSize img_size, int cn ) argument
325 if( !img || img_size.width <= 0 || img_size.height <= 0 || img_step < img_size.width * 3 )
328 img_size.width *= cn;
330 for( y = 1; y < img_size.height; y++, src = dst, dst += img_step )
335 for( x = 0; x < img_size.width; x++ )
342 for( x = 0; x < img_size.width; x += 3 )
375 CvSize img_size; local
413 CvSize img_size; local
457 CvSize img_size; local
[all...]
H A Dcveigenobjects.cpp1205 CvSize img_size = avg_size, old_size = avg_size; local
1215 cvGetImageRawData( img, &img_data, &img_step, &img_size );
1218 if( img_size != avg_size || img_size != old_size )
1226 old_size = img_size;
/external/opencv/cv/src/
H A Dcvtemplmatch.cpp398 CvSize img_size = cvGetMatSize(img), templ_size = cvGetMatSize(templ); local
401 img_size, templ->data.ptr,
H A Dcvcontours.cpp158 CvSize img_size; /* ROI size */ member in struct:_CvContourScanner
236 scanner->img_size.width = size.width - 1; /* exclude rightest column */
237 scanner->img_size.height = size.height - 1; /* exclude bottomost row */
863 width = scanner->img_size.width;
864 height = scanner->img_size.height;
1154 CvSize img_size; local
1201 img_size = cvGetMatSize( mat );
1222 for( j = 0; j < img_size.width; )
1224 for( ; j < img_size.width && !ICV_IS_COMPONENT_POINT(src_data[j]); j++ )
1226 if( j == img_size
[all...]
/external/kernel-headers/original/linux/
H A Da1026.h24 unsigned img_size; member in struct:a1026img
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp81 cvClipLine( CvSize img_size, CvPoint* pt1, CvPoint* pt2 ) argument
91 int right = img_size.width-1, bottom = img_size.height-1;

Completed in 215 milliseconds