Home | History | Annotate | Download | only in lodepng

Lines Matching refs:BFINAL

1222   unsigned BFINAL = 0;
1229 while(!BFINAL)
1233 BFINAL = readBitFromStream(&bp, in);
1602 /*non compressed deflate block data: 1 bit BFINAL,2 bits BTYPE,(5 bits): it jumps to start of next byte,
1609 unsigned BFINAL, BTYPE, LEN, NLEN;
1612 BFINAL = (i == numdeflateblocks - 1);
1615 firstbyte = (unsigned char)(BFINAL + ((BTYPE & 1) << 1) + ((BTYPE & 2) << 1));
1711 unsigned BFINAL = final;
1850 After the BFINAL and BTYPE, the dynamic block consists out of the following:
1862 addBitToStream(bp, out, BFINAL);
1924 unsigned BFINAL = final;
1934 addBitToStream(bp, out, BFINAL);