V210DecContext     60 libavcodec/v210dec.c av_cold void ff_v210dec_init(V210DecContext *s)
V210DecContext     69 libavcodec/v210dec.c     V210DecContext *s = avctx->priv_data;
V210DecContext     83 libavcodec/v210dec.c     V210DecContext *s = avctx->priv_data;
V210DecContext    143 libavcodec/v210dec.c     V210DecContext *s = avctx->priv_data;
V210DecContext    205 libavcodec/v210dec.c     {"custom_stride", "Custom V210 stride", offsetof(V210DecContext, custom_stride), AV_OPT_TYPE_INT,
V210DecContext    222 libavcodec/v210dec.c     .priv_data_size = sizeof(V210DecContext),
V210DecContext     35 libavcodec/v210dec.h void ff_v210dec_init(V210DecContext *s);
V210DecContext     36 libavcodec/v210dec.h void ff_v210_x86_init(V210DecContext *s);
V210DecContext     30 libavcodec/x86/v210-init.c av_cold void ff_v210_x86_init(V210DecContext *s)
V210DecContext     49 tests/checkasm/v210dec.c     V210DecContext h;