Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/m4v_h263/enc/src/
Dmp4enc_api.cpp1406 static Int rand_idx = 0; in PVEncodeVideoFrame() local
1524 || random_val[rand_idx] || video->volInitialize[currLayer] in PVEncodeVideoFrame()
1543 rand_idx++; in PVEncodeVideoFrame()
1544 rand_idx %= 30; in PVEncodeVideoFrame()
1696 static Int rand_idx = 0; in PVEncodeFrameSet() local
1794 || random_val[rand_idx] || video->volInitialize[currLayer] in PVEncodeFrameSet()
1813 rand_idx++; in PVEncodeFrameSet()
1814 rand_idx %= 30; in PVEncodeFrameSet()