Searched refs:HQXContext (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hqx.h | 53 struct HQXContext; 55 typedef int (*mb_decode_func)(struct HQXContext *ctx, 63 typedef struct HQXContext { struct 79 } HQXContext; argument 86 int ff_hqx_init_vlcs(HQXContext *ctx);
|
D | hqx.c | 84 static inline void put_blocks(HQXContext *ctx, int plane, in put_blocks() 154 static int hqx_decode_422(HQXContext *ctx, int slice_no, int x, int y) in hqx_decode_422() 188 static int hqx_decode_422a(HQXContext *ctx, int slice_no, int x, int y) in hqx_decode_422a() 238 static int hqx_decode_444(HQXContext *ctx, int slice_no, int x, int y) in hqx_decode_444() 274 static int hqx_decode_444a(HQXContext *ctx, int slice_no, int x, int y) in hqx_decode_444a() 327 static int decode_slice(HQXContext *ctx, int slice_no) in decode_slice() 383 HQXContext *ctx = avctx->priv_data; in decode_slice_thread() 406 HQXContext *ctx = avctx->priv_data; in hqx_decode_frame() 518 HQXContext *ctx = avctx->priv_data; in hqx_decode_close() 530 HQXContext *ctx = avctx->priv_data; in hqx_decode_init() [all …]
|
D | hqxvlc.c | 2151 av_cold int ff_hqx_init_vlcs(HQXContext *ctx) in ff_hqx_init_vlcs()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_hqx.c | 37 typedef struct HQXContext { struct 42 } HQXContext; argument 49 #define OFFSET(x) offsetof(HQXContext, x) 467 HQXContext *hqx = ctx->priv; in config_output() 482 HQXContext *hqx = ctx->priv; in filter_frame() 505 HQXContext *hqx = ctx->priv; in init() 549 .priv_size = sizeof(HQXContext),
|