Searched refs:VP8Random (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/utils/ |
D | random.h | 31 } VP8Random; typedef 34 void VP8InitRandom(VP8Random* const rg, float dithering); 39 static WEBP_INLINE int VP8RandomBits2(VP8Random* const rg, int num_bits, in VP8RandomBits2() 55 static WEBP_INLINE int VP8RandomBits(VP8Random* const rg, int num_bits) { in VP8RandomBits()
|
D | random.c | 33 void VP8InitRandom(VP8Random* const rg, float dithering) { in VP8InitRandom()
|
/external/webp/src/enc/ |
D | picture_csp.c | 144 static int RGBToY(int r, int g, int b, VP8Random* const rg) { in RGBToY() 149 static int RGBToU(int r, int g, int b, VP8Random* const rg) { in RGBToU() 154 static int RGBToV(int r, int g, int b, VP8Random* const rg) { in RGBToV() 763 VP8Random* const rg) { in ConvertRowToY() 778 VP8Random* const rg) { in ConvertRowsToUVWithAlpha() 820 VP8Random* const rg) { in ConvertRowsToUV() 887 VP8Random base_rg; in ImportYUVAFromRGBA() 888 VP8Random* rg = NULL; in ImportYUVAFromRGBA()
|
/external/webp/src/dec/ |
D | vp8i.h | 256 VP8Random dithering_rg_; // random generator for dithering
|
D | frame.c | 199 static void Dither8x8(VP8Random* const rg, uint8_t* dst, int bps, int amp) { in Dither8x8()
|