HiRISE
 PDS_JP2

Namespaces | Macros | Functions
JP2_Encoder.cc File Reference
#include "JP2_Encoder.hh"
#include "Files.hh"
#include "endian.hh"
#include "jp2.h"
#include "kdu_stripe_compressor.h"
#include <iostream>
#include <fstream>
#include <sstream>
#include <iomanip>
#include <string>
#include <vector>
#include <algorithm>
#include <cmath>
#include <stdexcept>
Include dependency graph for JP2_Encoder.cc:

Namespaces

 UA
 
 UA::HiRISE
 

Macros

#define PROGRESSION_ORDER   "PCRL"
 
#define INCREMENTAL_FLUSH_BYTES   (256 * 1024 * 1024)
 

Functions

bool power_of_2 (unsigned int value)
 Test if a value is a power of 2. More...
 

Macro Definition Documentation

◆ PROGRESSION_ORDER

#define PROGRESSION_ORDER   "PCRL"

◆ INCREMENTAL_FLUSH_BYTES

#define INCREMENTAL_FLUSH_BYTES   (256 * 1024 * 1024)