SgiState           47 libavcodec/sgidec.c static int expand_rle_row8(SgiState *s, uint8_t *out_buf,
SgiState           85 libavcodec/sgidec.c static int expand_rle_row16(SgiState *s, uint16_t *out_buf,
SgiState          131 libavcodec/sgidec.c static int read_rle_sgi(uint8_t *out_buf, SgiState *s)
SgiState          169 libavcodec/sgidec.c static int read_uncompressed_sgi(unsigned char *out_buf, SgiState *s)
SgiState          206 libavcodec/sgidec.c     SgiState *s = avctx->priv_data;
SgiState          284 libavcodec/sgidec.c     SgiState *s = avctx->priv_data;
SgiState          296 libavcodec/sgidec.c     .priv_data_size = sizeof(SgiState),