Lines Matching defs:this_line
159 const uint8_t *this_line = p->data[0] + line * p->linesize[0] + width * s->pixel_size;
163 const uint8_t *prev_line = s->key_frame ? this_line
183 this_line -= s->pixel_size;
225 if (!s->key_frame && !memcmp(this_line, prev_line, s->pixel_size))
234 if (i < width - 1 && !memcmp(this_line, this_line + s->pixel_size, s->pixel_size))
278 this_line = p-> data[0] + line*p->linesize[0];
303 bytestream_put_byte(buf, *(this_line + i*s->pixel_size + j) ^ 0xff);
305 bytestream_put_buffer(buf, this_line + i*s->pixel_size, rlecode*s->pixel_size);
315 bytestream_put_byte(buf, *(this_line + i*s->pixel_size + j) ^ 0xff);
317 bytestream_put_buffer(buf, this_line + i*s->pixel_size, s->pixel_size);