Home
last modified time | relevance | path

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

/external/pigweed/pw_allocator/public/pw_allocator/
Dfirst_fit.h65 void set_threshold(size_t threshold) { bucket_.set_threshold(threshold); } in set_threshold() function
/external/pigweed/pw_allocator/bucket/public/pw_allocator/bucket/
Dsequenced.h61 void set_threshold(size_t threshold) { threshold_ = threshold; } in set_threshold() function
/external/sdv/vsomeip/implementation/routing/src/
Deventgroupinfo.cpp197 void eventgroupinfo::set_threshold(uint8_t _threshold) { in set_threshold() function in vsomeip_v3::eventgroupinfo
/external/libaom/av1/encoder/
Dvar_based_part.c1842 const int64_t set_threshold = 3 * (thresholds[1] >> 3); in av1_choose_var_based_partitioning() local