Searched refs:bit_t (Results 1 – 3 of 3) sorted by relevance
63 bit_t bits; in VP8LoadNewBytes()93 bits = (bit_t)in_bits; in VP8LoadNewBytes()96 bits = (bit_t)in_bits; in VP8LoadNewBytes()97 if (BITS != 8 * sizeof(bit_t)) bits >>= (8 * sizeof(bit_t) - BITS); in VP8LoadNewBytes()122 br->value_ -= (bit_t)(split + 1) << pos; in VP8GetBit()150 br->value_ -= (bit_t)((split + 1) & mask) << pos; in VP8GetSigned()170 br->value_ -= (bit_t)(split + 1) << pos; in VP8GetBitAlt()
60 typedef uint64_t bit_t; typedef62 typedef uint32_t bit_t;73 bit_t value_; // current value
92 br->value_ = (bit_t)(*br->buf_++) | (br->value_ << 8); in VP8LoadFinalBytes()
Completed in 4 milliseconds