Home | History | Annotate | Download | only in src

Lines Matching full:cols

188     int width = left->cols, height = left->rows;
396 int width = left->cols, height = left->rows;
586 state->SADWindowSize >= MIN(left0->cols, left0->rows) )
598 state->preFilteredImg0->cols*state->preFilteredImg0->rows < left0->cols*left0->rows )
603 state->preFilteredImg0 = cvCreateMat( left0->rows, left0->cols, CV_8U );
604 state->preFilteredImg1 = cvCreateMat( left0->rows, left0->cols, CV_8U );
606 left = cvMat(left0->rows, left0->cols, CV_8U, state->preFilteredImg0->data.ptr);
607 right = cvMat(right0->rows, right0->cols, CV_8U, state->preFilteredImg1->data.ptr);
612 width = left0->cols;
631 if( !state->slidingSumBuf || state->slidingSumBuf->cols < bufSize*n )