HomeSort by relevance Sort by last modified time
    Searched refs:OPJ_UINT32 (Results 1 - 25 of 38) sorted by null

1 2

  /external/pdfium/third_party/libopenjpeg20/
dwt.h 69 OPJ_BOOL opj_dwt_decode(opj_tcd_tilecomp_t* tilec, OPJ_UINT32 numres);
76 OPJ_UINT32 opj_dwt_getgain(OPJ_UINT32 orient) ;
83 OPJ_FLOAT64 opj_dwt_getnorm(OPJ_UINT32 level, OPJ_UINT32 orient);
96 OPJ_BOOL opj_dwt_decode_real(opj_tcd_tilecomp_t* restrict tilec, OPJ_UINT32 numres);
103 OPJ_UINT32 opj_dwt_getgain_real(OPJ_UINT32 orient);
110 OPJ_FLOAT64 opj_dwt_getnorm_real(OPJ_UINT32 level, OPJ_UINT32 orient)
    [all...]
pi.h 56 OPJ_UINT32 pdx, pdy;
57 OPJ_UINT32 pw, ph;
64 OPJ_UINT32 dx, dy;
66 OPJ_UINT32 numresolutions;
79 OPJ_UINT32 step_l;
81 OPJ_UINT32 step_r;
83 OPJ_UINT32 step_c;
85 OPJ_UINT32 step_p;
87 OPJ_UINT32 compno;
89 OPJ_UINT32 resno
    [all...]
mct.h 63 void opj_mct_encode(OPJ_INT32 *c0, OPJ_INT32 *c1, OPJ_INT32 *c2, OPJ_UINT32 n);
71 void opj_mct_decode(OPJ_INT32 *c0, OPJ_INT32 *c1, OPJ_INT32 *c2, OPJ_UINT32 n);
77 OPJ_FLOAT64 opj_mct_getnorm(OPJ_UINT32 compno);
86 void opj_mct_encode_real(OPJ_INT32 *c0, OPJ_INT32 *c1, OPJ_INT32 *c2, OPJ_UINT32 n);
94 void opj_mct_decode_real(OPJ_FLOAT32* c0, OPJ_FLOAT32* c1, OPJ_FLOAT32* c2, OPJ_UINT32 n);
100 OPJ_FLOAT64 opj_mct_getnorm_real(OPJ_UINT32 compno);
113 OPJ_UINT32 n,
115 OPJ_UINT32 p_nb_comp,
116 OPJ_UINT32 is_signed);
128 OPJ_UINT32 n
    [all...]
tgt.h 61 OPJ_UINT32 known;
69 OPJ_UINT32 numleafsh;
70 OPJ_UINT32 numleafsv;
71 OPJ_UINT32 numnodes;
73 OPJ_UINT32 nodes_size; /* maximum size taken by nodes */
86 opj_tgt_tree_t *opj_tgt_create(OPJ_UINT32 numleafsh, OPJ_UINT32 numleafsv, opj_event_mgr_t *manager);
98 OPJ_UINT32 p_num_leafs_h,
99 OPJ_UINT32 p_num_leafs_v, opj_event_mgr_t *p_manager);
117 OPJ_UINT32 leafno,
    [all...]
raw.h 56 OPJ_UINT32 ct;
58 OPJ_UINT32 lenmax;
60 OPJ_UINT32 len;
87 OPJ_UINT32 opj_raw_numbytes(opj_raw_t *raw);
94 void opj_raw_init_dec(opj_raw_t *raw, OPJ_BYTE *bp, OPJ_UINT32 len);
100 OPJ_UINT32 opj_raw_decode(opj_raw_t *raw);
j2k.h 179 OPJ_UINT32 csty;
181 OPJ_UINT32 numresolutions;
183 OPJ_UINT32 cblkw;
185 OPJ_UINT32 cblkh;
187 OPJ_UINT32 cblksty;
189 OPJ_UINT32 qmfbid;
191 OPJ_UINT32 qntsty;
195 OPJ_UINT32 numgbits;
199 OPJ_UINT32 prcw[OPJ_J2K_MAXRLVLS];
201 OPJ_UINT32 prch[OPJ_J2K_MAXRLVLS]
    [all...]
tcd.h 57 OPJ_UINT32 dataindex;
58 OPJ_UINT32 numpasses;
59 OPJ_UINT32 real_num_passes;
60 OPJ_UINT32 len;
61 OPJ_UINT32 maxpasses;
62 OPJ_UINT32 numnewpasses;
63 OPJ_UINT32 newlen;
70 OPJ_UINT32 rate;
72 OPJ_UINT32 len;
73 OPJ_UINT32 term : 1
    [all...]
t2.h 81 OPJ_UINT32 tileno,
83 OPJ_UINT32 maxlayers,
85 OPJ_UINT32 * p_data_written,
86 OPJ_UINT32 len,
88 OPJ_UINT32 tpnum,
90 OPJ_UINT32 pino,
106 OPJ_UINT32 tileno,
109 OPJ_UINT32 * p_data_read,
110 OPJ_UINT32 len,
mqc.h 57 OPJ_UINT32 qeval;
59 OPJ_UINT32 mps;
72 OPJ_UINT32 c;
73 OPJ_UINT32 a;
74 OPJ_UINT32 ct;
103 OPJ_UINT32 opj_mqc_numbytes(opj_mqc_t *mqc);
117 void opj_mqc_setstate(opj_mqc_t *mqc, OPJ_UINT32 ctxno, OPJ_UINT32 msb, OPJ_INT32 prob);
129 #define opj_mqc_setcurctx(mqc, ctxno) (mqc)->curctx = &(mqc)->ctxs[(OPJ_UINT32)(ctxno)]
135 void opj_mqc_encode(opj_mqc_t *mqc, OPJ_UINT32 d)
    [all...]
bio.h 64 OPJ_UINT32 buf;
66 OPJ_UINT32 ct;
94 void opj_bio_init_enc(opj_bio_t *bio, OPJ_BYTE *bp, OPJ_UINT32 len);
101 void opj_bio_init_dec(opj_bio_t *bio, OPJ_BYTE *bp, OPJ_UINT32 len);
108 void opj_bio_write(opj_bio_t *bio, OPJ_UINT32 v, OPJ_UINT32 n);
115 OPJ_UINT32 opj_bio_read(opj_bio_t *bio, OPJ_UINT32 n);
invert.h 58 OPJ_UINT32 nb_compo);
invert.c 38 OPJ_UINT32 * permutations,
40 OPJ_UINT32 nb_compo);
47 OPJ_UINT32* pPermutations,
48 OPJ_UINT32 nb_compo,
56 OPJ_UINT32 nb_compo,
57 OPJ_UINT32 * pPermutations,
72 OPJ_UINT32 nb_compo)
75 OPJ_UINT32 l_permutation_size = nb_compo * (OPJ_UINT32)sizeof(OPJ_UINT32);
    [all...]
jp2.h 123 OPJ_UINT32 *entries;
137 OPJ_UINT32 icc_profile_len;
148 OPJ_UINT32 depth;
149 OPJ_UINT32 sgnd;
150 OPJ_UINT32 bpcc;
166 OPJ_UINT32 w;
168 OPJ_UINT32 h;
170 OPJ_UINT32 numcomps;
171 OPJ_UINT32 bpc;
172 OPJ_UINT32 C
    [all...]
function_list.h 62 OPJ_UINT32 m_nb_procedures;
66 OPJ_UINT32 m_nb_max_procedures;
107 OPJ_UINT32 opj_procedure_list_get_nb_procedures (opj_procedure_list_t * p_validation_list);
openjpeg.h 126 typedef uint32_t OPJ_UINT32;
327 OPJ_UINT32 resno0, compno0;
329 OPJ_UINT32 layno1, resno1, compno1;
331 OPJ_UINT32 layno0, precno0, precno1;
337 OPJ_UINT32 tile;
341 OPJ_UINT32 layS, resS, compS, prcS;
343 OPJ_UINT32 layE, resE, compE, prcE;
345 OPJ_UINT32 txS,txE,tyS,tyE,dx,dy;
347 OPJ_UINT32 lay_t, res_t, comp_t, prc_t,tx0_t,ty0_t;
381 OPJ_UINT32 numpocs
    [all...]
opj_intmath.h 64 static INLINE OPJ_UINT32 opj_uint_min(OPJ_UINT32 a, OPJ_UINT32 b) {
80 static INLINE OPJ_UINT32 opj_uint_max(OPJ_UINT32 a, OPJ_UINT32 b) {
88 static INLINE OPJ_UINT32 opj_uint_adds(OPJ_UINT32 a, OPJ_UINT32 b) {
90 return (OPJ_UINT32)(-(OPJ_INT32)(sum >> 32)) | (OPJ_UINT32)sum
    [all...]
t1.h 108 OPJ_UINT32 w;
109 OPJ_UINT32 h;
110 OPJ_UINT32 datasize;
111 OPJ_UINT32 flagssize;
112 OPJ_UINT32 flags_stride;
113 OPJ_UINT32 data_stride;
135 OPJ_UINT32 mct_numcomps);
bio.c 51 static void opj_bio_putbit(opj_bio_t *bio, OPJ_UINT32 b);
57 static OPJ_UINT32 opj_bio_getbit(opj_bio_t *bio);
101 static void opj_bio_putbit(opj_bio_t *bio, OPJ_UINT32 b) {
109 static OPJ_UINT32 opj_bio_getbit(opj_bio_t *bio) {
138 void opj_bio_init_enc(opj_bio_t *bio, OPJ_BYTE *bp, OPJ_UINT32 len) {
146 void opj_bio_init_dec(opj_bio_t *bio, OPJ_BYTE *bp, OPJ_UINT32 len) {
154 void opj_bio_write(opj_bio_t *bio, OPJ_UINT32 v, OPJ_UINT32 n) {
155 OPJ_UINT32 i;
161 OPJ_UINT32 opj_bio_read(opj_bio_t *bio, OPJ_UINT32 n)
    [all...]
t2.c 50 static OPJ_UINT32 opj_t2_getcommacode(opj_bio_t *bio);
56 static void opj_t2_putnumpasses(opj_bio_t *bio, OPJ_UINT32 n);
57 static OPJ_UINT32 opj_t2_getnumpasses(opj_bio_t *bio);
71 static OPJ_BOOL opj_t2_encode_packet( OPJ_UINT32 tileno,
76 OPJ_UINT32 * p_data_written,
77 OPJ_UINT32 len,
98 OPJ_UINT32 * data_read,
99 OPJ_UINT32 max_length,
108 OPJ_UINT32 * p_data_read,
109 OPJ_UINT32 p_max_length
    [all...]
opj_codec.h 66 OPJ_UINT32 * p_tile_index,
67 OPJ_UINT32 * p_data_size,
72 OPJ_UINT32 * p_nb_comps,
79 OPJ_UINT32 p_tile_index,
81 OPJ_UINT32 p_data_size,
110 OPJ_UINT32 tile_index);
114 OPJ_UINT32 res_factor,
133 OPJ_UINT32 p_tile_index,
135 OPJ_UINT32 p_data_size,
raw.c 62 OPJ_UINT32 opj_raw_numbytes(opj_raw_t *raw) {
65 return (OPJ_UINT32)diff;
68 void opj_raw_init_dec(opj_raw_t *raw, OPJ_BYTE *bp, OPJ_UINT32 len) {
76 OPJ_UINT32 opj_raw_decode(opj_raw_t *raw) {
77 OPJ_UINT32 d;
tgt.c 48 opj_tgt_tree_t *opj_tgt_create(OPJ_UINT32 numleafsh, OPJ_UINT32 numleafsv, opj_event_mgr_t *manager) {
55 OPJ_UINT32 i;
57 OPJ_UINT32 numlvls;
58 OPJ_UINT32 n;
74 n = (OPJ_UINT32)(nplh[numlvls] * nplv[numlvls]);
94 tree->nodes_size = tree->numnodes * (OPJ_UINT32)sizeof(opj_tgt_node_t);
133 opj_tgt_tree_t *opj_tgt_init(opj_tgt_tree_t * p_tree,OPJ_UINT32 p_num_leafs_h, OPJ_UINT32 p_num_leafs_v, opj_event_mgr_t *p_manager)
140 OPJ_UINT32 i
    [all...]
t1.c 48 static INLINE OPJ_BYTE opj_t1_getctxno_zc(OPJ_UINT32 f, OPJ_UINT32 orient);
49 static OPJ_BYTE opj_t1_getctxno_sc(OPJ_UINT32 f);
50 static INLINE OPJ_UINT32 opj_t1_getctxno_mag(OPJ_UINT32 f);
51 static OPJ_BYTE opj_t1_getspb(OPJ_UINT32 f);
52 static OPJ_INT16 opj_t1_getnmsedec_sig(OPJ_UINT32 x, OPJ_UINT32 bitpos);
53 static OPJ_INT16 opj_t1_getnmsedec_ref(OPJ_UINT32 x, OPJ_UINT32 bitpos)
    [all...]
pi.c 94 OPJ_UINT32 p_tileno,
99 OPJ_UINT32 p_max_prec,
100 OPJ_UINT32 p_max_res,
101 OPJ_UINT32 p_dx_min,
102 OPJ_UINT32 p_dy_min);
120 OPJ_UINT32 p_num_comps,
121 OPJ_UINT32 p_tileno,
126 OPJ_UINT32 p_max_prec,
127 OPJ_UINT32 p_max_res,
128 OPJ_UINT32 p_dx_min
    [all...]
j2k.c 192 static const struct opj_dec_memory_marker_handler * opj_j2k_get_marker_handler (OPJ_UINT32 p_id);
228 OPJ_UINT32 p_tile_no,
229 OPJ_UINT32 p_comp_no,
231 OPJ_UINT32 * p_header_size,
243 static OPJ_UINT32 opj_j2k_get_SPCod_SPCoc_size (opj_j2k_t *p_j2k,
244 OPJ_UINT32 p_tile_no,
245 OPJ_UINT32 p_comp_no );
256 OPJ_UINT32 compno,
258 OPJ_UINT32 * p_header_size,
270 static OPJ_UINT32 opj_j2k_get_SQcd_SQcc_size ( opj_j2k_t *p_j2k
    [all...]

Completed in 71 milliseconds

1 2