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 106 opus_int timeSinceSwitchAllowed_ms;
  /external/libopus/silk/float/
structs_FLP.h 103 opus_int timeSinceSwitchAllowed_ms;
  /external/libopus/silk/
enc_API.c 535 SILK_FIX_CONST( ( 1 - SPEECH_ACTIVITY_DTX_THRES ) / MAX_BANDWIDTH_SWITCH_DELAY_MS, 16 + 8 ), psEnc->timeSinceSwitchAllowed_ms );
538 psEnc->timeSinceSwitchAllowed_ms = 0;
541 psEnc->timeSinceSwitchAllowed_ms += encControl->payloadSize_ms;

Completed in 83 milliseconds