Home
last modified time | relevance | path

Searched refs:best_result (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/tools/skpbench/
H A Dskpbench.py207 def __init__(self, src, config, max_stddev, best_result=None):
211 self.best_result = best_result
274 if not self.best_result or result.stddev <= self.best_result.stddev:
275 self.best_result = result
279 (result.config, result.bench, self.best_result.stddev,
281 if self.max_stddev and self.best_result.stddev > self.max_stddev:
315 if skpbench.best_result:
316 emit_result(skpbench.best_result
[all...]
/third_party/astc-encoder/Source/
H A Dastcenc_weight_align.cpp386 vfloat4 best_result = best_results[idx_span]; in compute_angular_endpoints_for_quant_levels() local
388 vmask4 mask = vfloat4(best_result.lane<0>()) > vfloat4(error[i]); in compute_angular_endpoints_for_quant_levels()
389 best_results[idx_span] = select(best_result, new_result, mask); in compute_angular_endpoints_for_quant_levels()
392 best_result = best_results[idx_span - 1]; in compute_angular_endpoints_for_quant_levels()
395 mask = vfloat4(best_result.lane<0>()) > vfloat4(error_cut_low); in compute_angular_endpoints_for_quant_levels()
396 best_result = select(best_result, new_result, mask); in compute_angular_endpoints_for_quant_levels()
399 mask = vfloat4(best_result.lane<0>()) > vfloat4(error_cut_high); in compute_angular_endpoints_for_quant_levels()
400 best_results[idx_span - 1] = select(best_result, new_result, mask); in compute_angular_endpoints_for_quant_levels()
403 best_result in compute_angular_endpoints_for_quant_levels()
[all...]
/third_party/skia/tools/skqp/
H A Dfind_commit_with_best_gold_results.py100 best_result = max(r for h, r in results)
102 if r == best_result:
/third_party/skia/modules/skottie/src/text/
H A DSkottieShaper.cpp390 Shaper::Result best_result; in ShapeToFit() local
393 return best_result; in ShapeToFit()
431 best_result = std::move(res); in ShapeToFit()
447 return best_result; in ShapeToFit()
/third_party/python/Modules/
H A Daudioop.c637 double sum_ri_2, sum_aij_2, sum_aij_ri, result, best_result, factor; in audioop_findfit_impl() local
660 best_result = result; in audioop_findfit_impl()
673 if ( result < best_result ) { in audioop_findfit_impl()
674 best_result = result; in audioop_findfit_impl()
752 double result, best_result; in audioop_findmax_impl() local
770 best_result = result; in audioop_findmax_impl()
779 if ( result > best_result ) { in audioop_findmax_impl()
780 best_result = result; in audioop_findmax_impl()

Completed in 5 milliseconds