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

  /external/libopus/silk/fixed/
structs_FIX.h 124 opus_int timeSinceSwitchAllowed_ms;
  /external/libopus/silk/float/
structs_FLP.h 123 opus_int timeSinceSwitchAllowed_ms;
  /external/libopus/silk/
enc_API.c 526 SILK_FIX_CONST( ( 1 - SPEECH_ACTIVITY_DTX_THRES ) / MAX_BANDWIDTH_SWITCH_DELAY_MS, 16 + 8 ), psEnc->timeSinceSwitchAllowed_ms );
529 psEnc->timeSinceSwitchAllowed_ms = 0;
532 psEnc->timeSinceSwitchAllowed_ms += encControl->payloadSize_ms;

Completed in 497 milliseconds