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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
decision_logic_normal.cc 135 int low_limit, high_limit; local
136 delay_manager_->BufferLimits(&low_limit, &high_limit);
137 if (buffer_level_filter_->filtered_current_level() >= high_limit << 2)
140 if (buffer_level_filter_->filtered_current_level() >= high_limit)
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /external/v8/src/
api.cc 815 const uint64_t high_limit = 2ul * i::GB; local
819 const uint64_t high_limit = 1ul * i::GB;
833 } else if (physical_memory <= high_limit) {
    [all...]

Completed in 133 milliseconds