OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <cmath>
#include "ojph_defs.h"
#include "ojph_arch.h"
#include "ojph_colour.h"
#include "ojph_colour_local.h"
#include <xmmintrin.h>
Go to the source code of this file.
Namespaces | |
namespace | ojph |
namespace | ojph::local |
Functions | |
void | ojph::local::sse_ict_forward (const float *r, const float *g, const float *b, float *y, float *cb, float *cr, ui32 repeat) |
void | ojph::local::sse_ict_backward (const float *y, const float *cb, const float *cr, float *r, float *g, float *b, ui32 repeat) |