|
Chan-Vese Segmentation
|
Management for writing codes of variable bitlength to a file. More...
Data Fields | |
| FILE * | File |
| unsigned int | BitsPerCode |
| unsigned int | BitAccum |
| int | NumBits |
| int | BlockSize |
| unsigned char | Block [255] |
Management for writing codes of variable bitlength to a file.
Definition at line 43 of file gifwrite.c.
| unsigned int bitstream::BitAccum |
accumulator to combine bits into bytes
Definition at line 47 of file gifwrite.c.
| unsigned int bitstream::BitsPerCode |
number of bits per code
Definition at line 46 of file gifwrite.c.
| unsigned char bitstream::Block[255] |
block buffer
Definition at line 50 of file gifwrite.c.
| int bitstream::BlockSize |
number of bytes in the current block
Definition at line 49 of file gifwrite.c.
| FILE* bitstream::File |
the stdio file stream
Definition at line 45 of file gifwrite.c.
| int bitstream::NumBits |
number of bits in the accumulator
Definition at line 48 of file gifwrite.c.
1.8.3.1