Searched refs:RpzaContext (Results 1 – 2 of 2) sorted by relevance
47 typedef struct RpzaContext { struct53 } RpzaContext; argument73 static int rpza_decode_stream(RpzaContext *s) in rpza_decode_stream()246 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),
34 typedef struct RpzaContext { struct50 } RpzaContext; argument445 static int update_block_stats(RpzaContext *s, BlockInfo *bi, uint16_t *block, in update_block_stats()549 static void rpza_encode_stream(RpzaContext *s, const AVFrame *pict) in rpza_encode_stream()769 RpzaContext *s = avctx->priv_data; in rpza_encode_init()784 RpzaContext *s = avctx->priv_data; in rpza_encode_frame()829 RpzaContext *s = (RpzaContext *)avctx->priv_data; in rpza_encode_end()836 #define OFFSET(x) offsetof(RpzaContext, x)858 .priv_data_size = sizeof(RpzaContext),