HomeSort by relevance Sort by last modified time
    Searched full:irand (Results 1 - 3 of 3) sorted by null

  /external/speex/libspeex/
scal.c 130 static unsigned int irand(int *seed) function
194 order = order+(irand(&st->seed)%3)-1;
199 /*order = 5+(irand(&st->seed)%6);*/
  /external/svox/pico/lib/
picosig2.h 131 picoos_int32 iRand; /*reserved for phase random table poointer ())*/
picosig2.c 589 picoos_int16 nI, iRand, firstUV;
654 iRand = sig_inObj->iRand;
655 c = sig_inObj->randCosTbl + iRand;
656 s = sig_inObj->randSinTbl + iRand;
665 sig_inObj->iRand += (PICODSP_HFFTSIZE_P1 - firstUV);
666 if (sig_inObj->iRand > PICODSP_N_RAND_TABLE - PICODSP_HFFTSIZE_P1)
667 sig_inObj->iRand = 1 + sig_inObj->iRand + PICODSP_HFFTSIZE_P1
    [all...]

Completed in 204 milliseconds