FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
jpeglsdec.h File Reference

JPEG-LS decoder. More...

#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)
 

Detailed Description

JPEG-LS decoder.

Definition in file jpeglsdec.h.

Function Documentation

int ff_jpegls_decode_lse ( MJpegDecodeContext s)

Decode LSE block with initialization parameters.

Definition at line 50 of file jpeglsdec.c.

Referenced by ff_mjpeg_decode_frame().

int ff_jpegls_decode_picture ( MJpegDecodeContext s,
int  near,
int  point_transform,
int  ilv 
)

Definition at line 328 of file jpeglsdec.c.

Referenced by ff_mjpeg_decode_sos().