Searched refs:VP8RandomBits2 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/utils/
H A Drandom.h39 static WEBP_INLINE int VP8RandomBits2(VP8Random* const rg, int num_bits, function
56 return VP8RandomBits2(rg, num_bits, rg->amp_);
/external/webp/src/utils/
H A Drandom.h39 static WEBP_INLINE int VP8RandomBits2(VP8Random* const rg, int num_bits, function
56 return VP8RandomBits2(rg, num_bits, rg->amp_);
/external/chromium_org/third_party/libwebp/dec/
H A Dframe.c205 VP8RandomBits2(rg, DITHER_AMP_BITS + 1, amp) - DITHER_AMP_CENTER;
/external/webp/src/dec/
H A Dframe.c205 VP8RandomBits2(rg, DITHER_AMP_BITS + 1, amp) - DITHER_AMP_CENTER;

Completed in 334 milliseconds