Searched refs:timeSinceSwitchAllowed_ms (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/float/
H A Dstructs_FLP.h122 opus_int timeSinceSwitchAllowed_ms; member in struct:__anon14723
/external/libopus/silk/float/
H A Dstructs_FLP.h122 opus_int timeSinceSwitchAllowed_ms; member in struct:__anon24554
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dstructs_FIX.h123 opus_int timeSinceSwitchAllowed_ms; member in struct:__anon14718
/external/libopus/silk/fixed/
H A Dstructs_FIX.h123 opus_int timeSinceSwitchAllowed_ms; member in struct:__anon24549
/external/chromium_org/third_party/opus/src/silk/
H A Denc_API.c519 SILK_FIX_CONST( ( 1 - SPEECH_ACTIVITY_DTX_THRES ) / MAX_BANDWIDTH_SWITCH_DELAY_MS, 16 + 8 ), psEnc->timeSinceSwitchAllowed_ms );
522 psEnc->timeSinceSwitchAllowed_ms = 0;
525 psEnc->timeSinceSwitchAllowed_ms += encControl->payloadSize_ms;
/external/libopus/silk/
H A Denc_API.c519 SILK_FIX_CONST( ( 1 - SPEECH_ACTIVITY_DTX_THRES ) / MAX_BANDWIDTH_SWITCH_DELAY_MS, 16 + 8 ), psEnc->timeSinceSwitchAllowed_ms );
522 psEnc->timeSinceSwitchAllowed_ms = 0;
525 psEnc->timeSinceSwitchAllowed_ms += encControl->payloadSize_ms;

Completed in 1767 milliseconds