Searched defs:lbit_t (Results 1 - 2 of 2) sorted by relevance

/external/webp/src/utils/
H A Dbit_reader_inl.h36 // Derived type lbit_t = natural type for memory I/O
39 typedef uint64_t lbit_t; typedef
41 typedef uint32_t lbit_t; typedef
43 typedef uint16_t lbit_t; typedef
45 typedef uint8_t lbit_t; typedef
65 lbit_t in_bits;
69 lbit_t in_bits;
70 lbit_t* p_buf_ = (lbit_t*)br->buf_;
82 const lbit_t in_bit
[all...]
/external/opencv3/3rdparty/libwebp/utils/
H A Dbit_reader.h92 // lbit_t = natural type for memory I/O
96 typedef uint64_t lbit_t; typedef
99 typedef uint32_t lbit_t; typedef
102 typedef uint32_t lbit_t; typedef
105 typedef uint16_t lbit_t; typedef
108 typedef uint8_t lbit_t; typedef
155 if (br->buf_ + sizeof(lbit_t) <= br->buf_end_) {
158 lbit_t in_bits = *(lbit_t*)br->buf_;

Completed in 180 milliseconds