Home
last modified time | relevance | path

Searched defs:clamp (Results 1 – 4 of 4) sorted by relevance

/system/media/tests/
Delementwise_op_aidl_union_tests.cpp70 auto clamp = elementwise_clamp(dp, dp, dp); in TEST_P() local
/system/media/audio_utils/include/audio_utils/
DChannelMix.h29 inline float clamp(float value) { in clamp() function
/system/cros-codecs/src/decoder/stateless/vp8/
Dvaapi.rs64 fn clamp<T: PartialOrd>(x: T, low: T, high: T) -> T { in clamp() function
/system/memory/lmkd/
Dlmkd.cpp588 static int clamp(int low, int high, int value) { in clamp() function