HomeSort by relevance Sort by last modified time
    Searched defs:lbit_t (Results 1 - 2 of 2) sorted by null

  /external/webp/src/utils/
bit_reader_inl.h 36 // 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_bits = *(const lbit_t*)br->buf_
    [all...]
  /external/opencv3/3rdparty/libwebp/utils/
bit_reader.h 92 // 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 145 milliseconds