Lines Matching refs:PixletContext
48 typedef struct PixletContext { struct
63 } PixletContext; typedef
74 PixletContext *ctx = avctx->priv_data; in free_buffers()
83 PixletContext *ctx = avctx->priv_data; in pixlet_close()
92 PixletContext *ctx = avctx->priv_data; in init_decoder()
128 PixletContext *ctx = avctx->priv_data; in read_low_coeffs()
204 PixletContext *ctx = avctx->priv_data; in read_high_coeffs()
318 PixletContext *ctx = avctx->priv_data; in read_highpass()
427 PixletContext *ctx = avctx->priv_data; in reconstruction()
468 PixletContext *ctx = avctx->priv_data; in build_luma_lut()
482 PixletContext *ctx = avctx->priv_data; in postprocess_luma()
530 PixletContext *ctx = avctx->priv_data; in decode_plane()
606 PixletContext *ctx = avctx->priv_data; in pixlet_decode_frame()
704 .priv_data_size = sizeof(PixletContext),