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

  /external/libvpx/libvpx/vp8/decoder/
detokenize.c 52 #define VP8GetBit vp8dx_decode_bool
93 if (!VP8GetBit(br, p[0]))
100 if (!VP8GetBit(br, p[1]))
107 if (!VP8GetBit(br, p[2]))
114 if (!VP8GetBit(br, p[3]))
116 if (!VP8GetBit(br, p[4]))
122 v = 3 + VP8GetBit(br, p[5]);
127 if (!VP8GetBit(br, p[6]))
129 if (!VP8GetBit(br, p[7]))
131 v = 5 + VP8GetBit(br, 159)
    [all...]
  /external/webp/src/utils/
bit_reader.h 229 static WEBP_INLINE int VP8GetBit(VP8BitReader* const br, int prob) {

Completed in 790 milliseconds