Searched refs:randomSeed (Results 1 – 6 of 6) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdec_pns.cpp | 132 INT* currentSeed, INT* randomSeed) in CPns_InitPns() argument 140 pPnsData->randomSeed = randomSeed; in CPns_InitPns() 362 &pPnsData->randomSeed [pns_band]) ; in CPns_Apply() 366 pPnsData->randomSeed [pns_band] = *pPnsData->currentSeed ; in CPns_Apply()
|
D | aacdec_pns.h | 109 INT *randomSeed; member 115 INT* randomSeed );
|
/external/guava/guava-tests/benchmark/com/google/common/math/ |
D | LessThanBenchmark.java | 35 int randomSeed; field in LessThanBenchmark 49 Random random = new Random(randomSeed); in setUp()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureFormatTests.cpp | 730 deUint32 randomSeed, 762 deUint32 randomSeed, in Compressed2DFormatCase() argument 769 , m_randomSeed (randomSeed) in Compressed2DFormatCase() 865 deUint32 randomSeed, 903 deUint32 randomSeed, in CompressedCubeFormatCase() argument 910 , m_randomSeed (randomSeed) in CompressedCubeFormatCase()
|
D | es3fASTCDecompressionCases.cpp | 1613 deUint32 randomSeed); 1650 deUint32 randomSeed) in ASTCRenderer2D() argument 1658 , m_rnd (randomSeed) in ASTCRenderer2D()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFilteringTests.cpp | 324 …const deUint32 randomSeed = deStringHash(getName()) ^ deInt32Hash(m_caseNdx) ^ m_testCtx.getC… in iterate() local 325 …t RandomViewport viewport (m_context.getRenderTarget(), viewportSize, viewportSize, randomSeed); in iterate()
|