Home | History | Annotate | Download | only in doc

Lines Matching refs:bit

32 relating to non-eight-bit bytes.
36 A codebook begins with a 24 bit sync pattern, 0x564342:
44 16 bit \varname{[codebook_dimensions]} and 24 bit \varname{[codebook_entries]} fields:
49 byte 4: [ X X X X X X X X ] [codebook_dimensions] (16 bit unsigned)
53 byte 7: [ X X X X X X X X ] [codebook_entries] (24 bit unsigned)
57 Next is the \varname{[ordered]} bit flag:
61 byte 8: [ X ] [ordered] (1 bit)
77 The decoder first reads one additional bit flag, the
83 byte 8: [ X 1 ] [sparse] flag (1 bit)
93 2) [flag] = read one bit;
96 4) [length] = read a five bit unsigned integer;
107 7) [length] = read a five bit unsigned integer;
122 2) [current_length] = read a five bit unsigned integer and add 1;
149 The lookup table type is read as a four bit unsigned integer:
172 4) [codebook_sequence_p] = read 1 bit as a boolean flag
237 intend the above codewords to be read and used bit by bit from left to
238 right, thus the codeword '001' is the bit string 'zero, zero, one'.
240 above, the leftmost bit is the MSb.
276 tree, thus it's impossible for any bit pattern read from the stream to
373 bit-unpacking convention; a specific codebook reads a
393 Huffman decode tree by reading one bit at a time from the bitstream,
394 and using the bit as a decision boolean to take the 0 branch (left in