Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dbit_reader_inl.h39 typedef uint64_t lbit_t; typedef
41 typedef uint32_t lbit_t;
43 typedef uint16_t lbit_t;
45 typedef uint8_t lbit_t;
61 if (br->buf_ + sizeof(lbit_t) <= br->buf_end_) { in VP8LoadNewBytes()
65 lbit_t in_bits; in VP8LoadNewBytes()
69 lbit_t in_bits; in VP8LoadNewBytes()
70 lbit_t* p_buf_ = (lbit_t*)br->buf_; in VP8LoadNewBytes()
82 const lbit_t in_bits = *(const lbit_t*)br->buf_; in VP8LoadNewBytes()