Lines Matching defs:RpzaContext
35 typedef struct RpzaContext {
51 } RpzaContext;
446 static int update_block_stats(RpzaContext *s, BlockInfo *bi, uint16_t *block,
550 static void rpza_encode_stream(RpzaContext *s, const AVFrame *pict)
773 RpzaContext *s = avctx->priv_data;
788 RpzaContext *s = avctx->priv_data;
833 RpzaContext *s = (RpzaContext *)avctx->priv_data;
840 #define OFFSET(x) offsetof(RpzaContext, x)
862 .priv_data_size = sizeof(RpzaContext),