Home
last modified time | relevance | path

Searched refs:update_value (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_dynaudnorm.c537 static inline double update_value(double new, double old, double aggressiveness) in update_value() function
558 …s->dc_correction_value[c] = is_first_frame ? current_average_value : update_value(current_average_… in perform_dc_correction()
626 …s->compress_threshold[0] = is_first_frame ? current_threshold : update_value(current_threshold, s-… in perform_compression()
646 …s->compress_threshold[c] = is_first_frame ? current_threshold : update_value(current_threshold, s-… in perform_compression()
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
Dpvr_srv_bridge.c881 uint32_t **update_value, in pvr_srv_rgx_submit_transfer2() argument
903 .update_value = update_value, in pvr_srv_rgx_submit_transfer2()
Dpvr_srv_bridge.h527 uint32_t **update_value; member
983 uint32_t **update_value,
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php1936 private function kvUpdateHelper($field, $update_key, $update_value) argument
1942 $field_arr_value[$update_key] = $update_value;