Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Drpza.c47 typedef struct RpzaContext { struct
53 } RpzaContext; argument
73 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),
Drpzaenc.c34 typedef struct RpzaContext { struct
50 } RpzaContext; argument
445 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),