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

/external/webp/src/utils/
H A Drandom_utils.h31 } VP8Random; typedef in typeref:struct:__anon30467
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 450 milliseconds