Home
last modified time | relevance | path

Searched refs:numlenbits (Results 1 – 8 of 8) sorted by relevance

/external/opencv3/3rdparty/libjasper/
Djpc_t2enc.c298 t2 = cblk->numlenbits + jpc_floorlog2(passcount); in jpc_enc_encpkt()
310 cblk->numlenbits += maxadjust; in jpc_enc_encpkt()
318 assert(jpc_firstone(datalen) < cblk->numlenbits + jpc_floorlog2(passcount)); in jpc_enc_encpkt()
319 … if (jpc_bitstream_putbits(outb, cblk->numlenbits + jpc_floorlog2(passcount), datalen) == EOF) { in jpc_enc_encpkt()
428 cblk->savednumlenbits = cblk->numlenbits; in jpc_save_t2state()
476 cblk->numlenbits = cblk->savednumlenbits; in jpc_restore_t2state()
530 cblk->numlenbits = 3; in jpc_init_t2state()
Djpc_enc.h313 int numlenbits; member
Djpc_t2dec.c293 cblk->numlenbits += m; in jpc_dec_decodepkt()
314 … if ((len = jpc_bitstream_getbits(inb, cblk->numlenbits + jpc_floorlog2(n))) < 0) { in jpc_dec_decodepkt()
Djpc_dec.h292 int numlenbits; member
Djpc_dec.c860 cblk->numlenbits = 3; in jpc_dec_tileinit()
Djpc_enc.c2514 cblk->numlenbits = 0; in cblk_create()
/external/pdfium/third_party/libopenjpeg20/
Dtcd.h95 OPJ_UINT32 numlenbits; member
108 OPJ_UINT32 numlenbits; member
Dt2.c673 cblk->numlenbits = 3; in opj_t2_encode_packet()
689 … - ((OPJ_INT32)cblk->numlenbits + opj_int_floorlog2((OPJ_INT32)nump))); in opj_t2_encode_packet()
699 cblk->numlenbits += increment; in opj_t2_encode_packet()
708 …opj_bio_write(bio, (OPJ_UINT32)len, cblk->numlenbits + (OPJ_UINT32)opj_int_floorlog2((OPJ_INT32)nu… in opj_t2_encode_packet()
1013 l_cblk->numlenbits = 3; in opj_t2_read_packet_header()
1021 l_cblk->numlenbits += l_increment; in opj_t2_read_packet_header()
1044 …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()