Home
last modified time | relevance | path

Searched refs:idx_line (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dgifdec.c52 uint8_t *idx_line; member
262 int count = ff_lzw_decode(s->lzw, s->idx_line, width); in gif_read_image()
271 for (px = ptr, idx = s->idx_line; px < pr; px++, idx++) { in gif_read_image()
500 av_fast_malloc(&s->idx_line, &s->idx_line_size, s->screen_width); in gif_decode_frame()
501 if (!s->idx_line) in gif_decode_frame()
537 av_freep(&s->idx_line); in gif_decode_close()

Completed in 2 milliseconds