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

  /external/webp/src/utils/
random_utils.h 55 static WEBP_INLINE int VP8RandomBits(VP8Random* const rg, int num_bits) {
  /external/webp/src/enc/
picture_csp_enc.c 142 : VP8RGBToY(r, g, b, VP8RandomBits(rg, YUV_FIX));
147 : VP8RGBToU(r, g, b, VP8RandomBits(rg, YUV_FIX + 2));
152 : VP8RGBToV(r, g, b, VP8RandomBits(rg, YUV_FIX + 2));
    [all...]

Completed in 119 milliseconds