Lines Matching defs:start_line
329 int start_line = 0;
335 for (start_line = 0; start_line < s->avctx->height; start_line++)
336 if (memcmp(p->data[0] + start_line*p->linesize[0],
337 s->previous_frame->data[0] + start_line * s->previous_frame->linesize[0],
341 for (end_line=s->avctx->height; end_line > start_line; end_line--)
350 if ((start_line == 0 && end_line == s->avctx->height) || start_line == s->avctx->height)
354 bytestream_put_be16(&buf, start_line); // starting line
356 bytestream_put_be16(&buf, end_line - start_line); // lines to update
359 for (i = start_line; i < end_line; i++)