Searched refs:opj_bio_read (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | t2.c | 164 while (opj_bio_read(bio, 1)) { in opj_t2_getcommacode() 186 if (!opj_bio_read(bio, 1)) in opj_t2_getnumpasses() 188 if (!opj_bio_read(bio, 1)) in opj_t2_getnumpasses() 190 if ((n = opj_bio_read(bio, 2)) != 3) in opj_t2_getnumpasses() 192 if ((n = opj_bio_read(bio, 5)) != 31) in opj_t2_getnumpasses() 194 return (37 + opj_bio_read(bio, 7)); in opj_t2_getnumpasses() 910 l_present = opj_bio_read(l_bio, 1); in opj_t2_read_packet_header() 967 l_included = opj_bio_read(l_bio, 1); in opj_t2_read_packet_header() 1018 …l_cblk->segs[l_segno].newlen = opj_bio_read(l_bio, l_cblk->numlenbits + opj_uint_floorlog2(l_cblk-… in opj_t2_read_packet_header()
|
D | bio.h | 115 OPJ_UINT32 opj_bio_read(opj_bio_t *bio, OPJ_UINT32 n);
|
D | bio.c | 161 OPJ_UINT32 opj_bio_read(opj_bio_t *bio, OPJ_UINT32 n) { in opj_bio_read() function
|
D | tgt.c | 323 if (opj_bio_read(bio, 1)) { in opj_tgt_decode()
|