Lines Matching defs:line
46 * if the line started at pixel i
55 * This array will contain the length of the best rle encoding of the line
134 * Compute the best RLE sequence for a line
136 static void qtrle_encode_line(QtrleEncContext *s, const AVFrame *p, int line, uint8_t **buf)
159 const uint8_t *this_line = p->data[0] + line * p->linesize[0] + width * s->pixel_size;
165 + line * s->previous_frame->linesize[0]
272 /* Good! Now we have the best sequence for this line, let's output it. */
278 this_line = p-> data[0] + line*p->linesize[0];
322 bytestream_put_byte(buf, -1); // end RLE line
354 bytestream_put_be16(&buf, start_line); // starting line