Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dinterplayacm.c55 int *wrapbuf; member
99 s->wrapbuf = av_calloc(s->wrapbuf_len, sizeof(int)); in decode_init()
102 if (!s->block || !s->wrapbuf || !s->ampbuf || !s->bitstream) in decode_init()
495 wrap_p = s->wrapbuf; in juggle_block()
627 av_freep(&s->wrapbuf); in decode_close()