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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 98 bweStr->recJitterShortTermAbs = (int32_t) 40960; /* 5 in Q13 */
462 bweStr->recJitterShortTermAbs = WEBRTC_SPL_MUL(51, WEBRTC_SPL_LSHIFT_W32(arrTimeNoiseAbs, 3)) +
463 WEBRTC_SPL_MUL(973, bweStr->recJitterShortTermAbs);
464 bweStr->recJitterShortTermAbs = WEBRTC_SPL_RSHIFT_W32(bweStr->recJitterShortTermAbs , 10);
727 rec_jitter_short_term_abs_inv = 0x80000000u / bweStr->recJitterShortTermAbs;
    [all...]
structs.h 215 int32_t recJitterShortTermAbs;

Completed in 48 milliseconds