HomeSort by relevance Sort by last modified time
    Searched refs:RandState (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/
randgen.h 140 struct RandState {
147 const RandState<A> *parent; // previous random state on this path
149 RandState(StateId s, size_t n, size_t l, size_t k, const RandState<A> *p)
152 RandState()
189 bool Sample(const RandState<A> &rstate) {
268 bool Sample(const RandState<A> &rstate) {
392 RandState<A> *rstate = new RandState<A>(s, npath_, 0, 0, 0);
451 const RandState<A> &rstate = *state_table_[s]
    [all...]
  /external/libopus/silk/
NSQ_del_dec.c 37 opus_int32 RandState[ DECISION_DELAY ];
563 Winner_rand_state = psDelDec[ Winner_ind ].RandState[ last_smple_idx ];
565 if( psDelDec[ k ].RandState[ last_smple_idx ] != Winner_rand_state ) {
    [all...]

Completed in 540 milliseconds