![]() |
Observation
|
#include "FELICS_Line_Cache.hh"
#include "Science_Channel_Header.hh"
#include "Gap_Map.hh"
#include <iostream>
#include <sstream>
#include <string>
#include <stdexcept>
Defines | |
#define | LINES_PER_FELICS_BLOCK 20 |
#define | FELICS_CACHE_CAPACITY (MAX_COMPONENT_BYTES * MAX_LINES_PER_BLOCK * 2) |
Functions | |
int | decompress (char *compressed, unsigned int amount, char *decompressed, unsigned int width, unsigned int height) |
#define LINES_PER_FELICS_BLOCK 20 |
#define FELICS_CACHE_CAPACITY (MAX_COMPONENT_BYTES * MAX_LINES_PER_BLOCK * 2) |
Referenced by FELICS_Line_Cache::refill().
int decompress | ( | char * | compressed, |
unsigned int | amount, | ||
char * | decompressed, | ||
unsigned int | width, | ||
unsigned int | height | ||
) |
References FELICS_Line_Cache::decompress().
Referenced by FELICS_Line_Cache::refill().