OpenJPEG
1.5.1
|
Computes the minimum between two integers. More...
Local static functions | |
void | j2k_read_sec (opj_j2k_t *j2k) |
Read the SEC marker (SEcured Codestream) More... | |
void | j2k_write_sec (opj_j2k_t *j2k) |
Write the SEC marker (SEcured Codestream) More... | |
void | j2k_read_insec (opj_j2k_t *j2k) |
Read the INSEC marker (SEcured Codestream) More... | |
Computes the minimum between two integers.
a | first integer to compare |
b | second integer to compare |
void j2k_read_insec | ( | opj_j2k_t * | j2k | ) |
Read the INSEC marker (SEcured Codestream)
j2k | J2K handle |
References opj_j2k::cinfo, opj_j2k::cio, cio_read(), cio_skip(), cio_tell(), EVT_INFO, and opj_event_msg().
void j2k_read_sec | ( | opj_j2k_t * | j2k | ) |
Read the SEC marker (SEcured Codestream)
j2k | J2K handle |
References opj_j2k::cinfo, opj_j2k::cio, cio_read(), cio_skip(), cio_tell(), EVT_INFO, and opj_event_msg().
void j2k_write_sec | ( | opj_j2k_t * | j2k | ) |
Write the SEC marker (SEcured Codestream)
j2k | J2K handle |
References opj_j2k::cio, cio_write(), and J2K_MS_SEC.