HomeSort by relevance Sort by last modified time
    Searched refs:low_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);
142 if (buffer_level_filter_->filtered_current_level() < low_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,
306 u32 low_limit; /* holds found Low Limit */ local
483 low_limit =
493 low_limit =
510 low_limit, is_tx,
522 low_limit;
822 * low_limit window low 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 253 milliseconds