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

  /external/webp/src/utils/
bit_reader_inl.h 58 static WEBP_INLINE void VP8LoadNewBytes(VP8BitReader* const br) {
111 // 'range' *before* calling VP8LoadNewBytes(), even if this function doesn't
115 VP8LoadNewBytes(br);
153 VP8LoadNewBytes(br);
  /external/opencv3/3rdparty/libwebp/utils/
bit_reader.h 52 // Just before we need to call VP8LoadNewBytes(), the situation is:
55 // And just after calling VP8LoadNewBytes():
152 static WEBP_INLINE void VP8LoadNewBytes(VP8BitReader* const br) {
214 VP8LoadNewBytes(br);
  /external/webrtc/webrtc/modules/video_coding/utility/
vp8_header_parser.cc 38 static void VP8LoadNewBytes(VP8BitReader* const br) {
69 VP8LoadNewBytes(br);
76 VP8LoadNewBytes(br);

Completed in 1213 milliseconds