Lines Matching defs:col
79 uint8_t col, row, width, height;
147 int row, col;
150 for (col = 0; col < s->cols; col++) {
152 b = blocks + (col + row * s->cols);
153 b->width = (col < s->cols - 1) ?
155 s->image_width - col * s->block_width;
162 b->col = col;
354 buf[buf_pos++] = (b->col);
630 int sl, rsl, col, pos, possl;
633 for (col = 0; col < s->cols; col++) {
635 b = s->frame_blocks + col + rsl / s->block_height * s->cols;
636 possl = stride * sl + col * s->block_width * 3;
637 pos = s->image_width * rsl * 3 + col * s->block_width * 3;
650 int row, col, res;
654 for (col = 0; col < s->cols; col++) {
655 b = s->frame_blocks + (row * s->cols + col);
656 prev = s->key_blocks + (row * s->cols + col);
669 data = s->current_frame + s->image_width * 3 * s->block_height * row + s->block_width * col * 3;
692 int row, col, buf_pos = 0, len;
695 for (col = 0; col < s->cols; col++) {
696 b = s->frame_blocks + row * s->cols + col;