Searched refs:dsdctx (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dstdec.c | 76 DSDContext dsdctx[DST_MAX_CHANNELS]; member 102 memset(s->dsdctx[i].buf, 0x69, sizeof(s->dsdctx[i].buf)); in decode_init() 372 ff_dsd2pcm_translate(&s->dsdctx[i], frame->nb_samples, 0, in decode_frame()
|
D | wavpack.c | 115 DSDContext *dsdctx; member 989 s->dsdctx = NULL; in wv_dsd_reset() 996 if (channels > INT_MAX / sizeof(*s->dsdctx)) in wv_dsd_reset() 999 s->dsd_ref = av_buffer_allocz(channels * sizeof(*s->dsdctx)); in wv_dsd_reset() 1002 s->dsdctx = (DSDContext*)s->dsd_ref->data; in wv_dsd_reset() 1006 memset(s->dsdctx[i].buf, 0x69, sizeof(s->dsdctx[i].buf)); in wv_dsd_reset() 1027 fdst->dsdctx = NULL; in update_thread_context() 1033 fdst->dsdctx = (DSDContext*)fdst->dsd_ref->data; in update_thread_context() 1535 !!got_dsd != !!wc->dsdctx) { in wavpack_decode_block() 1620 ff_dsd2pcm_translate (&s->dsdctx [jobnr], s->samples, 0, in dsd_channel()
|