Home | History | Annotate | Download | only in src

Lines Matching refs:cols

510     int cols, rows; /* columns and rows to modify */                                    \
532 cols = (W & 1) + (Wd*2 > W); \
538 dst += (Wd - cols)*channels; \
541 Wd_ = Wd - 1 + (cols == 1 && (W & 1) != 0); \
544 bufW = channels * cols; \
549 if( cols > 0 ) \
600 else if( cols == 1 ) \
647 if( cols > 0 ) \
662 if( cols > 0 ) \
693 if( cols > 0 ) \
733 else if( cols == 1 ) \
832 else if( cols > 1 ) \
860 else if( cols > 1 ) \
968 if( src->cols*2 != dst->cols || src->rows*2 != dst->rows )
1198 bufsize = buf->rows*buf->cols*CV_ELEM_SIZE(buf->type);