Lines Matching refs:DXVContext
35 typedef struct DXVContext {
64 } DXVContext;
196 DXVContext *ctx = avctx->priv_data;
290 DXVContext *ctx = avctx->priv_data;
495 static int dxv_decompress_cgo(DXVContext *ctx, GetByteContext *gb,
735 static int dxv_decompress_cocg(DXVContext *ctx, GetByteContext *gb,
791 static int dxv_decompress_yo(DXVContext *ctx, GetByteContext *gb,
835 DXVContext *ctx = avctx->priv_data;
851 DXVContext *ctx = avctx->priv_data;
868 DXVContext *ctx = avctx->priv_data;
1025 DXVContext *ctx = avctx->priv_data;
1031 DXVContext *ctx = avctx->priv_data;
1044 DXVContext *ctx = avctx->priv_data;
1231 DXVContext *ctx = avctx->priv_data;
1251 DXVContext *ctx = avctx->priv_data;
1271 .priv_data_size = sizeof(DXVContext),