Home | History | Annotate | Download | only in silk

Lines Matching defs:Seed

44     opus_int32 Seed;
152 psDD->Seed = ( k + psIndices->Seed ) & 3;
153 psDD->SeedInit = psDD->Seed;
279 psIndices->Seed = psDD->SeedInit;
392 psDD->Seed = silk_RAND( psDD->Seed );
461 if ( psDD->Seed < 0 ) {
513 if ( psDD->Seed < 0 ) {
532 if ( psDD->Seed < 0 ) {
619 psDD->Seed = silk_ADD32_ovflw( psDD->Seed, silk_RSHIFT_ROUND( psSS->Q_Q10, 10 ) );
620 psDD->RandState[ *smpl_buf_idx ] = psDD->Seed;