#include "mjpeg.h"
#include "mjpegdec.h"
Go to the source code of this file.
Functions | |
int | ff_jpegls_decode_lse (MJpegDecodeContext *s) |
Decode LSE block with initialization parameters. | |
int | ff_jpegls_decode_picture (MJpegDecodeContext *s, int near, int point_transform, int ilv) |
Definition in file jpeglsdec.h.
int ff_jpegls_decode_lse | ( | MJpegDecodeContext * | s | ) |
Decode LSE block with initialization parameters.
Definition at line 52 of file jpeglsdec.c.
Referenced by ff_mjpeg_decode_frame().
int ff_jpegls_decode_picture | ( | MJpegDecodeContext * | s, | |
int | near, | |||
int | point_transform, | |||
int | ilv | |||
) |