Home
last modified time | relevance | path

Searched defs:scaled_y (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/criterion/src/plot/plotters_backend/
Diteration_times.rs14 let mut scaled_y: Vec<_> = data.iter().map(|(f, _)| f).collect(); in iteration_times_figure() localVariable
16 let scaled_y = Sample::new(&scaled_y); in iteration_times_figure() localVariable
Dregression.rs23 let mut scaled_y: Vec<f64> = data.y().iter().cloned().collect(); in regression_figure() localVariable
25 let scaled_y = Sample::new(&scaled_y); in regression_figure() localVariable
/external/rust/crates/criterion/src/plot/gnuplot_backend/
Diteration_times.rs17 let mut scaled_y: Vec<_> = data.iter().map(|(f, _)| f).collect(); in iteration_times_figure() localVariable
19 let scaled_y = Sample::new(&scaled_y); in iteration_times_figure() localVariable
Dregression.rs26 let mut scaled_y: Vec<f64> = data.y().iter().cloned().collect(); in regression_figure() localVariable
28 let scaled_y = Sample::new(&scaled_y); in regression_figure() localVariable
/external/libvpx/libvpx/vp9/common/
Dvp9_scale.c20 static INLINE int scaled_y(int val, const struct scale_factors *sf) { in scaled_y() function
/external/libaom/libaom/av1/common/
Dscale.c29 static INLINE int scaled_y(int val, const struct scale_factors *sf) { in scaled_y() function