Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dinterplayacm.c56 int *ampbuf; member
100 s->ampbuf = av_calloc(0x10000, sizeof(int)); in decode_init()
102 if (!s->block || !s->wrapbuf || !s->ampbuf || !s->bitstream) in decode_init()
105 s->midbuf = s->ampbuf + 0x8000; in decode_init()
628 av_freep(&s->ampbuf); in decode_close()

Completed in 2 milliseconds