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

  /external/webp/src/utils/
bit_reader_inl_utils.h 35 // Derived type lbit_t = natural type for memory I/O
38 typedef uint64_t lbit_t; typedef
40 typedef uint32_t lbit_t; typedef
42 typedef uint16_t lbit_t; typedef
44 typedef uint8_t lbit_t; typedef
66 lbit_t in_bits;
67 lbit_t* p_buf_ = (lbit_t*)br->buf_;
79 lbit_t in_bits;
bit_reader_utils.c 30 (size >= sizeof(lbit_t)) ? start + size - sizeof(lbit_t) + 1

Completed in 145 milliseconds