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

  /external/chromium_org/third_party/libwebp/utils/
bit_reader.h 121 typedef struct VP8BitReader VP8BitReader;
122 struct VP8BitReader {
134 void VP8InitBitReader(VP8BitReader* const br,
138 uint32_t VP8GetValue(VP8BitReader* const br, int num_bits);
139 static WEBP_INLINE uint32_t VP8Get(VP8BitReader* const br) {
144 int32_t VP8GetSignedValue(VP8BitReader* const br, int num_bits);
150 void VP8LoadFinalBytes(VP8BitReader* const br); // special case for the tail
152 static WEBP_INLINE void VP8LoadNewBytes(VP8BitReader* const br) {
212 static WEBP_INLINE int VP8BitUpdate(VP8BitReader* const br, range_t split)
    [all...]
  /external/webp/src/utils/
bit_reader.h 121 typedef struct VP8BitReader VP8BitReader;
122 struct VP8BitReader {
134 void VP8InitBitReader(VP8BitReader* const br,
138 uint32_t VP8GetValue(VP8BitReader* const br, int num_bits);
139 static WEBP_INLINE uint32_t VP8Get(VP8BitReader* const br) {
144 int32_t VP8GetSignedValue(VP8BitReader* const br, int num_bits);
150 void VP8LoadFinalBytes(VP8BitReader* const br); // special case for the tail
152 static WEBP_INLINE void VP8LoadNewBytes(VP8BitReader* const br) {
212 static WEBP_INLINE int VP8BitUpdate(VP8BitReader* const br, range_t split)
    [all...]

Completed in 1399 milliseconds