OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <cmath>
#include "ojph_defs.h"
#include "ojph_arch.h"
#include "ojph_colour.h"
#include <immintrin.h>
Go to the source code of this file.
Namespaces | |
namespace | ojph |
namespace | ojph::local |
Functions | |
void | ojph::local::sse2_cnvrt_float_to_si32_shftd (const float *sp, si32 *dp, float mul, ui32 width) |
void | ojph::local::sse2_cnvrt_float_to_si32 (const float *sp, si32 *dp, float mul, ui32 width) |
void | ojph::local::sse2_cnvrt_si32_to_si32_shftd (const si32 *sp, si32 *dp, int shift, ui32 width) |
void | ojph::local::sse2_rct_forward (const si32 *r, const si32 *g, const si32 *b, si32 *y, si32 *cb, si32 *cr, ui32 repeat) |
void | ojph::local::sse2_rct_backward (const si32 *y, const si32 *cb, const si32 *cr, si32 *r, si32 *g, si32 *b, ui32 repeat) |