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

  /external/regex-re2/util/
random.h 15 class ACMRandom {
17 ACMRandom(int32 seed) : seed_(seed) {}
  /external/libvpx/libvpx/test/
acm_random.h 20 class ACMRandom {
22 ACMRandom() : random_(DeterministicSeed()) {}
24 explicit ACMRandom(int seed) : random_(seed) {}
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
acm_random.h 20 class ACMRandom {
22 ACMRandom() : random_(DeterministicSeed()) {}
24 explicit ACMRandom(int seed) : random_(seed) {}

Completed in 94 milliseconds