/aosp_15_r20/external/libaom/av1/common/ |
H A D | av1_loopfilter.c | 1319 const int x_range = AOMMIN((int)(plane_mi_cols - (mi_col >> scale_horz)), in av1_filter_block_plane_vert() local 1375 const int x_range = AOMMIN((int)(plane_mi_cols - mi_col), MAX_MIB_SIZE); in av1_filter_block_plane_vert_opt() local 1442 const int x_range = AOMMIN((int)(plane_mi_cols - (mi_col >> scale_horz)), in av1_filter_block_plane_vert_opt_chroma() local 1921 const int x_range = AOMMIN((int)(plane_mi_cols - (mi_col >> scale_horz)), in av1_filter_block_plane_horz() local 1970 const int x_range = AOMMIN((int)(plane_mi_cols - mi_col), MAX_MIB_SIZE); in av1_filter_block_plane_horz_opt() local 2038 const int x_range = AOMMIN((int)(plane_mi_cols - (mi_col >> scale_horz)), in av1_filter_block_plane_horz_opt_chroma() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/plot/plotters_backend/ |
D | summary.rs | 33 let x_range = in line_comparison() localVariable 198 let mut x_range = plotters::data::fitting_range(kdes.iter().flat_map(|(_, xs, _)| xs.iter())); in violin() localVariable
|
D | t_test.rs | 14 let x_range = plotters::data::fitting_range(xs.iter()); in t_test() localVariable
|
D | iteration_times.rs | 26 let x_range = (1.0)..((data.len() + 1) as f64); in iteration_times_figure() localVariable
|
D | regression.rs | 49 let x_range = plotters::data::fitting_range(data.x().iter()); in regression_figure() localVariable
|
D | distributions.rs | 59 let x_range = plotters::data::fitting_range(kde_xs_sample.iter()); in abs_distribution() localVariable
|
D | pdf.rs | 37 let x_range = data::fitting_range(base_xs.iter().chain(xs.iter())); in pdf_comparison_figure() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/context/cartesian3d/ |
D | draw_impl.rs | 128 let x_range = coord.logic_x.range(); localVariable 225 let x_range = coord.logic_x.range(); localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/context/cartesian2d/ |
D | mod.rs | 51 pub fn x_range(&self) -> Range<X::ValueType> { in x_range() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/drawing/ |
D | area.rs | 772 let x_range = drawing_area.get_x_range(); in test_ranges() localVariable
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_surface.c | 1352 float x_range, y_range; in nv50_blit_3d() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_surface.c | 1241 float x_range, y_range; in nvc0_blit_3d() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySampling.cpp | 1324 const glw::GLfloat x_range = (glw::GLfloat)width; in prepareTextureCoordinatesForFace() local 1433 const glw::GLfloat x_range = (glw::GLfloat)width; in prepareTextureCoordinatesForGatherForFace() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
H A D | esextcGPUShader5TextureGatherOffset.cpp | 1071 float x_range; in prepareVertexBufferInfoForCoordinates() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | lower_tf.cc | 1478 Value x_range = rewriter.create<RangeOp>( in matchAndRewrite() local
|