Searched refs:kHashMul (Results 1 – 2 of 2) sorted by relevance
34 static const uint32_t kHashMul = 0x1e35a7bdu; variable38 return (int)((argb * kHashMul) >> shift); in VP8LHashPix()
221 constexpr uint32_t kHashMul = 0x931e8875; in MixIntoSeedMaterial() local229 hash_const *= kHashMul; in MixIntoSeedMaterial()