Lines Matching defs:WavpackContext
101 typedef struct WavpackContext {
118 } WavpackContext;
976 static av_cold int wv_alloc_frame_context(WavpackContext *c)
990 static int wv_dsd_reset(WavpackContext *s, int channels)
1019 WavpackContext *fsrc = src->priv_data;
1020 WavpackContext *fdst = dst->priv_data;
1048 WavpackContext *s = avctx->priv_data;
1067 WavpackContext *s = avctx->priv_data;
1087 WavpackContext *wc = avctx->priv_data;
1616 WavpackContext *s = avctx->priv_data;
1623 WavpackContext *s = avctx->priv_data;
1636 WavpackContext *s = avctx->priv_data;
1713 .priv_data_size = sizeof(WavpackContext),