Home
last modified time | relevance | path

Searched refs:value_to_add (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_processing/aec3/
Dreverb_decay_estimator.cc335 float value_to_add = in Accumulate() local
338 --section, value_to_add += value_to_inc) { in Accumulate()
339 numerators_[section] += value_to_add; in Accumulate()
/external/avb/libavb/
Davb_util.h187 uint64_t value_to_add) AVB_ATTR_WARN_UNUSED_RESULT;
Davb_util.c122 bool avb_safe_add_to(uint64_t* value, uint64_t value_to_add) { in avb_safe_add_to() argument
129 *value += value_to_add; in avb_safe_add_to()