|
static bool | grk::j2k_read_header_procedure (CodeStream *codeStream) |
| The read header procedure. More...
|
|
static bool | grk::j2k_compress_validation (CodeStream *codeStream) |
| The default compressing validation procedure without any extension. More...
|
|
static bool | grk::j2k_decompress_validation (CodeStream *codeStream) |
| The default decoding validation procedure without any extension. More...
|
|
static bool | grk::j2k_mct_validation (CodeStream *codeStream) |
| The mct compressing validation procedure. More...
|
|
static bool | grk::j2k_update_rates (CodeStream *codeStream) |
| Updates the rates of the tcp. More...
|
|
static bool | grk::j2k_copy_default_tcp (CodeStream *codeStream) |
| Copies the decoding tile parameters onto all the tile parameters. More...
|
|
static bool | grk::j2k_decompress_tiles (CodeStream *codeStream) |
| Read the tiles. More...
|
|
static bool | grk::j2k_get_end_header (CodeStream *codeStream) |
| Gets the offset of the header. More...
|
|
static bool | grk::j2k_end_encoding (CodeStream *codeStream) |
| Ends the compressing, i.e. More...
|
|
static bool | grk::j2k_init_info (CodeStream *codeStream) |
| Inits the Info. More...
|
|
static bool | grk::j2k_check_poc_val (const grk_progression *p_pocs, uint32_t nb_pocs, uint32_t nb_resolutions, uint32_t numcomps, uint32_t numlayers) |
| Checks the progression order changes values. More...
|
|
static uint64_t | grk::j2k_get_num_tp (CodingParams *cp, uint32_t pino, uint16_t tileno) |
| Gets the number of tile parts used for the given change of progression (if any) and the given tile. More...
|
|
static bool | grk::j2k_calculate_tp (CodingParams *cp, uint16_t *p_nb_tile_parts, GrkImage *image) |
| Calculates the total number of tile parts needed by the compressor to compress such an image. More...
|
|
static bool | grk::lupDecompose (float *matrix, uint32_t *permutations, float *p_swap_area, uint32_t nb_compo) |
| LUP decomposition. More...
|
|
static void | grk::lupSolve (float *pResult, float *pMatrix, float *pVector, uint32_t *pPermutations, uint32_t nb_compo, float *p_intermediate_data) |
| LUP solving. More...
|
|
static void | grk::lupInvert (float *pSrcMatrix, float *pDestMatrix, uint32_t nb_compo, uint32_t *pPermutations, float *p_src_temp, float *p_dest_temp, float *p_swap_area) |
| LUP inversion (call with the result of lupDecompose) More...
|
|
static bool | grk::j2k_decompress_tile (CodeStream *codeStream) |
|
static bool | grk::matrix_inversion_f (float *pSrcMatrix, float *pDestMatrix, uint32_t nb_compo) |
| Matrix inversion. More...
|
|
|
bool | grk::j2k_init_mct_encoding (TileCodingParams *p_tcp, GrkImage *p_image) |
|
char * | grk::j2k_convert_progression_order (GRK_PROG_ORDER prg_order) |
| Converts an enum type progression order to string type. More...
|
|