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

  /external/chromium_org/third_party/libwebp/utils/
bit_reader.h 299 } VP8LBitReader;
301 void VP8LInitBitReader(VP8LBitReader* const br,
306 void VP8LBitReaderSetBuffer(VP8LBitReader* const br,
312 uint32_t VP8LReadBits(VP8LBitReader* const br, int n_bits);
315 static WEBP_INLINE uint32_t VP8LPrefetchBits(VP8LBitReader* const br) {
320 static WEBP_INLINE void VP8LDiscardBits(VP8LBitReader* const br, int num_bits) {
325 void VP8LFillBitWindow(VP8LBitReader* const br);
  /external/webp/src/utils/
bit_reader.h 299 } VP8LBitReader;
301 void VP8LInitBitReader(VP8LBitReader* const br,
306 void VP8LBitReaderSetBuffer(VP8LBitReader* const br,
312 uint32_t VP8LReadBits(VP8LBitReader* const br, int n_bits);
315 static WEBP_INLINE uint32_t VP8LPrefetchBits(VP8LBitReader* const br) {
320 static WEBP_INLINE void VP8LDiscardBits(VP8LBitReader* const br, int num_bits) {
325 void VP8LFillBitWindow(VP8LBitReader* const br);

Completed in 85 milliseconds