/aosp_15_r20/external/libaom/av1/common/ |
H A D | av1_loopfilter.c | 1317 const int y_range = AOMMIN((int)(plane_mi_rows - (mi_row >> scale_vert)), in av1_filter_block_plane_vert() local 1370 const int y_range = AOMMIN((int)(plane_mi_rows - mi_row), in av1_filter_block_plane_vert_opt() local 1439 const int y_range = in av1_filter_block_plane_vert_opt_chroma() local 1919 const int y_range = AOMMIN((int)(plane_mi_rows - (mi_row >> scale_vert)), in av1_filter_block_plane_horz() local 1968 const int y_range = AOMMIN((int)(plane_mi_rows - mi_row), in av1_filter_block_plane_horz_opt() local 2035 const int y_range = in av1_filter_block_plane_horz_opt_chroma() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/plot/plotters_backend/ |
D | iteration_times.rs | 27 let y_range = plotters::data::fitting_range(scaled_y.iter()); in iteration_times_figure() localVariable 94 let y_range = plotters::data::fitting_range(all_data.iter()); in iteration_times_comparison_figure() localVariable
|
D | distributions.rs | 60 let mut y_range = plotters::data::fitting_range(ys.iter()); in abs_distribution() localVariable 215 let y_range = plotters::data::fitting_range(ys.iter()); in rel_distribution() localVariable
|
D | summary.rs | 35 let y_range = in line_comparison() localVariable 200 let y_range = -0.5..all_curves.len() as f64 - 0.5; in violin() localVariable
|
D | t_test.rs | 15 let mut y_range = plotters::data::fitting_range(ys.iter()); in t_test() localVariable
|
D | regression.rs | 50 let y_range = plotters::data::fitting_range(scaled_y.iter()); in regression_figure() localVariable
|
D | pdf.rs | 38 let y_range = data::fitting_range(base_ys.iter().chain(ys.iter())); in pdf_comparison_figure() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/context/cartesian3d/ |
D | draw_impl.rs | 129 let y_range = coord.logic_y.range(); localVariable 226 let y_range = coord.logic_y.range(); localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/chart/context/cartesian2d/ |
D | mod.rs | 56 pub fn y_range(&self) -> Range<Y::ValueType> { in y_range() method
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_nir_convert_ycbcr.c | 32 y_range(nir_builder *b, in y_range() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/drawing/ |
D | area.rs | 775 let y_range = drawing_area.get_y_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 | 1325 const glw::GLfloat y_range = (glw::GLfloat)height; in prepareTextureCoordinatesForFace() local 1434 const glw::GLfloat y_range = (glw::GLfloat)height; in prepareTextureCoordinatesForGatherForFace() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
H A D | esextcGPUShader5TextureGatherOffset.cpp | 1074 float y_range; in prepareVertexBufferInfoForCoordinates() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | lower_tf.cc | 1440 Value y_range = rewriter.create<RangeOp>( in matchAndRewrite() local
|