OpenJPEG
1.5.1
|
#include "opj_includes.h"
Functions | |
void | write_cptr (int coff, int clen, opj_cio_t *cio) |
int | write_mainmhix (int coff, opj_codestream_info_t cstr_info, opj_cio_t *cio) |
opj_bool | check_EPHuse (int coff, opj_marker_info_t *markers, int marknum, opj_cio_t *cio) |
int | write_cidx (int offset, opj_cio_t *cio, opj_image_t *image, opj_codestream_info_t cstr_info, int j2klen) |
void | write_manf (int second, int v, opj_jp2_box_t *box, opj_cio_t *cio) |
opj_bool check_EPHuse | ( | int | coff, |
opj_marker_info_t * | markers, | ||
int | marknum, | ||
opj_cio_t * | cio | ||
) |
References cio_read(), cio_seek(), cio_tell(), J2K_MS_COD, OPJ_FALSE, and OPJ_TRUE.
Referenced by write_cidx().
int write_cidx | ( | int | offset, |
opj_cio_t * | cio, | ||
opj_image_t * | image, | ||
opj_codestream_info_t | cstr_info, | ||
int | j2klen | ||
) |
References check_EPHuse(), cio_seek(), cio_skip(), cio_tell(), cio_write(), opj_codestream_info::codestream_size, JPIP_CIDX, JPIP_MHIX, JPIP_PHIX, JPIP_PPIX, JPIP_THIX, JPIP_TPIX, opj_jp2_box::length, opj_codestream_info::marker, opj_codestream_info::marknum, opj_calloc, opj_free, opj_jp2_box::type, write_cptr(), write_mainmhix(), write_manf(), write_phix(), write_ppix(), write_thix(), and write_tpix().
Referenced by opj_jp2_encode().
void write_cptr | ( | int | coff, |
int | clen, | ||
opj_cio_t * | cio | ||
) |
References cio_seek(), cio_skip(), cio_tell(), cio_write(), and JPIP_CPTR.
Referenced by write_cidx().
int write_mainmhix | ( | int | coff, |
opj_codestream_info_t | cstr_info, | ||
opj_cio_t * | cio | ||
) |
References cio_seek(), cio_skip(), cio_tell(), cio_write(), JPIP_MHIX, opj_marker_info_t::len, opj_codestream_info::main_head_end, opj_codestream_info::main_head_start, opj_codestream_info::marker, opj_codestream_info::marknum, opj_marker_info_t::pos, and opj_marker_info_t::type.
Referenced by write_cidx().
void write_manf | ( | int | second, |
int | v, | ||
opj_jp2_box_t * | box, | ||
opj_cio_t * | cio | ||
) |
References cio_seek(), cio_skip(), cio_tell(), cio_write(), and JPIP_MANF.
Referenced by write_cidx(), write_phix(), write_ppix(), and write_thix().