Home
last modified time | relevance | path

Searched defs:ACMRandom (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dacm_random.h22 ACMRandom() : random_(DeterministicSeed()) {} in ACMRandom() function
24 explicit ACMRandom(int seed) : random_(seed) {} in ACMRandom() function