Home
last modified time | relevance | path

Searched refs:VP8InitRandom (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/utils/
Drandom_utils.c33 void VP8InitRandom(VP8Random* const rg, float dithering) { in VP8InitRandom() function
Drandom_utils.h34 void VP8InitRandom(VP8Random* const rg, float dithering);
/external/webp/src/dec/
Dframe_dec.c347 VP8InitRandom(&dec->dithering_rg_, 1.0f); in VP8InitDithering()
/external/webp/src/enc/
Dpicture_csp_enc.c895 VP8InitRandom(&base_rg, dithering); in ImportYUVAFromRGBA()