V210EncContext     38 libavcodec/v210_template.c     V210EncContext *s = avctx->priv_data;
V210EncContext     84 libavcodec/v210enc.c av_cold void ff_v210enc_init(V210EncContext *s)
V210EncContext     97 libavcodec/v210enc.c     V210EncContext *s = avctx->priv_data;
V210EncContext    165 libavcodec/v210enc.c     .priv_data_size = sizeof(V210EncContext),
V210EncContext     35 libavcodec/v210enc.h void ff_v210enc_init(V210EncContext *s);
V210EncContext     37 libavcodec/v210enc.h void ff_v210enc_init_x86(V210EncContext *s);
V210EncContext     36 libavcodec/x86/v210enc_init.c av_cold void ff_v210enc_init_x86(V210EncContext *s)
V210EncContext     83 tests/checkasm/v210enc.c     V210EncContext h;