Lines Matching defs:rows
55 RowContext *rows;
107 ctx->rows = av_calloc(avctx->thread_count, sizeof(*ctx->rows));
108 if (!ctx->rows)
594 RowContext *row = ctx->rows + threadnb;
628 ctx->rows[i].format = -1;
671 ret += ctx->rows[i].errors;
672 ctx->rows[i].errors = 0;
677 int format = ctx->rows[0].format;
679 if (ctx->rows[i].format != format &&
680 ctx->rows[i].format != -1 /* not run */) {
722 av_freep(&ctx->rows);