Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dbit_reader_inl_utils.h107 static WEBP_INLINE int VP8GetBit(VP8BitReader* const br, int prob) { in VP8GetBit() function
/external/libvpx/libvpx/vp8/decoder/
Ddetokenize.c48 #define VP8GetBit vp8dx_decode_bool macro
/external/webrtc/webrtc/modules/video_coding/utility/
Dvp8_header_parser.cc73 static int VP8GetBit(VP8BitReader* const br, int prob) { in VP8GetBit() function