Home
last modified time | relevance | path

Searched defs:VP8GetValue (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/video_coding/utility/
Dvp8_header_parser.cc79 uint32_t VP8GetValue(VP8BitReader* br, int num_bits) { in VP8GetValue() function
/external/webp/src/utils/
Dbit_reader_utils.c105 uint32_t VP8GetValue(VP8BitReader* const br, int bits, const char label[]) { in VP8GetValue() function
Dbit_reader_utils.h37 #define VP8GetValue(BR, N, L) VP8GetValue(BR, N) macro