Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlscrdec.c38 typedef struct LSCRContext { struct
58 } LSCRContext; typedef
60 static void handle_row(LSCRContext *s) in handle_row()
76 static int decode_idat(LSCRContext *s, z_stream *zstream, int length) in decode_idat()
113 LSCRContext *const s = avctx->priv_data; in decode_frame_lscr()
214 LSCRContext *s = avctx->priv_data; in lscr_decode_close()
226 LSCRContext *s = avctx->priv_data; in lscr_decode_init()
243 LSCRContext *s = avctx->priv_data; in lscr_decode_flush()
253 .priv_data_size = sizeof(LSCRContext),

Completed in 1 milliseconds