Home | History | Annotate | Download | only in src

Lines Matching refs:cols

1108         CV_MAT_DEPTH(matrix->type) < CV_32F || matrix->rows != 2 || matrix->cols != 3 )
1165 ofs = (int*)cvStackAlloc( dst->cols*2*sizeof(ofs[0]) );
1166 for( k = 0; k < dst->cols; k++ )
1386 CV_MAT_DEPTH(matrix->type) < CV_32F || matrix->rows != 3 || matrix->cols != 3 )
1799 int x, y, cols = src->cols, rows = src->rows;
1806 __m128i br = _mm_set1_epi32((cols-2) + ((rows-2)<<16));
1836 for( ; x <= cols - 8; x += 8 )
1840 // 0|0|0|0|... <= x0|y0|x1|y1|... < cols-1|rows-1|cols-1|rows-1|... ?
1896 for( ; x < cols; x++ )
1900 (unsigned)xi >= (unsigned)(cols - 1))
1915 for( ; x < cols; x++ )
1919 (unsigned)xi >= (unsigned)(cols - 1))
1941 for( ; x < cols; x++ )
1945 (unsigned)xi >= (unsigned)(cols - 1))
2109 int x, y, cols = mapx->cols, rows = mapx->rows;
2124 for( x = 0; x < cols; x++ )