Lines Matching defs:rows
193 int bytesperpixel = s->bytesperpixel, ret, cols, rows;
252 rows = (h + 7) >> 3;
254 if (s->intra_pred_data[0] && cols == s->cols && rows == s->rows && s->pix_fmt == s->last_fmt)
261 s->rows = (h + 7) >> 3;
321 td->b_base = av_malloc_array(s->cols * s->rows, sizeof(VP9Block));
333 td->block_structure = av_malloc_array(s->cols * s->rows, sizeof(*td->block_structure));
354 s->td[i].block_structure = av_malloc_array(s->cols * s->rows, sizeof(*td->block_structure));
1105 if (row + hbs < s->rows) { // FIXME why not <=?
1148 } else if (row + hbs < s->rows) { // FIXME why not <=?
1181 if (b->bp == PARTITION_H && row + hbs < s->rows) {
1193 if (row + hbs < s->rows) {
1207 } else if (row + hbs < s->rows) {
1357 if (row + 8 < s->rows) {
1451 if (row + 8 < s->rows) {