Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dinterplayacm.c52 int *wrapbuf; member
78 s->wrapbuf = av_calloc(s->wrapbuf_len, sizeof(int)); in decode_init()
81 if (!s->block || !s->wrapbuf || !s->ampbuf || !s->bitstream) in decode_init()
484 wrap_p = s->wrapbuf; in juggle_block()
616 av_freep(&s->wrapbuf); in decode_close()