|
Grok 12.0.1
|
#include "CodingParams.h"Go to the source code of this file.
Classes | |
| struct | grk::ICodeStreamCompress |
| struct | grk::ICodeStreamDecompress |
| class | grk::CodeStream |
Namespaces | |
| namespace | grk |
| Copyright (C) 2016-2024 Grok Image Compression Inc. | |
Macros | |
| #define | J2K_CP_CSTY_PRT 0x01 |
| #define | J2K_CP_CSTY_SOP 0x02 |
| #define | J2K_CP_CSTY_EPH 0x04 |
| #define | J2K_CCP_CSTY_PRT 0x01 |
| #define | J2K_CCP_QNTSTY_NOQNT 0 |
| #define | J2K_CCP_QNTSTY_SIQNT 1 |
| #define | J2K_CCP_QNTSTY_SEQNT 2 |
Typedefs | |
| typedef void(* | grk::j2k_mct_function) (const void *p_src_data, void *p_dest_data, uint64_t nb_elem) |
| typedef std::function< bool(void)> | grk::PROCEDURE_FUNC |
Functions | |
| template<typename S , typename D > | |
| void | grk::j2k_write (const void *p_src_data, void *p_dest_data, uint64_t nb_elem) |
| #define J2K_CCP_CSTY_PRT 0x01 |
| #define J2K_CCP_QNTSTY_NOQNT 0 |
| #define J2K_CCP_QNTSTY_SEQNT 2 |
Referenced by grk::CodeStreamCompress::init(), and grk::CodeStreamDecompress::read_SQcd_SQcc().
| #define J2K_CCP_QNTSTY_SIQNT 1 |
| #define J2K_CP_CSTY_EPH 0x04 |
| #define J2K_CP_CSTY_PRT 0x01 |
| #define J2K_CP_CSTY_SOP 0x02 |