#include <iostream>
#include "includes.hpp"
#include "dwt.hpp"
#include "tilecutter.hpp"
#include "rawio.hpp"
Data Structures | |
class | CRESIDUE |
Compression-manger class. More... | |
Variables | |
float | diff_tileR [TILE_SIZE *TILE_SIZE] |
float | diff_tileG [TILE_SIZE *TILE_SIZE] |
float | diff_tileB [TILE_SIZE *TILE_SIZE] |
float | img_data_uncompressedR [TILE_SIZE *TILE_SIZE] |
float | img_data_uncompressedG [TILE_SIZE *TILE_SIZE] |
float | img_data_uncompressedB [TILE_SIZE *TILE_SIZE] |