Home
last modified time | relevance | path

Searched defs:lowerLimit (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Ducol_wgt.cpp156 getWeightRanges(uint32_t lowerLimit, uint32_t upperLimit, in getWeightRanges()
318 ucol_allocWeights(uint32_t lowerLimit, uint32_t upperLimit, in ucol_allocWeights()
/external/icu/icu4c/source/i18n/
Dcollationweights.cpp209 CollationWeights::getWeightRanges(uint32_t lowerLimit, uint32_t upperLimit) { in getWeightRanges()
470 CollationWeights::allocWeights(uint32_t lowerLimit, uint32_t upperLimit, int32_t n) { in allocWeights()
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
Daec_resampler.c156 int lowerLimit = 0; in EstimateSkew() local
/external/webrtc/src/modules/audio_processing/aec/
Daec_resampler.c172 int lowerLimit = 0; in EstimateSkew() local
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp498 uint32_t lowerLimit, uint32_t upperLimit, int32_t n, in checkAllocWeights()
808 uint32_t lowerLimit = in TestRootElements() local
820 uint32_t lowerLimit = in TestRootElements() local
/external/aac/libSBRdec/src/
Denv_dec.cpp584 …#define lowerLimit ((FIXP_SGL)0) /* lowerLimit actually refers to the _highest_ noise energy… in limitNoiseLevels() macro
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEComposite.cpp191 float lowerLimit = std::min(0.0f, k1) + std::min(0.0f, k2) + std::min(0.0f, k3) + k4; in arithmeticSoftware() local
/external/webrtc/src/modules/audio_processing/agc/
Danalog_agc.h79 WebRtc_Word32 lowerLimit; // Lower limit for mic energy member
/external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
Danalog_agc.h78 int32_t lowerLimit; // Lower limit for mic energy member