Searched defs:VP8Random (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/utils/
H A Drandom.h31 } VP8Random; typedef in typeref:struct:__anon13302
34 void VP8InitRandom(VP8Random* const rg, float dithering);
39 static WEBP_INLINE int VP8RandomBits2(VP8Random* const rg, int num_bits,
55 static WEBP_INLINE int VP8RandomBits(VP8Random* const rg, int num_bits) {
/external/webp/src/utils/
H A Drandom.h31 } VP8Random; typedef in typeref:struct:__anon33399
34 void VP8InitRandom(VP8Random* const rg, float dithering);
39 static WEBP_INLINE int VP8RandomBits2(VP8Random* const rg, int num_bits,
55 static WEBP_INLINE int VP8RandomBits(VP8Random* const rg, int num_bits) {

Completed in 129 milliseconds