Home
last modified time | relevance | path

Searched refs:HRand (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp277 int HRand = dis(rng); in HighRand() local
278 if (HRand % EVEN_NUMBER != 0) { in HighRand()
279 HRand = HRand + 1; in HighRand()
281 cout << "HRand is = " << HRand << endl; in HighRand()
282 return HRand; in HighRand()