Home
last modified time | relevance | path

Searched refs:bit_t (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dbit_reader_inl_utils.h63 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()
A Dbit_reader_utils.h60 typedef uint64_t bit_t; typedef
62 typedef uint32_t bit_t;
73 bit_t value_; // current value
A Dbit_reader_utils.c92 br->value_ = (bit_t)(*br->buf_++) | (br->value_ << 8); in VP8LoadFinalBytes()

Completed in 4 milliseconds