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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsgidec.c27 typedef struct SgiState { struct
35 } SgiState; typedef in typeref:struct:SgiState
45 static int expand_rle_row(SgiState *s, uint8_t *out_buf,
84 static int read_rle_sgi(uint8_t *out_buf, SgiState *s)
120 SgiState *s)
156 SgiState *s = avctx->priv_data;
243 SgiState *s = avctx->priv_data;
253 SgiState * const s = avctx->priv_data;
265 .priv_data_size = sizeof(SgiState),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsgidec.c29 typedef struct SgiState { struct
37 } SgiState; typedef in typeref:struct:SgiState
47 static int expand_rle_row8(SgiState *s, uint8_t *out_buf,
85 static int expand_rle_row16(SgiState *s, uint16_t *out_buf,
131 static int read_rle_sgi(uint8_t *out_buf, SgiState *s)
169 static int read_uncompressed_sgi(unsigned char *out_buf, SgiState *s)
206 SgiState *s = avctx->priv_data;
284 SgiState *s = avctx->priv_data;
296 .priv_data_size = sizeof(SgiState),

Completed in 56 milliseconds