Searched refs:cols (Results 76 - 100 of 154) sorted by relevance

1234567

/external/opencv/cxcore/src/
H A Dcxdxt.cpp1822 if( (src->cols != 1 || dst->cols != 1 ||
1824 (src->cols/2+1 != dst->cols || src->rows != dst->rows) )
1830 if( (src->cols != 1 || dst->cols != 1 ||
1832 (dst->cols/2+1 != src->cols || src->rows != dst->rows) )
1840 if( src->cols == 1 && nonzero_rows > 0 )
1848 ((src->cols
[all...]
H A Dcxmatmul.cpp678 if( ((flags&CV_GEMM_C_T) == 0 && (C->cols != D->cols || C->rows != D->rows)) ||
679 ((flags&CV_GEMM_C_T) != 0 && (C->rows != D->cols || C->cols != D->rows)))
701 a_size.width = A->cols;
703 d_size.width = D->cols;
711 B->cols != d_size.width ||
718 B->cols != d_size.width ||
723 len = B->cols;
730 len = B->cols;
[all...]
H A Dcxjacobieigens.cpp390 if( src->cols != src->rows )
396 if( (evals->rows != src->rows || evals->cols != 1) &&
397 (evals->cols != src->rows || evals->rows != 1))
411 evals->data.fl, src->cols, (float)eps ));
418 evals->data.db, src->cols, eps ));
/external/opencv/cv/src/
H A Dcvmotempl.cpp213 CV_CALL( dX_min = cvCreateMat( mhi->rows, mhi->cols, CV_32F ));
214 CV_CALL( dY_max = cvCreateMat( mhi->rows, mhi->cols, CV_32F ));
345 mhi_cols = mhi->cols;
442 CV_CALL( mask8u = cvCreateMat( mhi->rows + 2, mhi->cols + 2, CV_8UC1 ));
455 for( x = 0; x < mhi->cols; x++ )
467 for( x = 0; x < mhi->cols; x++ )
504 for( x = 0; x < mhi->cols; x++ )
H A Dcvcamshift.cpp87 if( windowIn.x < 0 || windowIn.x + windowIn.width > mat->cols ||
116 else if( nx + cur_rect.width > mat->cols )
117 nx = mat->cols - cur_rect.width;
H A D_cvmatrix.h49 #define icvSetZero_32f( dst, cols, rows ) memset((dst),0,(rows)*(cols)*sizeof(float))
51 #define icvSetZero_64d( dst, cols, rows ) memset((dst),0,(rows)*(cols)*sizeof(double))
H A Dcvcondens.cpp249 if( (lowerBound->cols != 1) || (upperBound->cols != 1) )
H A Dcvconvhull.cpp296 if( (mat->cols != 1 && mat->rows != 1) || !CV_IS_MAT_CONT(mat->type))
300 if( mat->cols + mat->rows - 1 < ptseq->total )
311 mat->cols + mat->rows - 1, &hull_header.s, &hullblock ));
489 if( mat->rows > mat->cols )
492 mat->cols = hullseq->total;
578 if( (mat->cols != 1 && mat->rows != 1) ||
583 if( mat->cols + mat->rows - 1 > ptseq->total )
589 mat->cols + mat->rows - 1, &hull_header.s, &hullblock ));
H A Dcvfeatureselect.cpp98 CV_CALL( _eigImg = cvCreateMat( img->rows, img->cols, CV_32FC1 ));
108 CV_CALL( _tmpImg = cvCreateMat( img->rows, img->cols, CV_32FC1 ));
H A Dcvgeometry.cpp370 matrixM->cols == 3 && matrixM->rows == 3 &&
548 if(projMatr->cols != 4 || projMatr->rows != 3)
551 if(calibMatr->cols != 3 || calibMatr->rows != 3 || rotMatr->cols != 3 || rotMatr->rows != 3)
554 if(posVect->cols != 1 || posVect->rows != 4)
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11wm.c145 XColor cols[256]; local
147 cols[i].pixel = i;
148 XQueryColors(GFX_Display, dcmap, cols, 256);
150 got[i].r = cols[i].red >> 8;
151 got[i].g = cols[i].green >> 8;
152 got[i].b = cols[i].blue >> 8;
155 cols + i)) {
/external/chromium/chrome/browser/resources/ntp/
H A Dmost_visited.js263 var cols = 4;
272 var sumWidth = cols * w - 2 * marginWidth;
279 for (var i = 0; i < rows * cols; i++) {
280 var row = Math.floor(i / cols);
281 var col = i % cols;
/external/mksh/src/
H A Dmisc.c1079 int i, r, c, rows, cols, nspace, max_col; local
1110 cols = x_cols / (max_col + 1);
1113 if (cols < 2) {
1120 rows = (n + cols - 1) / cols;
1121 if (prefcol && cols > rows) {
1123 rows = cols > n ? n : cols;
1124 cols = i;
1128 nspace = (x_cols + max_col * cols) / col
[all...]
/external/opencv/cxcore/include/
H A Dcxtypes.h570 int cols; member in union:CvMat::__anon9597
575 int cols; member in struct:CvMat
585 ((const CvMat*)(mat))->cols > 0 && ((const CvMat*)(mat))->rows > 0)
603 ((mat1)->rows == (mat2)->rows && (mat1)->cols == (mat2)->cols)
606 (((mat)->rows|(mat)->cols) == 1)
621 CV_INLINE CvMat cvMat( int rows, int cols, int type, void* data CV_DEFAULT(NULL)) argument
628 m.cols = cols;
630 m.step = rows > 1 ? m.cols*CV_ELEM_SIZ
[all...]
/external/linux-tools-perf/util/ui/
H A Dbrowser.c130 int cols, rows; local
131 newtGetScreenSize(&cols, &rows);
133 self->width = cols - 1;
/external/opencv/cvaux/src/
H A Dcvbgfg_common.cpp92 double q = (mask->rows + mask->cols)/perimScale; // calculate perimeter len threshold
/external/webkit/Source/WebCore/rendering/
H A DRenderTextControlMultiLine.cpp92 int factor = static_cast<HTMLTextAreaElement*>(node())->cols();
/external/opencv/ml/src/
H A Dmlem.cpp161 p->cols != params.nclusters )
173 m->cols != train_data.dims )
184 w->rows != 1 && w->cols != 1 ||
185 w->rows + w->cols - 1 != params.nclusters )
197 cov->rows != cov->cols || cov->cols != train_data.dims )
226 dims = means->cols;
286 if( _probs->cols == 1 )
333 labels->cols != 1 && labels->rows != 1 || labels->cols
[all...]
H A Dmltree.cpp215 sample_count = sample_idx->rows + sample_idx->cols - 1;
222 var_count = var_idx->rows + var_idx->cols - 1;
228 _responses->rows != 1 && _responses->cols != 1 ||
229 _responses->rows + _responses->cols - 1 != sample_all )
266 CV_CALL( cat_ofs = cvCreateMat( 1, cat_count->cols+1, CV_32SC1 ));
267 CV_CALL( cat_map = cvCreateMat( 1, cat_count->cols*10 + 128, CV_32SC1 ));
393 if( cat_map->cols < total_c_count + c_count )
397 MAX(cat_map->cols*3/2,total_c_count+c_count), CV_32SC1 ));
502 cat_map->cols = MAX( total_c_count, 1 );
586 int count = isubsample_idx->rows + isubsample_idx->cols
[all...]
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c1192 static void vgamem_copy_pl4(xstart,ysrc,ydest,cols,nbcols,cheight)
1193 Bit8u xstart;Bit8u ysrc;Bit8u ydest;Bit8u cols;Bit8u nbcols;Bit8u cheight;
1203 memcpyb(0xa000,dest+i*nbcols,0xa000,src+i*nbcols,cols);
1209 static void vgamem_fill_pl4(xstart,ystart,cols,nbcols,cheight,attr)
1210 Bit8u xstart;Bit8u ystart;Bit8u cols;Bit8u nbcols;Bit8u cheight;Bit8u attr;
1219 memsetb(0xa000,dest+i*nbcols,attr,cols);
1225 static void vgamem_copy_cga(xstart,ysrc,ydest,cols,nbcols,cheight)
1226 Bit8u xstart;Bit8u ysrc;Bit8u ydest;Bit8u cols;Bit8u nbcols;Bit8u cheight;
1236 memcpyb(0xb800,0x2000+dest+(i>>1)*nbcols,0xb800,0x2000+src+(i>>1)*nbcols,cols);
1238 memcpyb(0xb800,dest+(i>>1)*nbcols,0xb800,src+(i>>1)*nbcols,cols);
1265 Bit8u mode,line,cheight,bpp,cols; local
2649 Bit16u crtc_addr,cols,page,vde; local
[all...]
/external/libvpx/vp8/common/x86/
H A Dpostproc_mmx.asm24 ; int cols,
148 cmp edx, dword ptr arg(5) ;cols
150 ; done with the all cols, start the across filtering in place
239 cmp edx, dword ptr arg(5) ;cols
266 ; int pitch, int rows, int cols,int flimit)
295 ;for(c=0; c<cols; c+=4)
445 sub dword arg(3), 4 ; cols -= 4
H A Dpostproc_sse2.asm21 ; int cols,
134 cmp edx, dword arg(5) ;cols
138 ; done with the all cols, start the across filtering in place
221 cmp edx, dword arg(5) ;cols
252 ; int pitch, int rows, int cols,int flimit)
284 ;for(c=0; c<cols; c+=8)
434 sub dword arg(3), 8 ; cols -= 8
453 ; int pitch, int rows, int cols,int flimit)
510 movsxd rdx, dword arg(3) ;cols
H A Dpostproc_mmx.c58 int cols,
230 cmp edx, cols
232 // done with the all cols, start the across filtering in place
376 cmp edx, cols
410 int cols,
556 cmp edx, cols
560 // done with the all cols, start the across filtering in place
685 cmp edx, cols
709 void vp8_mbpost_proc_down_mmx(unsigned char *dst, int pitch, int rows, int cols, int flimit) argument
724 for (c = 0; c < cols;
51 vp8_post_proc_down_and_across_mmx( unsigned char *src_ptr, unsigned char *dst_ptr, int src_pixels_per_line, int dst_pixels_per_line, int rows, int cols, int flimit ) argument
403 vp8_post_proc_down_and_across_xmm( unsigned char *src_ptr, unsigned char *dst_ptr, int src_pixels_per_line, int dst_pixels_per_line, int rows, int cols, int flimit ) argument
873 vp8_mbpost_proc_down_xmm(unsigned char *dst, int pitch, int rows, int cols, int flimit) argument
1151 vp8_mbpost_proc_across_ip_xmm(unsigned char *src, int pitch, int rows, int cols, int flimit) argument
[all...]
/external/libvpx/vp8/common/
H A Dpostproc.c136 int cols,
155 for (col = 0; col < cols; col++)
181 for (col = 0; col < cols; col++)
221 void vp8_mbpost_proc_across_ip_c(unsigned char *src, int pitch, int rows, int cols, int flimit) argument
241 for (c = 0; c < cols + 8; c++)
267 void vp8_mbpost_proc_down_c(unsigned char *dst, int pitch, int rows, int cols, int flimit) argument
272 for (c = 0; c < cols; c++)
129 vp8_post_proc_down_and_across_c( unsigned char *src_ptr, unsigned char *dst_ptr, int src_pixels_per_line, int dst_pixels_per_line, int rows, int cols, int flimit ) argument
/external/mesa3d/include/pixelflinger2/
H A Dpixelflinger2_interface.h285 void (* ShaderUniformMatrix)(gl_shader_program_t * program, GLint cols,
345 void GGLShaderUniformMatrix(gl_shader_program_t * program, GLint cols, GLint rows,

Completed in 559 milliseconds

1234567