Lines Matching refs:crow_buf
95 uint8_t *crow_buf;
357 ff_png_filter_row(&s->dsp, ptr, s->crow_buf[0], s->crow_buf + 1,
391 ff_png_filter_row(&s->dsp, s->tmp_row, s->crow_buf[0], s->crow_buf + 1,
446 zstream->next_out = s->crow_buf;
787 /* we want crow_buf+1 to be 16-byte aligned */
788 s->crow_buf = s->buffer + 15;
790 s->zstream.zstream.next_out = s->crow_buf;
1583 s->crow_buf = NULL;