|
OpenJPH
Open-source implementation of JPEG2000 Part-15
|
#include <climits>#include <cmath>#include "ojph_mem.h"#include "ojph_params.h"#include "ojph_codestream_local.h"#include "ojph_resolution.h"#include "ojph_tile_comp.h"#include "ojph_tile.h"#include "ojph_subband.h"#include "ojph_precinct.h"#include "../transform/ojph_transform.h"Go to the source code of this file.
Namespaces | |
| namespace | ojph |
| namespace | ojph::local |
Functions | |
| static void | ojph::local::rotate_buffers (line_buf *line1, line_buf *line2, line_buf *line3, line_buf *line4) |
| static void | ojph::local::rotate_buffers (line_buf *line1, line_buf *line2, line_buf *line3, line_buf *line4, line_buf *line5, line_buf *line6) |