Home
last modified time | relevance | path

Searched refs:XanContext (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dxxan.c31 typedef struct XanContext { struct
39 } XanContext; typedef
43 XanContext *s = avctx->priv_data; in xan_decode_end()
55 XanContext *s = avctx->priv_data; in xan_decode_init()
85 static int xan_unpack_luma(XanContext *s, in xan_unpack_luma()
127 static int xan_unpack(XanContext *s, in xan_unpack()
182 XanContext *s = avctx->priv_data; in xan_decode_chroma()
280 XanContext *s = avctx->priv_data; in xan_decode_frame_type0()
359 XanContext *s = avctx->priv_data; in xan_decode_frame_type1()
405 XanContext * in xan_decode_frame()
[all...]
H A Dxan.c54 typedef struct XanContext { struct
74 } XanContext; typedef
78 XanContext *s = avctx->priv_data; in xan_decode_end()
91 XanContext *s = avctx->priv_data; in xan_decode_init()
209 static inline void xan_wc3_output_pixel_run(XanContext *s, AVFrame *frame, in xan_wc3_output_pixel_run()
239 static inline void xan_wc3_copy_pixel_run(XanContext *s, AVFrame *frame, in xan_wc3_copy_pixel_run()
297 static int xan_wc3_decode_frame(XanContext *s, AVFrame *frame) in xan_wc3_decode_frame()
546 XanContext *s = avctx->priv_data; in xan_decode_frame()
642 .priv_data_size = sizeof(XanContext),

Completed in 3 milliseconds