Searched refs:crow_buf (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | lscrdec.c | 45 uint8_t *crow_buf; member 70 ff_png_filter_row(&s->dsp, ptr, s->crow_buf[0], s->crow_buf + 1, in handle_row() 99 zstream->next_out = s->crow_buf; in decode_idat() 182 s->crow_buf = s->buffer + 15; in decode_frame_lscr() 184 zstream->next_out = s->crow_buf; in decode_frame_lscr()
|
H A D | pngdec.c | 95 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 zstream->next_out = s->crow_buf; in png_decode_idat() 787 /* we want crow_buf+1 to be 16-byte aligned */ in decode_idat_chunk() 788 s->crow_buf = s->buffer + 15; in decode_idat_chunk() 790 s->zstream.zstream.next_out = s->crow_buf; in decode_idat_chunk() 1583 s->crow_buf in decode_frame_png() [all...] |
H A D | pngenc.c | 489 uint8_t *ptr, *top, *crow_buf, *crow; in encode_frame() local 502 crow_buf = crow_base + 15; in encode_frame() 531 crow = png_choose_filter(s, crow_buf, progressive_buf, in encode_frame() 542 crow = png_choose_filter(s, crow_buf, ptr, top, in encode_frame()
|
Completed in 6 milliseconds