Lines Matching defs:linesize
41 int i, j, n, linesize, ret;
233 memset(p->data[0], 0, avctx->height * p->linesize[0]);
236 ptr = p->data[0] + (avctx->height - 1) * p->linesize[0];
237 linesize = -p->linesize[0];
240 linesize = p->linesize[0];
279 p->data[0] += p->linesize[0] * (avctx->height - 1);
280 p->linesize[0] = -p->linesize[0];
285 p->data[0] += p->linesize[0] * (avctx->height - 1);
286 p->linesize[0] = -p->linesize[0];
307 ptr += linesize;
316 ptr += linesize;
327 ptr += linesize;
339 ptr += linesize;
350 uint8_t *ptr = p->data[0] + p->linesize[0]*i + 3;