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 <immintrin.h>
Go to the source code of this file.
Namespaces | |
namespace | ojph |
namespace | ojph::local |
Functions | |
void | ojph::local::avx_cnvrt_si32_to_float_shftd (const si32 *sp, float *dp, float mul, ui32 width) |
void | ojph::local::avx_cnvrt_si32_to_float (const si32 *sp, float *dp, float mul, ui32 width) |
void | ojph::local::avx_cnvrt_float_to_si32_shftd (const float *sp, si32 *dp, float mul, ui32 width) |
void | ojph::local::avx_cnvrt_float_to_si32 (const float *sp, si32 *dp, float mul, ui32 width) |
void | ojph::local::avx_ict_forward (const float *r, const float *g, const float *b, float *y, float *cb, float *cr, ui32 repeat) |
void | ojph::local::avx_ict_backward (const float *y, const float *cb, const float *cr, float *r, float *g, float *b, ui32 repeat) |