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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djpeglsdec.h37 int ff_jpegls_decode_lse(MJpegDecodeContext *s);
39 int ff_jpegls_decode_picture(MJpegDecodeContext *s, int near,
H A Dmjpegdec.h44 typedef struct MJpegDecodeContext { struct
133 } MJpegDecodeContext; typedef in typeref:struct:MJpegDecodeContext
140 int ff_mjpeg_decode_dqt(MJpegDecodeContext *s);
141 int ff_mjpeg_decode_dht(MJpegDecodeContext *s);
142 int ff_mjpeg_decode_sof(MJpegDecodeContext *s);
143 int ff_mjpeg_decode_sos(MJpegDecodeContext *s,
146 int ff_mjpeg_find_marker(MJpegDecodeContext *s,
H A Dsp5xdec.c102 .priv_data_size = sizeof(MJpegDecodeContext),
116 .priv_data_size = sizeof(MJpegDecodeContext),
H A Dmjpegbdec.c48 MJpegDecodeContext *s = avctx->priv_data;
164 .priv_data_size = sizeof(MJpegDecodeContext),
H A Dmxpegdec.c33 MJpegDecodeContext jpg;
48 MJpegDecodeContext *jpg = &s->jpg;
159 static int mxpeg_check_dimensions(MXpegDecodeContext *s, MJpegDecodeContext *jpg,
191 MJpegDecodeContext *jpg = &s->jpg;
H A Dmjpegdec.c72 static void build_basic_mjpeg_vlc(MJpegDecodeContext *s)
88 static void parse_avid(MJpegDecodeContext *s, uint8_t *buf, int len)
101 MJpegDecodeContext *s = avctx->priv_data;
158 int ff_mjpeg_decode_dqt(MJpegDecodeContext *s)
191 int ff_mjpeg_decode_dht(MJpegDecodeContext *s)
245 int ff_mjpeg_decode_sof(MJpegDecodeContext *s)
596 static inline int mjpeg_decode_dc(MJpegDecodeContext *s, int dc_index)
614 static int decode_block(MJpegDecodeContext *s, int16_t *block, int component,
662 static int decode_dc_progressive(MJpegDecodeContext *s, int16_t *block,
680 static int decode_block_progressive(MJpegDecodeContext *
[all...]
H A Davrndec.c29 MJpegDecodeContext mjpeg_ctx;
H A Dsmvjpegdec.c35 MJpegDecodeContext jpg;
182 MJpegDecodeContext *jpg = &s->jpg;
H A Djpeglsdec.c50 int ff_jpegls_decode_lse(MJpegDecodeContext *s)
216 static inline void ls_decode_line(JLSState *state, MJpegDecodeContext *s,
333 int ff_jpegls_decode_picture(MJpegDecodeContext *s, int near,
506 .priv_data_size = sizeof(MJpegDecodeContext),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Djpeglsdec.h37 int ff_jpegls_decode_lse(MJpegDecodeContext *s);
39 int ff_jpegls_decode_picture(MJpegDecodeContext *s, int near, int point_transform, int ilv);
H A Dmjpegdec.h40 typedef struct MJpegDecodeContext { struct
114 } MJpegDecodeContext; typedef in typeref:struct:MJpegDecodeContext
121 int ff_mjpeg_decode_dqt(MJpegDecodeContext *s);
122 int ff_mjpeg_decode_dht(MJpegDecodeContext *s);
123 int ff_mjpeg_decode_sof(MJpegDecodeContext *s);
124 int ff_mjpeg_decode_sos(MJpegDecodeContext *s,
126 int ff_mjpeg_find_marker(MJpegDecodeContext *s,
H A Dsp5xdec.c100 .priv_data_size = sizeof(MJpegDecodeContext),
113 .priv_data_size = sizeof(MJpegDecodeContext),
H A Dmjpegdec.c69 static void build_basic_mjpeg_vlc(MJpegDecodeContext *s)
87 MJpegDecodeContext *s = avctx->priv_data;
129 int ff_mjpeg_decode_dqt(MJpegDecodeContext *s)
162 int ff_mjpeg_decode_dht(MJpegDecodeContext *s)
215 int ff_mjpeg_decode_sof(MJpegDecodeContext *s)
402 static inline int mjpeg_decode_dc(MJpegDecodeContext *s, int dc_index)
420 static int decode_block(MJpegDecodeContext *s, DCTELEM *block, int component,
468 static int decode_dc_progressive(MJpegDecodeContext *s, DCTELEM *block,
486 static int decode_block_progressive(MJpegDecodeContext *s, DCTELEM *block,
584 static int decode_block_refinement(MJpegDecodeContext *
[all...]
H A Dmjpegbdec.c46 MJpegDecodeContext *s = avctx->priv_data;
159 .priv_data_size = sizeof(MJpegDecodeContext),
H A Dmxpegdec.c32 MJpegDecodeContext jpg;
132 static int mxpeg_check_dimensions(MXpegDecodeContext *s, MJpegDecodeContext *jpg,
164 MJpegDecodeContext *jpg = &s->jpg;
314 MJpegDecodeContext *jpg = &s->jpg;
H A Djpeglsdec.c52 int ff_jpegls_decode_lse(MJpegDecodeContext *s)
157 static inline void ls_decode_line(JLSState *state, MJpegDecodeContext *s, void *last, void *dst, int last2, int w, int stride, int comp, int bits){
259 int ff_jpegls_decode_picture(MJpegDecodeContext *s, int near, int point_transform, int ilv){
375 .priv_data_size = sizeof(MJpegDecodeContext),

Completed in 103 milliseconds