Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dv210dec.h33 } V210DecContext; typedef
35 void ff_v210_x86_init(V210DecContext *s);
H A Dv210dec.c42 V210DecContext *s = avctx->priv_data; in decode_init()
108 V210DecContext *s = avctx->priv_data; in v210_decode_slice()
138 V210DecContext *s = avctx->priv_data; in decode_frame()
222 {"custom_stride", "Custom V210 stride", offsetof(V210DecContext, custom_stride), AV_OPT_TYPE_INT,
239 .priv_data_size = sizeof(V210DecContext),
H A Dv210dec_init.h54 static av_unused av_cold void ff_v210dec_init(V210DecContext *s) in ff_v210dec_init()
/third_party/ffmpeg/libavcodec/x86/
H A Dv210-init.c31 av_cold void ff_v210_x86_init(V210DecContext *s) in ff_v210_x86_init()
/third_party/ffmpeg/tests/checkasm/
H A Dv210dec.c49 V210DecContext h; in checkasm_check_v210dec()

Completed in 2 milliseconds