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

  /external/webp/src/utils/
bit_reader_inl_utils.h 155 static WEBP_INLINE int VP8GetBitAlt(VP8BitReader* const br, int prob) {
  /external/webp/src/dec/
vp8_dec.c 464 // This version of GetCoeffs() uses VP8GetBitAlt() which is an alternate version
465 // of VP8GetBitAlt() targeting specific platforms.
471 if (!VP8GetBitAlt(br, p[0])) {
474 while (!VP8GetBitAlt(br, p[1])) { // sequence of zero coeffs
481 if (!VP8GetBitAlt(br, p[2])) {

Completed in 39 milliseconds