Lines Matching defs:out
151 uint8_t *out;207 av_log(avctx, AV_LOG_ERROR, "plane %i offset is out of bounds\n", i);308 out = f->data[0];311 uint8_t *line_end = out + 3*avctx->width;312 while (out < line_end) {313 out[0] += out[1];314 out[2] += out[1];315 out += 3;317 out += f->linesize[0] - 3*avctx->width;