Lines Matching defs:row
79 uint8_t col, row, width, height;
147 int row, col;
151 for (row = 0; row < s->rows; row++) {
152 b = blocks + (col + row * s->cols);
157 b->height = (row < s->rows - 1) ?
159 s->image_height - row * s->block_height;
161 b->row = row;
355 buf[buf_pos++] = (b->row);
650 int row, col, res;
653 for (row = 0; row < s->rows; row++) {
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;
694 for (row = 0; row < s->rows; row++) {
696 b = s->frame_blocks + row * s->cols + col;