Lines Matching full:bits
37 /*OPT: ec_window must be at least 32 bits, but if you have fast arithmetic on a
46 /*The number of bits to use for the range-coded part of unsigned integers.*/
50 3 => 1/8th bits.*/
61 /*The offset at which the last byte containing raw bits was read/written.*/
63 /*Bits that will be read from/written at the end.*/
65 /*Number of valid bits in end_window.*/
67 /*The total number of whole bits read/written.
68 This does not include partial bits currently in the range coder.*/
99 /*Returns the number of bits "used" by the encoded or decoded symbols so far.
102 Return: The number of bits.
109 /*Returns the number of bits "used" by the encoded or decoded symbols so far.
112 Return: The number of bits scaled by 2**BITRES.