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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
settings.h 44 #define SAMPLES_PER_MSEC 16
bandwidth_estimator.c 252 frameSizeSampl = SAMPLES_PER_MSEC * frameSize;
870 MinRate = (512 + SAMPLES_PER_MSEC * ((DelayBuildUp * inv_Q12) >> 3)) *
876 MinRate = (512 + SAMPLES_PER_MSEC * (((DelayBuildUp -
878 } else if ((den = WEBRTC_SPL_MUL(SAMPLES_PER_MSEC, (State->StillBuffered - DelayBuildUp))) >= FrameSamples) {
918 State->ExceedAgo += FrameSamples / SAMPLES_PER_MSEC; /* ms */
923 State->ExceedAgo += FrameSamples / SAMPLES_PER_MSEC; /* ms */
939 State->StillBuffered -= FrameSamples / SAMPLES_PER_MSEC; /* ms */
    [all...]

Completed in 90 milliseconds