Home | History | Annotate | Download | only in src

Lines Matching refs:col

1926             int row, col;
1928 row = idx, col = 0;
1930 row = idx/mat->cols, col = idx - row*mat->cols;
1931 ptr = mat->data.ptr + (size_t)row*mat->step + col*pix_size;