OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <cstdio>
#include "ojph_defs.h"
#include "ojph_arch.h"
#include "ojph_mem.h"
#include "ojph_transform.h"
#include "ojph_transform_local.h"
#include <immintrin.h>
Go to the source code of this file.
Namespaces | |
namespace | ojph |
namespace | ojph::local |
Functions | |
void | ojph::local::sse_irrev_vert_wvlt_step (const line_buf *src1, const line_buf *src2, line_buf *dst, int step_num, ui32 repeat) |
void | ojph::local::sse_irrev_vert_wvlt_K (const line_buf *src, line_buf *dst, bool L_analysis_or_H_synthesis, ui32 repeat) |
void | ojph::local::sse_irrev_horz_wvlt_fwd_tx (line_buf *src, line_buf *ldst, line_buf *hdst, ui32 width, bool even) |
void | ojph::local::sse_irrev_horz_wvlt_bwd_tx (line_buf *src, line_buf *ldst, line_buf *hdst, ui32 width, bool even) |