OpenJPH
Open-source implementation of JPEG2000 Part-15
|
implements HTJ2K block encoder More...
#include <cassert>
#include <cstring>
#include <cstdint>
#include <climits>
#include "ojph_mem.h"
#include "ojph_arch.h"
#include "ojph_block_encoder.h"
#include "ojph_message.h"
#include "table0.h"
#include "table1.h"
Go to the source code of this file.
Classes | |
struct | ojph::local::uvlc_tbl_struct |
struct | ojph::local::mel_struct |
struct | ojph::local::vlc_struct |
struct | ojph::local::ms_struct |
Namespaces | |
namespace | ojph |
namespace | ojph::local |
Variables | |
const int | ojph::local::num_uvlc_entries = 75 |
static uvlc_tbl_struct | ojph::local::uvlc_tbl [num_uvlc_entries] |
static bool | ojph::local::tables_initialized = false |
implements HTJ2K block encoder
Definition in file ojph_block_encoder.cpp.