Home
last modified time | relevance | path

Searched refs:lower_limit (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/v8/src/
Dchar-predicates-inl.h32 inline bool IsInRange(int value, int lower_limit, int higher_limit) { in IsInRange() argument
33 DCHECK(lower_limit <= higher_limit); in IsInRange()
34 return static_cast<unsigned int>(value - lower_limit) <= in IsInRange()
35 static_cast<unsigned int>(higher_limit - lower_limit); in IsInRange()
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Ddelay_manager.cc351 void DelayManager::BufferLimits(int* lower_limit, int* higher_limit) const { in BufferLimits() argument
352 if (!lower_limit || !higher_limit) { in BufferLimits()
364 *lower_limit = (target_level_ * 3) / 4; in BufferLimits()
367 *higher_limit = std::max(target_level_, *lower_limit + window_20ms); in BufferLimits()
Ddelay_manager.h88 virtual void BufferLimits(int* lower_limit, int* higher_limit) const;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c1677 const int16_t *lower_limit; in WebRtcIsacfix_DecodePitchLag() local
1699 lower_limit = WebRtcIsacfix_kLowerLimitLo; in WebRtcIsacfix_DecodePitchLag()
1707 lower_limit = WebRtcIsacfix_kLowerLimitMid; in WebRtcIsacfix_DecodePitchLag()
1715 lower_limit = WebRtcIsacfix_kLowerLimitHi; in WebRtcIsacfix_DecodePitchLag()
1730 CQ11 = ((int32_t)index[0] + lower_limit[0]); // Q0 in WebRtcIsacfix_DecodePitchLag()
1767 const int16_t *lower_limit, *upper_limit; in WebRtcIsacfix_EncodePitchLag() local
1791 lower_limit = WebRtcIsacfix_kLowerLimitLo; in WebRtcIsacfix_EncodePitchLag()
1798 lower_limit = WebRtcIsacfix_kLowerLimitMid; in WebRtcIsacfix_EncodePitchLag()
1805 lower_limit = WebRtcIsacfix_kLowerLimitHi; in WebRtcIsacfix_EncodePitchLag()
1824 if (index[k] < lower_limit[k]) index[k] = lower_limit[k]; in WebRtcIsacfix_EncodePitchLag()
[all …]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c1680 const WebRtc_Word16 *lower_limit; in WebRtcIsacfix_DecodePitchLag() local
1702 lower_limit = WebRtcIsacfix_kLowerLimitLo; in WebRtcIsacfix_DecodePitchLag()
1710 lower_limit = WebRtcIsacfix_kLowerLimitMid; in WebRtcIsacfix_DecodePitchLag()
1718 lower_limit = WebRtcIsacfix_kLowerLimitHi; in WebRtcIsacfix_DecodePitchLag()
1733 CQ11 = ((WebRtc_Word32)index[0] + lower_limit[0]); // Q0 in WebRtcIsacfix_DecodePitchLag()
1770 const WebRtc_Word16 *lower_limit, *upper_limit; in WebRtcIsacfix_EncodePitchLag() local
1794 lower_limit = WebRtcIsacfix_kLowerLimitLo; in WebRtcIsacfix_EncodePitchLag()
1801 lower_limit = WebRtcIsacfix_kLowerLimitMid; in WebRtcIsacfix_EncodePitchLag()
1808 lower_limit = WebRtcIsacfix_kLowerLimitHi; in WebRtcIsacfix_EncodePitchLag()
1827 if (index[k] < lower_limit[k]) index[k] = lower_limit[k]; in WebRtcIsacfix_EncodePitchLag()
[all …]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c1600 const WebRtc_Word16* lower_limit; in WebRtcIsac_DecodePitchLag() local
1622 lower_limit = WebRtcIsac_kQIndexLowerLimitLagLo; in WebRtcIsac_DecodePitchLag()
1631 lower_limit = WebRtcIsac_kQIndexLowerLimitLagMid; in WebRtcIsac_DecodePitchLag()
1640 lower_limit = WebRtcIsac_kQindexLowerLimitLagHi; in WebRtcIsac_DecodePitchLag()
1657 C = (index[0] + lower_limit[0]) * StepSize; in WebRtcIsac_DecodePitchLag()
1688 const WebRtc_Word16* lower_limit, *upper_limit; in WebRtcIsac_EncodePitchLag() local
1710 lower_limit = WebRtcIsac_kQIndexLowerLimitLagLo; in WebRtcIsac_EncodePitchLag()
1718 lower_limit = WebRtcIsac_kQIndexLowerLimitLagMid; in WebRtcIsac_EncodePitchLag()
1726 lower_limit = WebRtcIsac_kQindexLowerLimitLagHi; in WebRtcIsac_EncodePitchLag()
1741 if (index[k] < lower_limit[k]) { in WebRtcIsac_EncodePitchLag()
[all …]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c1605 const int16_t* lower_limit; in WebRtcIsac_DecodePitchLag() local
1627 lower_limit = WebRtcIsac_kQIndexLowerLimitLagLo; in WebRtcIsac_DecodePitchLag()
1636 lower_limit = WebRtcIsac_kQIndexLowerLimitLagMid; in WebRtcIsac_DecodePitchLag()
1645 lower_limit = WebRtcIsac_kQindexLowerLimitLagHi; in WebRtcIsac_DecodePitchLag()
1662 C = (index[0] + lower_limit[0]) * StepSize; in WebRtcIsac_DecodePitchLag()
1693 const int16_t* lower_limit, *upper_limit; in WebRtcIsac_EncodePitchLag() local
1715 lower_limit = WebRtcIsac_kQIndexLowerLimitLagLo; in WebRtcIsac_EncodePitchLag()
1723 lower_limit = WebRtcIsac_kQIndexLowerLimitLagMid; in WebRtcIsac_EncodePitchLag()
1731 lower_limit = WebRtcIsac_kQindexLowerLimitLagHi; in WebRtcIsac_EncodePitchLag()
1746 if (index[k] < lower_limit[k]) { in WebRtcIsac_EncodePitchLag()
[all …]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
Dmock_delay_manager.h45 void(int* lower_limit, int* higher_limit));
/external/chromium_org/courgette/
Dassembly_program.cc506 int lower_limit = kLabelLowerLimit; in TrimLabels() local
508 VLOG(1) << "TrimLabels: threshold " << lower_limit; in TrimLabels()
513 if (it->second->count_ <= lower_limit) { in TrimLabels()
528 if (label->count_ <= lower_limit) { in TrimLabels()
/external/ppp/pppd/
Doptions.c695 if ((((opt->flags & OPT_LLIMIT) && iv < opt->lower_limit)
702 opt->name, zok, opt->lower_limit);
710 opt->name, zok, opt->lower_limit, opt->upper_limit);
Dpppd.h108 int lower_limit; member