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

  /external/chromium_org/third_party/libwebp/utils/
bit_reader_inl.h 10 // Specific inlined methods for boolean decoder [VP8GetBit() ...]
109 static WEBP_INLINE int VP8GetBit(VP8BitReader* const br, int prob) {
150 // simplified version of VP8GetBit() for prob=0x80 (note shift is always 1 here)
  /external/chromium_org/third_party/libvpx/source/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/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...]

Completed in 390 milliseconds