Searched refs:VP8RandomBits2 (Results 1 – 3 of 3) sorted by relevance
39 static WEBP_INLINE int VP8RandomBits2(VP8Random* const rg, int num_bits, in VP8RandomBits2() function56 return VP8RandomBits2(rg, num_bits, rg->amp_); in VP8RandomBits()
366 dither[i] = VP8RandomBits2(rg, VP8_DITHER_AMP_BITS + 1, amp); in Dither8x8()
2511 88305db4 Merge "VP8RandomBits2: prevent signed int overflow"2512 73fee88c VP8RandomBits2: prevent signed int overflow