|
OpenJPEG 1.5.2
|
Modification of jpip.c from 2KAN indexer. More...
Macros | |
| #define | MAX(a, b) |
Functions | |
| int | write_tpixfaix (int coff, int compno, opj_codestream_info_t cstr_info, int j2klen, opj_cio_t *cio) |
| int | write_tpix (int coff, opj_codestream_info_t cstr_info, int j2klen, opj_cio_t *cio) |
| int | get_num_max_tile_parts (opj_codestream_info_t cstr_info) |
Modification of jpip.c from 2KAN indexer.
| #define MAX | ( | a, | |
| b ) |
Referenced by get_num_max_tile_parts().
| int get_num_max_tile_parts | ( | opj_codestream_info_t | cstr_info | ) |
References MAX, opj_tile_info::num_tps, opj_codestream_info::th, opj_codestream_info::tile, and opj_codestream_info::tw.
Referenced by write_tpixfaix().
| int write_tpix | ( | int | coff, |
| opj_codestream_info_t | cstr_info, | ||
| int | j2klen, | ||
| opj_cio_t * | cio ) |
References cio_seek(), cio_skip(), cio_tell(), cio_write(), JPIP_TPIX, and write_tpixfaix().
Referenced by write_cidx().
| int write_tpixfaix | ( | int | coff, |
| int | compno, | ||
| opj_codestream_info_t | cstr_info, | ||
| int | j2klen, | ||
| opj_cio_t * | cio ) |
References cio_seek(), cio_skip(), cio_tell(), cio_write(), get_num_max_tile_parts(), JPIP_FAIX, opj_tile_info::num_tps, opj_codestream_info::numdecompos, opj_codestream_info::th, opj_codestream_info::tile, opj_tile_info::tp, opj_tp_info::tp_end_pos, opj_tp_info::tp_start_pos, and opj_codestream_info::tw.
Referenced by write_tpix().