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

  /external/libaom/libaom/test/
acm_random.h 21 class ACMRandom {
23 ACMRandom() : random_(DeterministicSeed()) {}
25 explicit ACMRandom(int seed) : random_(seed) {}
  /external/libvpx/libvpx/test/
acm_random.h 24 class ACMRandom {
26 ACMRandom() : random_(DeterministicSeed()) {}
28 explicit ACMRandom(int seed) : random_(seed) {}

Completed in 738 milliseconds