Home
last modified time | relevance | path

Searched refs:crow_buf (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlscrdec.c43 uint8_t *crow_buf; member
68 ff_png_filter_row(&s->dsp, ptr, s->crow_buf[0], s->crow_buf + 1, in handle_row()
97 s->zstream.next_out = s->crow_buf; in decode_idat()
195 s->crow_buf = s->buffer + 15; in decode_frame_lscr()
197 s->zstream.next_out = s->crow_buf; in decode_frame_lscr()
Dpngdec.c95 uint8_t *crow_buf; member
357 ff_png_filter_row(&s->dsp, ptr, s->crow_buf[0], s->crow_buf + 1, in png_handle_row()
391 ff_png_filter_row(&s->dsp, s->tmp_row, s->crow_buf[0], s->crow_buf + 1, in png_handle_row()
446 s->zstream.next_out = s->crow_buf; in png_decode_idat()
767 s->crow_buf = s->buffer + 15; in decode_idat_chunk()
769 s->zstream.next_out = s->crow_buf; in decode_idat_chunk()
1591 s->crow_buf = NULL; in decode_frame_png()
Dpngenc.c437 uint8_t *ptr, *top, *crow_buf, *crow; in encode_frame() local
450 crow_buf = crow_base + 15; in encode_frame()
479 crow = png_choose_filter(s, crow_buf, progressive_buf, in encode_frame()
490 crow = png_choose_filter(s, crow_buf, ptr, top, in encode_frame()