HomeSort by relevance Sort by last modified time
    Searched full:rampup (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/video/
overuse_frame_detector.cc 32 // Delay between rampup attempts. Initially uses standard, scales up to max.
38 // Max number of overuses detected before always applying the rampup delay.
314 // Not currently backing off, reset rampup delay.
340 << " rampup delay " << rampup_delay;
end_to_end_tests.cc     [all...]
  /external/sonic/
sonic.c 740 short *rampUp)
747 u = rampUp + i;
771 short *rampUp)
778 u = rampUp + i;
849 short *out, *rampDown, *rampUp;
866 rampUp = stream->pitchBuffer + (position + period - newPeriod)*numChannels;
867 overlapAdd(newPeriod, numChannels, out, rampDown, rampUp);
870 rampUp = stream->pitchBuffer + position*numChannels;
872 overlapAddWithSeparation(period, numChannels, separation, out, rampDown, rampUp);
Sonic.java 637 short rampUp[],
645 out[o] = (short)((rampDown[d]*(numSamples - t) + rampUp[u]*t)/numSamples);
663 short rampUp[],
675 out[o] = (short)((rampDown[d]*(numSamples - t) + rampUp[u]*(t - separation))/numSamples);
679 out[o] = (short)(rampUp[u]*(t - separation)/numSamples);
  /external/webrtc/webrtc/modules/bitrate_controller/
send_side_bandwidth_estimation.cc 194 // rampup up one second faster than if only allowed to start ramping
196 // If sending a constant 100kbps it can rampup immediatly to 108kbps
  /external/webrtc/webrtc/call/
rampup_tests.cc 108 // For single stream rampup until 1mbps
111 // For multi stream rampup until all streams are being sent. That means
  /external/lisa/tests/eas/
generic.py 419 class RampUp(_EnergyModelTest):
  /external/lisa/ipynb/tests/
Generic_EAS_Tests.ipynb 75 "from tests.eas.generic import TwoBigTasks, TwoBigThreeSmall, RampUp, RampDown, EnergyModelWakeMigration, OneSmallTask"
    [all...]

Completed in 2109 milliseconds