HomeSort by relevance Sort by last modified time
    Searched refs:high_limit (Results 1 - 6 of 6) 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/u-boot/drivers/ddr/marvell/axp/
ddr3_dqs.c 68 int ddr3_check_window_limits(u32 pup, int high_limit, int low_limit, int is_tx,
305 u32 high_limit; /* holds found High Limit */ local
481 high_limit =
490 high_limit =
509 (pup, high_limit,
525 high_limit;
821 * high_limit window high limit
828 int ddr3_check_window_limits(u32 pup, int high_limit, int low_limit, int is_tx,
833 if (low_limit > high_limit) {
845 if ((high_limit - low_limit) < MIN_WIN_SIZE)
    [all...]
  /external/aac/libAACdec/src/
channel.cpp 146 const int low_limit, const int high_limit) {
148 for (int sfb = low_limit; sfb < high_limit; sfb++) {
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /external/libaom/libaom/av1/encoder/
encoder.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c     [all...]

Completed in 357 milliseconds