Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Daf_dynaudnorm.c524 static inline double update_value(double new, double old, double aggressiveness) in update_value() function
552 s->dc_correction_value[c] = is_first_frame ? current_average_value : update_value(current_average_value, s->dc_correction_value[c], 0.1); in perform_dc_correction()
618 s->compress_threshold[0] = is_first_frame ? current_threshold : update_value(current_threshold, s->compress_threshold[0], (1.0/3.0)); in perform_compression()
644 s->compress_threshold[c] = is_first_frame ? current_threshold : update_value(current_threshold, s->compress_threshold[c], 1.0/3.0); in perform_compression()
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_bridge.h527 uint32_t **update_value; member
983 uint32_t **update_value,
H A Dpvr_srv_bridge.c881 uint32_t **update_value, in pvr_srv_rgx_submit_transfer2()
903 .update_value = update_value, in pvr_srv_rgx_submit_transfer2()
875 pvr_srv_rgx_submit_transfer2(int fd, void *transfer_context, uint32_t prepare_count, uint32_t *client_update_count, void ***update_ufo_sync_prim_block, uint32_t **update_sync_offset, uint32_t **update_value, int32_t check_fence, int32_t update_timeline_2d, int32_t update_timeline_3d, char *update_fence_name, uint32_t *cmd_size, uint8_t **fw_command, uint32_t *tq_prepare_flags, uint32_t ext_job_ref, uint32_t sync_pmr_count, uint32_t *sync_pmr_flags, void **sync_pmrs, int32_t *const update_fence_2d_out, int32_t *const update_fence_3d_out) pvr_srv_rgx_submit_transfer2() argument
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php1936 private function kvUpdateHelper($field, $update_key, $update_value)
1942 $field_arr_value[$update_key] = $update_value;

Completed in 9 milliseconds