HomeSort by relevance Sort by last modified time
    Searched refs:VP8Random (Results 1 - 5 of 5) sorted by null

  /external/webp/src/utils/
random_utils.h 31 } VP8Random;
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) {
random_utils.c 33 void VP8InitRandom(VP8Random* const rg, float dithering) {
  /external/webp/src/dec/
vp8i_dec.h 219 VP8Random dithering_rg_; // random generator for dithering
frame_dec.c 363 static void Dither8x8(VP8Random* const rg, uint8_t* dst, int bps, int amp) {
  /external/webp/src/enc/
picture_csp_enc.c 140 static int RGBToY(int r, int g, int b, VP8Random* const rg) {
145 static int RGBToU(int r, int g, int b, VP8Random* const rg) {
150 static int RGBToV(int r, int g, int b, VP8Random* const rg) {
749 VP8Random* const rg) {
822 VP8Random* const rg) {
886 VP8Random base_rg;
887 VP8Random* rg = NULL;
    [all...]

Completed in 62 milliseconds