Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dsgidec.c29 typedef struct SgiState { struct
37 } SgiState; typedef
47 static int expand_rle_row8(SgiState *s, uint8_t *out_buf, in expand_rle_row8()
85 static int expand_rle_row16(SgiState *s, uint16_t *out_buf, in expand_rle_row16()
131 static int read_rle_sgi(uint8_t *out_buf, SgiState *s) in read_rle_sgi()
169 static int read_uncompressed_sgi(unsigned char *out_buf, SgiState *s) in read_uncompressed_sgi()
205 SgiState *s = avctx->priv_data; in decode_frame()
282 SgiState *s = avctx->priv_data; in sgi_decode_init()
294 .priv_data_size = sizeof(SgiState),

Completed in 1 milliseconds