Lines Matching refs:HQXContext
84 static inline void put_blocks(HQXContext *ctx, int plane,
154 static int hqx_decode_422(HQXContext *ctx, int slice_no, int x, int y)
188 static int hqx_decode_422a(HQXContext *ctx, int slice_no, int x, int y)
238 static int hqx_decode_444(HQXContext *ctx, int slice_no, int x, int y)
274 static int hqx_decode_444a(HQXContext *ctx, int slice_no, int x, int y)
327 static int decode_slice(HQXContext *ctx, int slice_no)
383 HQXContext *ctx = avctx->priv_data;
406 HQXContext *ctx = avctx->priv_data;
518 HQXContext *ctx = avctx->priv_data;
530 HQXContext *ctx = avctx->priv_data;
542 .priv_data_size = sizeof(HQXContext),