OpenJPH
Open-source implementation of JPEG2000 Part-15
ojph_transform_sse.cpp File Reference
#include <cstdio>
#include <xmmintrin.h>
#include "ojph_defs.h"
#include "ojph_arch.h"
#include "ojph_mem.h"
#include "ojph_params.h"
#include "../codestream/ojph_params_local.h"
#include "ojph_transform.h"
#include "ojph_transform_local.h"

Go to the source code of this file.

Namespaces

namespace  ojph
 
namespace  ojph::local
 

Functions

static void ojph::local::sse_deinterleave32 (float *dpl, float *dph, float *sp, int width)
 
static void ojph::local::sse_interleave32 (float *dp, float *spl, float *sph, int width)
 
static void ojph::local::sse_multiply_const (float *p, float f, int width)
 
void ojph::local::sse_irv_vert_step (const lifting_step *s, const line_buf *sig, const line_buf *other, const line_buf *aug, ui32 repeat, bool synthesis)
 
void ojph::local::sse_irv_vert_times_K (float K, const line_buf *aug, ui32 repeat)
 
void ojph::local::sse_irv_horz_ana (const param_atk *atk, const line_buf *ldst, const line_buf *hdst, const line_buf *src, ui32 width, bool even)
 
void ojph::local::sse_irv_horz_syn (const param_atk *atk, const line_buf *dst, const line_buf *lsrc, const line_buf *hsrc, ui32 width, bool even)