Home
last modified time | relevance | path

Searched refs:weighted_average (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/enc/
Danalysis_enc.c150 int weighted_average = 0; in AssignSegments() local
197 weighted_average = 0; in AssignSegments()
204 weighted_average += new_center * accum[n]; in AssignSegments()
208 weighted_average = (weighted_average + total_weight / 2) / total_weight; in AssignSegments()
225 SetSegmentAlphas(enc, centers, weighted_average); // pick some alphas. in AssignSegments()
/external/libxcam/cl_kernel/
Dkernel_3d_denoise.cl118 inline void weighted_average (__read_only image2d_t input,
234weighted_average (input, ref_cache, true, &observe, &restore, &sum_weight, gain, threshold, sg_id,…
237weighted_average (restoredPrev, ref_cache, false, &observe, &restore, &sum_weight, gain, threshold…
240weighted_average (inputPrev1, ref_cache, false, &observe, &restore, &sum_weight, gain, threshold, …
244weighted_average (inputPrev2, ref_cache, false, &observe, &restore, &sum_weight, gain, threshold, …
Dkernel_3d_denoise_slm.cl34 inline void weighted_average (__read_only image2d_t input,
179 weighted_average (input, ref_cache, true, observe_cache, restore, &sum_weight, gain, threshold);
184weighted_average (restoredPrev, ref_cache, false, observe_cache, restore, &sum_weight, gain, thres…
187weighted_average (inputPrev1, ref_cache, false, observe_cache, restore, &sum_weight, gain, thresho…
191weighted_average (inputPrev2, ref_cache, false, observe_cache, restore, &sum_weight, gain, thresho…
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_log.py722 weighted_average = {}
728 weighted_average[fw] = np.average(scores, weights=weights)
729 return weighted_average
Dfirmware_summary.py350 weighted_average = self.slog.get_final_weighted_average()
352 print '%s: %4.3f' % (fw, weighted_average[fw])
/external/webrtc/webrtc/common_audio/vad/
Dvad_core.c104 int32_t weighted_average = 0; in WeightedAverage() local
108 weighted_average += data[k * kNumChannels] * weights[k * kNumChannels]; in WeightedAverage()
110 return weighted_average; in WeightedAverage()
/external/autotest/client/cros/power/
Dpower_status.py650 def weighted_average(self): member in AbstractStats
1353 wavg = stat_obj.weighted_average()
1914 if stat.weighted_average():
1925 wavg = stat.weighted_average()