#include <memory.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <float.h>
#include <time.h>
#include <stdio.h>
#include <stdarg.h>
#include <ctype.h>
#include "openjpeg.h"
#include "j2k_lib.h"
#include "opj_malloc.h"
#include "event.h"
#include "bio.h"
#include "cio.h"
#include "image.h"
#include "j2k.h"
#include "jp2.h"
#include "jpt.h"
#include "mqc.h"
#include "raw.h"
#include "tgt.h"
#include "pi.h"
#include "tcd.h"
#include "t1.h"
#include "dwt.h"
#include "t2.h"
#include "mct.h"
#include "int.h"
#include "fix.h"
#include "cidx_manager.h"
#include "indexbox_manager.h"
#include "./jpwl/jpwl.h"
Go to the source code of this file.
◆ __attribute__
#define __attribute__ |
( |
| x | ) |
|
◆ INLINE
Referenced by fix_mul(), int_abs(), int_ceildiv(), int_ceildivpow2(), int_clamp(), int_floordivpow2(), int_floorlog2(), int_max(), int_min(), memalign(), mqc_lpsexchange(), mqc_mpsexchange(), mqc_renormd(), t1_dec_refpass_step_mqc(), t1_dec_refpass_step_mqc_vsc(), t1_dec_refpass_step_raw(), t1_dec_sigpass_step_mqc(), t1_dec_sigpass_step_mqc_vsc(), and t1_dec_sigpass_step_raw().
◆ restrict
#define restrict /* restrict */ |
Referenced by dwt_decode_max_resolution(), dwt_decode_real(), dwt_decode_tile(), mct_decode(), mct_decode_real(), mct_encode(), mct_encode_real(), t1_decode_cblks(), t1_encode_cblks(), v4dwt_decode(), v4dwt_decode_step1(), v4dwt_decode_step2(), v4dwt_interleave_h(), and v4dwt_interleave_v().