FFmpeg
|
JPEG-LS common code. More...
Go to the source code of this file.
Functions | |
void | ff_jpegls_init_state (JLSState *state) |
Calculate initial JPEG-LS parameters. More... | |
static int | iso_clip (int v, int vmin, int vmax) |
Custom value clipping function used in T1, T2, T3 calculation. More... | |
void | ff_jpegls_reset_coding_parameters (JLSState *s, int reset_all) |
Calculate JPEG-LS codec values. More... | |
JPEG-LS common code.
Definition in file jpegls.c.
Calculate initial JPEG-LS parameters.
Definition at line 31 of file jpegls.c.
Referenced by encode_picture_ls(), and ff_jpegls_decode_picture().
Custom value clipping function used in T1, T2, T3 calculation.
Definition at line 54 of file jpegls.c.
Referenced by ff_jpegls_reset_coding_parameters().
Calculate JPEG-LS codec values.
Definition at line 62 of file jpegls.c.
Referenced by encode_picture_ls(), ff_jpegls_decode_picture(), and ls_store_lse().