Lines Matching refs:FICContext
42 typedef struct FICContext {
60 } FICContext;
139 static int fic_decode_block(FICContext *ctx, GetBitContext *gb,
174 FICContext *ctx = avctx->priv_data;
218 FICContext *ctx = avctx->priv_data;
273 FICContext *ctx = avctx->priv_data;
447 FICContext *ctx = avctx->priv_data;
458 FICContext *ctx = avctx->priv_data;
476 { "skip_cursor", "skip the cursor", offsetof(FICContext, skip_cursor), AV_OPT_TYPE_BOOL, {.i64 = 0 }, 0, 1, AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_VIDEO_PARAM },
492 .priv_data_size = sizeof(FICContext),