Engauge Digitizer 2
|
#include <assert.h>
#include <math.h>
#include <qmath.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "Jpeg2000Color.h"
Go to the source code of this file.
Functions | |
void | sycc_to_rgb (int offset, int upb, int y, int cb, int cr, int *out_r, int *out_g, int *out_b) |
void | sycc444_to_rgb (opj_image_t *img) |
void | sycc422_to_rgb (opj_image_t *img) |
void | sycc420_to_rgb (opj_image_t *img) |
void | color_sycc_to_rgb (opj_image_t *img) |
void color_sycc_to_rgb | ( | opj_image_t * | img | ) |
Definition at line 237 of file Jpeg2000Color.cpp.
void sycc420_to_rgb | ( | opj_image_t * | img | ) |
Definition at line 170 of file Jpeg2000Color.cpp.
void sycc422_to_rgb | ( | opj_image_t * | img | ) |
Definition at line 115 of file Jpeg2000Color.cpp.
void sycc444_to_rgb | ( | opj_image_t * | img | ) |
Definition at line 82 of file Jpeg2000Color.cpp.
void sycc_to_rgb | ( | int | offset, |
int | upb, | ||
int | y, | ||
int | cb, | ||
int | cr, | ||
int * | out_r, | ||
int * | out_g, | ||
int * | out_b ) |
Definition at line 66 of file Jpeg2000Color.cpp.