Lines Matching defs:ZmbvContext
58 typedef struct ZmbvContext {
76 int (*decode_xor)(struct ZmbvContext *c);
77 } ZmbvContext;
83 static int zmbv_decode_xor_8(ZmbvContext *c)
162 static int zmbv_decode_xor_16(ZmbvContext *c)
239 static int zmbv_decode_xor_24(ZmbvContext *c)
324 static int zmbv_decode_xor_32(ZmbvContext *c)
399 static int zmbv_decode_intra(ZmbvContext *c)
418 ZmbvContext * const c = avctx->priv_data;
608 ZmbvContext * const c = avctx->priv_data;
637 ZmbvContext * const c = avctx->priv_data;
653 .priv_data_size = sizeof(ZmbvContext),