Home
last modified time | relevance | path

Searched refs:RpzaContext (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Drpza.c48 typedef struct RpzaContext { struct
54 } RpzaContext; argument
74 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),
Drpzaenc.c35 typedef struct RpzaContext { struct
51 } RpzaContext; argument
446 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),