Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dinterplayacm.c53 int *ampbuf; member
79 s->ampbuf = av_calloc(0x10000, sizeof(int)); in decode_init()
81 if (!s->block || !s->wrapbuf || !s->ampbuf || !s->bitstream) in decode_init()
84 s->midbuf = s->ampbuf + 0x8000; in decode_init()
617 av_freep(&s->ampbuf); in decode_close()