|
static void | grk::j2k_dump_MH_info (CodeStream *codeStream, FILE *out_stream) |
|
static void | grk::j2k_dump_MH_index (CodeStream *codeStream, FILE *out_stream) |
|
static void | grk::j2k_dump_tile_info (TileCodingParams *default_tile, uint32_t numcomps, FILE *out_stream) |
|
void | grk::j2k_dump (CodeStream *codeStream, uint32_t flag, FILE *out_stream) |
| Dump some elements from the J2K decompression structure . More...
|
|
void | grk::j2k_dump_image_header (GrkImage *image, bool dev_dump_flag, FILE *out_stream) |
| Dump an image header structure. More...
|
|
void | grk::j2k_dump_image_comp_header (grk_image_comp *comp, bool dev_dump_flag, FILE *out_stream) |
| Dump a component image header structure. More...
|
|
grk_codestream_info_v2 * | grk::j2k_get_cstr_info (CodeStream *codeStream) |
| Get the code stream info from a JPEG2000 codec. More...
|
|
grk_codestream_index * | grk::j2k_get_cstr_index (CodeStream *codeStream) |
| Get the code stream index from a JPEG2000 codec. More...
|
|
bool | grk::j2k_allocate_tile_element_cstr_index (CodeStream *codeStream) |
|
grk_codestream_index * | grk::j2k_create_cstr_index (void) |
|
void | grk::j2k_destroy_cstr_index (grk_codestream_index *p_cstr_ind) |
| Destroys a code stream index structure. More...
|
|
void | grk::jp2_dump (FileFormat *fileFormat, uint32_t flag, FILE *out_stream) |
| Dump some elements from the JP2 decompression structure . More...
|
|
grk_codestream_index * | grk::jp2_get_cstr_index (FileFormat *fileFormat) |
| Get the code stream index from a JPEG2000 codec. More...
|
|
grk_codestream_info_v2 * | grk::jp2_get_cstr_info (FileFormat *fileFormat) |
| Get the code stream info from a JPEG2000 codec. More...
|
|