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

1 2

  /external/pdfium/third_party/libopenjpeg20/
bio.h 58 OPJ_BYTE *start;
60 OPJ_BYTE *end;
62 OPJ_BYTE *bp;
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);
cio.h 124 OPJ_BYTE * m_stored_data;
129 OPJ_BYTE * m_current_data;
176 void opj_write_bytes_BE(OPJ_BYTE * p_buffer, OPJ_UINT32 p_value,
186 void opj_read_bytes_BE(const OPJ_BYTE * p_buffer, OPJ_UINT32 * p_value,
196 void opj_write_bytes_LE(OPJ_BYTE * p_buffer, OPJ_UINT32 p_value,
206 void opj_read_bytes_LE(const OPJ_BYTE * p_buffer, OPJ_UINT32 * p_value,
215 void opj_write_double_LE(OPJ_BYTE * p_buffer, OPJ_FLOAT64 p_value);
222 void opj_write_double_BE(OPJ_BYTE * p_buffer, OPJ_FLOAT64 p_value);
229 void opj_read_double_LE(const OPJ_BYTE * p_buffer, OPJ_FLOAT64 * p_value);
236 void opj_read_double_BE(const OPJ_BYTE * p_buffer, OPJ_FLOAT64 * p_value)
    [all...]
mqc.h 84 OPJ_BYTE *bp;
86 OPJ_BYTE *start;
88 OPJ_BYTE *end;
94 const OPJ_BYTE* lut_ctxno_zc_orient;
96 OPJ_BYTE backup[OPJ_COMMON_CBLK_DATA_EXTRA];
131 void opj_mqc_init_enc(opj_mqc_t *mqc, OPJ_BYTE *bp);
225 void opj_mqc_init_dec(opj_mqc_t *mqc, OPJ_BYTE *bp, OPJ_UINT32 len,
246 void opj_mqc_raw_init_dec(opj_mqc_t *mqc, OPJ_BYTE *bp, OPJ_UINT32 len,
mct.h 116 OPJ_BYTE * p_coding_data,
118 OPJ_BYTE ** p_data,
131 OPJ_BYTE * pDecodingData,
133 OPJ_BYTE ** pData,
cio.c 47 void opj_write_bytes_BE(OPJ_BYTE * p_buffer, OPJ_UINT32 p_value,
50 const OPJ_BYTE * l_data_ptr = ((const OPJ_BYTE *) &p_value) + sizeof(
58 void opj_write_bytes_LE(OPJ_BYTE * p_buffer, OPJ_UINT32 p_value,
61 const OPJ_BYTE * l_data_ptr = ((const OPJ_BYTE *) &p_value) + p_nb_bytes - 1;
71 void opj_read_bytes_BE(const OPJ_BYTE * p_buffer, OPJ_UINT32 * p_value,
74 OPJ_BYTE * l_data_ptr = ((OPJ_BYTE *) p_value);
82 void opj_read_bytes_LE(const OPJ_BYTE * p_buffer, OPJ_UINT32 * p_value
    [all...]
jp2.h 110 OPJ_BYTE mtyp, pcol;
118 OPJ_BYTE *channel_sign;
119 OPJ_BYTE *channel_size;
122 OPJ_BYTE nr_channels;
129 OPJ_BYTE *icc_profile_buf;
134 OPJ_BYTE jp2_has_colr;
190 OPJ_BYTE has_jp2h;
191 OPJ_BYTE has_ihdr;
209 OPJ_BYTE *p_header_data,
218 OPJ_BYTE* (*handler)(opj_jp2_t *jp2, OPJ_UINT32 * p_data_size)
    [all...]
t2.h 86 OPJ_BYTE *dest,
114 OPJ_BYTE *src,
j2k.h 214 OPJ_BYTE * m_data;
232 OPJ_BYTE* m_data; /* m_data == NULL => Zppx not read yet */
264 OPJ_BYTE *ppt_data;
266 OPJ_BYTE *ppt_buffer;
280 OPJ_BYTE * m_data;
323 OPJ_BYTE m_tp_flag;
373 OPJ_BYTE *ppm_data;
379 OPJ_BYTE *ppm_data_current;
382 OPJ_BYTE *ppm_buffer;
384 OPJ_BYTE *ppm_data_first
    [all...]
tcd.h 71 OPJ_BYTE *data; /* data */
78 OPJ_BYTE* data; /* Data */
98 OPJ_BYTE * data;
347 OPJ_BYTE *dest,
372 OPJ_BYTE *p_dest,
403 OPJ_BYTE *src,
414 OPJ_BYTE * p_dest,
438 OPJ_BYTE * p_src,
jp2.c 65 OPJ_BYTE *p_image_header_data,
77 static OPJ_BYTE * opj_jp2_write_ihdr(opj_jp2_t *jp2,
88 static OPJ_BYTE * opj_jp2_write_bpcc(opj_jp2_t *jp2,
102 OPJ_BYTE * p_bpc_header_data,
107 OPJ_BYTE * p_cdef_header_data,
122 static OPJ_BYTE * opj_jp2_write_cdef(opj_jp2_t *jp2,
133 static OPJ_BYTE * opj_jp2_write_colr(opj_jp2_t *jp2,
160 OPJ_BYTE * p_header_data,
179 OPJ_BYTE *p_header_data,
252 OPJ_BYTE * p_header_data
    [all...]
bio.c 88 *bio->bp++ = (OPJ_BYTE)(bio->buf >> 8);
147 void opj_bio_init_enc(opj_bio_t *bio, OPJ_BYTE *bp, OPJ_UINT32 len)
156 void opj_bio_init_dec(opj_bio_t *bio, OPJ_BYTE *bp, OPJ_UINT32 len)
mqc.c 192 *mqc->bp = (OPJ_BYTE)(mqc->c >> 20);
198 *mqc->bp = (OPJ_BYTE)(mqc->c >> 19);
206 *mqc->bp = (OPJ_BYTE)(mqc->c >> 20);
211 *mqc->bp = (OPJ_BYTE)(mqc->c >> 19);
283 void opj_mqc_init_enc(opj_mqc_t *mqc, OPJ_BYTE *bp)
360 *mqc->bp = (OPJ_BYTE)mqc->c;
386 OPJ_BYTE bit_value = 0;
394 bit_value = (OPJ_BYTE)(1U - bit_value);
396 *mqc->bp = (OPJ_BYTE)mqc->c;
489 OPJ_BYTE *bp
    [all...]
opj_codec.h 77 OPJ_BYTE * p_data,
136 OPJ_BYTE * p_data,
j2k.c 249 OPJ_BYTE * p_data,
276 OPJ_BYTE * p_header_data,
321 OPJ_BYTE * p_data,
342 OPJ_BYTE * p_header_data,
387 static void opj_j2k_get_tile_data(opj_tcd_t * p_tcd, OPJ_BYTE * p_data);
401 OPJ_BYTE * p_data,
408 OPJ_BYTE * p_data,
473 OPJ_BYTE * p_header_data,
496 OPJ_BYTE * p_header_data,
518 OPJ_BYTE * p_header_data
    [all...]
pi.h 75 OPJ_BYTE tp_on;
t2.c 80 OPJ_BYTE *dest,
105 OPJ_BYTE *src,
115 OPJ_BYTE *p_src,
126 OPJ_BYTE *p_src_data,
135 OPJ_BYTE *p_src_data,
223 OPJ_BYTE *p_dest,
233 OPJ_BYTE *l_current_data = p_dest;
377 OPJ_BYTE *p_src,
383 OPJ_BYTE *l_current_data = p_src;
605 OPJ_BYTE *p_src
    [all...]
t1.h 208 OPJ_BYTE *cblkdatabuffer;
invert.c 74 OPJ_BYTE * l_data = 00;
81 l_data = (OPJ_BYTE *) opj_malloc(l_total_size);
tcd.c 155 OPJ_BYTE * p_src_data,
181 OPJ_BYTE * p_dest_data,
188 OPJ_BYTE * p_dest_data,
443 OPJ_BYTE *dest,
    [all...]
openjpeg.c 225 OPJ_BYTE*,
308 OPJ_UINT32, OPJ_BYTE*, OPJ_UINT32,
548 OPJ_BYTE * p_data,
642 OPJ_BYTE*,
680 OPJ_BYTE*,
888 memcpy(((OPJ_BYTE *) parameters->mct_data) + l_matrix_size, p_dc_shift,
896 OPJ_BYTE * p_data,
    [all...]
t1_luts.h 3 static const OPJ_BYTE lut_ctxno_zc[2048] = {
70 static const OPJ_BYTE lut_ctxno_sc[256] = {
89 static const OPJ_BYTE lut_spb[256] = {
mct.c 456 OPJ_BYTE * pCodingdata,
458 OPJ_BYTE ** pData,
510 OPJ_BYTE * pDecodingData,
512 OPJ_BYTE ** pData,
openjpeg.h 117 typedef unsigned char OPJ_BYTE;
685 OPJ_BYTE *icc_profile_buf;
    [all...]
t1.c 67 static INLINE OPJ_BYTE opj_t1_getctxno_zc(opj_mqc_t *mqc, OPJ_UINT32 f);
102 OPJ_BYTE type,
119 OPJ_BYTE type);
223 static INLINE OPJ_BYTE opj_t1_getctxno_zc(opj_mqc_t *mqc, OPJ_UINT32 f)
258 static INLINE OPJ_BYTE opj_t1_getctxno_sc(OPJ_UINT32 lu)
270 static INLINE OPJ_BYTE opj_t1_getspb(OPJ_UINT32 lu)
338 OPJ_BYTE type,
459 OPJ_BYTE type,
724 OPJ_BYTE type,
804 OPJ_BYTE type
    [all...]
image.c 211 p_image_dest->icc_profile_buf = (OPJ_BYTE*)opj_malloc(

Completed in 91 milliseconds

1 2