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

  /external/webp/src/utils/
random.h 55 static WEBP_INLINE int VP8RandomBits(VP8Random* const rg, int num_bits) {
  /external/webp/src/enc/
picture_csp.c 146 : VP8RGBToY(r, g, b, VP8RandomBits(rg, YUV_FIX));
151 : VP8RGBToU(r, g, b, VP8RandomBits(rg, YUV_FIX + 2));
156 : VP8RGBToV(r, g, b, VP8RandomBits(rg, YUV_FIX + 2));
    [all...]

Completed in 60 milliseconds