OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8LoadNewBytes
(Results
1 - 4
of
4
) 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);
bit_reader.c
43
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);
/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);
Completed in 104 milliseconds