OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VP8LoadNewBytes
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/utils/
bit_reader_inl_utils.h
58
void
VP8LoadNewBytes
(VP8BitReader* const br) {
109
// 'range' *before* calling
VP8LoadNewBytes
(), even if this function doesn't
113
VP8LoadNewBytes
(br);
140
VP8LoadNewBytes
(br);
157
// 'range' *before* calling
VP8LoadNewBytes
(), even if this function doesn't
161
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 88 milliseconds