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

  /external/boringssl/src/crypto/
thread_test.cc 119 TEST(ThreadTest, RandState) {
  /external/libopus/silk/mips/
NSQ_del_dec_mipsr1.h 341 Winner_rand_state = psDelDec[ Winner_ind ].RandState[ last_smple_idx ];
343 if( psDelDec[ k ].RandState[ last_smple_idx ] != Winner_rand_state ) {
398 psDD->RandState[ *smpl_buf_idx ] = psDD->Seed;
  /external/libopus/silk/
NSQ_del_dec.c 39 opus_int32 RandState[ DECISION_DELAY ];
579 Winner_rand_state = psDelDec[ Winner_ind ].RandState[ last_smple_idx ];
581 if( psDelDec[ k ].RandState[ last_smple_idx ] != Winner_rand_state ) {
    [all...]
  /external/libopus/silk/x86/
NSQ_del_dec_sse4_1.c 42 opus_int32 RandState[ DECISION_DELAY ];
    [all...]
  /external/libopus/silk/arm/
NSQ_del_dec_neon_intr.c 45 opus_int32 RandState[ DECISION_DELAY ][ NEON_MAX_DEL_DEC_STATES ];
282 /* Only RandState and RD_Q10 need to be initialized to 0. */
283 silk_memset( psDelDec->RandState, 0, sizeof( psDelDec->RandState ) );
    [all...]

Completed in 125 milliseconds