Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dbit_reader.h31 typedef uint32_t lbit_t; // natural type for memory I/O typedef
34 typedef uint16_t lbit_t;
37 typedef uint8_t lbit_t;
77 if (br->buf_ + sizeof(lbit_t) <= br->buf_end_) { in VP8LoadNewBytes()
80 lbit_t in_bits = *(lbit_t*)br->buf_; in VP8LoadNewBytes()