• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching refs:MJpegDecodeContext

72 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 *s, int16_t *block,
778 static int decode_block_refinement(MJpegDecodeContext *s, int16_t *block,
843 static int handle_rstn(MJpegDecodeContext *s, int nb_components)
877 static int ljpeg_decode_rgb_scan(MJpegDecodeContext *s, int nb_components, int predictor, int point_transform)
992 static int ljpeg_decode_yuv_scan(MJpegDecodeContext *s, int predictor,
1136 static av_always_inline void mjpeg_copy_block(MJpegDecodeContext *s,
1152 static void shift_output(MJpegDecodeContext *s, uint8_t *ptr, int linesize)
1167 static int mjpeg_decode_scan(MJpegDecodeContext *s, int nb_components, int Ah,
1276 static int mjpeg_decode_scan_progressive_ac(MJpegDecodeContext *s, int ss,
1339 int ff_mjpeg_decode_sos(MJpegDecodeContext *s, const uint8_t *mb_bitmask,
1499 static int mjpeg_decode_dri(MJpegDecodeContext *s)
1511 static int mjpeg_decode_app(MJpegDecodeContext *s)
1739 static int mjpeg_decode_com(MJpegDecodeContext *s)
1799 int ff_mjpeg_find_marker(MJpegDecodeContext *s,
1891 MJpegDecodeContext *s = avctx->priv_data;
2232 MJpegDecodeContext *s = avctx->priv_data;
2264 MJpegDecodeContext *s = avctx->priv_data;
2269 #define OFFSET(x) offsetof(MJpegDecodeContext, x)
2289 .priv_data_size = sizeof(MJpegDecodeContext),
2305 .priv_data_size = sizeof(MJpegDecodeContext),