#include <utils/Compat.h>
#include <string>
#include <vector>
#include <fec/io.h>
#include <fec/ecc.h>
Go to the source code of this file.
◆ FATAL
Value: { \
fprintf(stderr, x); \
exit(1); \
}
◆ IMAGE_MAX_THREADS
#define IMAGE_MAX_THREADS 128 |
◆ IMAGE_MIN_THREADS
#define IMAGE_MIN_THREADS 1 |
◆ INFO
#define INFO |
( |
|
x... | ) |
fprintf(stderr, x); |
◆ unlikely
#define unlikely |
( |
|
x | ) |
__builtin_expect(!!(x), 0) |
◆ image_proc_func
◆ image_ecc_load()
bool image_ecc_load |
( |
const std::string & |
filename, |
|
|
image * |
ctx |
|
) |
| |
◆ image_ecc_new()
bool image_ecc_new |
( |
const std::string & |
filename, |
|
|
image * |
ctx |
|
) |
| |
◆ image_ecc_save()
bool image_ecc_save |
( |
image * |
ctx | ) |
|
◆ image_free()
void image_free |
( |
image * |
ctx | ) |
|
◆ image_get_interleaved_byte()
uint8_t image_get_interleaved_byte |
( |
uint64_t |
i, |
|
|
image * |
ctx |
|
) |
| |
|
inline |
◆ image_init()
void image_init |
( |
image * |
ctx | ) |
|
◆ image_load()
bool image_load |
( |
const std::vector< std::string > & |
filename, |
|
|
image * |
ctx |
|
) |
| |
◆ image_process()
◆ image_save()
bool image_save |
( |
const std::string & |
filename, |
|
|
image * |
ctx |
|
) |
| |
◆ image_set_interleaved_byte()
void image_set_interleaved_byte |
( |
uint64_t |
i, |
|
|
image * |
ctx, |
|
|
uint8_t |
value |
|
) |
| |
|
inline |