Home | History | Annotate | Download | only in libjasper

Lines Matching defs:inb

159     jpc_bitstream_t *inb;
223 if (!(inb = jpc_bitstream_sopen(pkthdrstream, "r"))) {
227 if ((present = jpc_bitstream_getbit(inb)) < 0) {
254 if ((included = jpc_tagtree_decode(prc->incltagtree, leaf, lyrno + 1, inb)) < 0) {
258 if ((included = jpc_bitstream_getbit(inb)) < 0) {
271 if ((ret = jpc_tagtree_decode(prc->numimsbstagtree, leaf, i, inb)) < 0) {
282 if ((numnewpasses = jpc_getnumnewpasses(inb)) < 0) {
290 if ((m = jpc_getcommacode(inb)) < 0) {
314 if ((len = jpc_bitstream_getbits(inb, cblk->numlenbits + jpc_floorlog2(n))) < 0) {
331 jpc_bitstream_inalign(inb, 0, 0);
334 if (jpc_bitstream_inalign(inb, 0x7f, 0)) {
339 jpc_bitstream_close(inb);