Searched refs:XanContext (Results 1 – 2 of 2) sorted by relevance
30 typedef struct XanContext { struct38 } XanContext; argument42 XanContext *s = avctx->priv_data; in xan_decode_end()54 XanContext *s = avctx->priv_data; in xan_decode_init()84 static int xan_unpack_luma(XanContext *s, in xan_unpack_luma()126 static int xan_unpack(XanContext *s, in xan_unpack()181 XanContext *s = avctx->priv_data; in xan_decode_chroma()279 XanContext *s = avctx->priv_data; in xan_decode_frame_type0()358 XanContext *s = avctx->priv_data; in xan_decode_frame_type1()405 XanContext *s = avctx->priv_data; in xan_decode_frame()[all …]
53 typedef struct XanContext { struct73 } XanContext; argument77 XanContext *s = avctx->priv_data; in xan_decode_end()90 XanContext *s = avctx->priv_data; in xan_decode_init()208 static inline void xan_wc3_output_pixel_run(XanContext *s, AVFrame *frame, in xan_wc3_output_pixel_run()238 static inline void xan_wc3_copy_pixel_run(XanContext *s, AVFrame *frame, in xan_wc3_copy_pixel_run()296 static int xan_wc3_decode_frame(XanContext *s, AVFrame *frame) in xan_wc3_decode_frame()547 XanContext *s = avctx->priv_data; in xan_decode_frame()643 .priv_data_size = sizeof(XanContext),