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

  /external/chromium_org/third_party/opus/src/silk/float/
structs_FLP.h 122 opus_int timeSinceSwitchAllowed_ms;
  /external/chromium_org/third_party/opus/src/silk/fixed/
structs_FIX.h 123 opus_int timeSinceSwitchAllowed_ms;
  /external/chromium_org/third_party/opus/src/silk/
enc_API.c 502 SILK_FIX_CONST( ( 1 - SPEECH_ACTIVITY_DTX_THRES ) / MAX_BANDWIDTH_SWITCH_DELAY_MS, 16 + 8 ), psEnc->timeSinceSwitchAllowed_ms );
505 psEnc->timeSinceSwitchAllowed_ms = 0;
508 psEnc->timeSinceSwitchAllowed_ms += encControl->payloadSize_ms;

Completed in 66 milliseconds