Searched refs:VP8RandomBits (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/utils/ |
D | random.h | 55 static WEBP_INLINE int VP8RandomBits(VP8Random* const rg, int num_bits) { in VP8RandomBits() function
|
/external/webp/src/enc/ |
D | picture_csp.c | 146 : VP8RGBToY(r, g, b, VP8RandomBits(rg, YUV_FIX)); in RGBToY() 151 : VP8RGBToU(r, g, b, VP8RandomBits(rg, YUV_FIX + 2)); in RGBToU() 156 : VP8RGBToV(r, g, b, VP8RandomBits(rg, YUV_FIX + 2)); in RGBToV()
|