Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Diff.c50 uint8_t * planebuf; member
388 av_freep(&s->planebuf); in decode_end()
435 s->planebuf = av_malloc(s->planesize * avctx->height + AV_INPUT_BUFFER_PADDING_SIZE); in decode_init()
436 if (!s->planebuf) in decode_init()
1671 buf += decode_byterun(s->planebuf, s->planesize, gb); in decode_frame()
1673 memcpy(video, s->planebuf, s->planesize); in decode_frame()
1676 decodeplane8(row, s->planebuf, s->planesize, plane); in decode_frame()
1684 buf += decode_byterun(s->planebuf, s->planesize, gb); in decode_frame()
1685 decodeplane32(s->mask_buf, s->planebuf, s->planesize, plane); in decode_frame()
1695 buf += decode_byterun(s->planebuf, in decode_frame()
[all...]

Completed in 3 milliseconds