Searched refs:RpzaContext (Results 1 – 2 of 2) sorted by relevance
48 typedef struct RpzaContext { struct54 } RpzaContext; argument74 static int rpza_decode_stream(RpzaContext *s) in rpza_decode_stream()247 RpzaContext *s = avctx->priv_data; in rpza_decode_init()262 RpzaContext *s = avctx->priv_data; in rpza_decode_frame()282 RpzaContext *s = avctx->priv_data; in rpza_decode_end()294 .priv_data_size = sizeof(RpzaContext),
35 typedef struct RpzaContext { struct51 } RpzaContext; argument446 static int update_block_stats(RpzaContext *s, BlockInfo *bi, uint16_t *block, in update_block_stats()550 static void rpza_encode_stream(RpzaContext *s, const AVFrame *pict) in rpza_encode_stream()770 RpzaContext *s = avctx->priv_data; in rpza_encode_init()785 RpzaContext *s = avctx->priv_data; in rpza_encode_frame()830 RpzaContext *s = (RpzaContext *)avctx->priv_data; in rpza_encode_end()837 #define OFFSET(x) offsetof(RpzaContext, x)859 .priv_data_size = sizeof(RpzaContext),