Home
last modified time | relevance | path

Searched defs:y_range (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/libaom/av1/common/
H A Dav1_loopfilter.c1317 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/
Diteration_times.rs27 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
Ddistributions.rs60 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
Dsummary.rs35 let y_range = in line_comparison() localVariable
200 let y_range = -0.5..all_curves.len() as f64 - 0.5; in violin() localVariable
Dt_test.rs15 let mut y_range = plotters::data::fitting_range(ys.iter()); in t_test() localVariable
Dregression.rs50 let y_range = plotters::data::fitting_range(scaled_y.iter()); in regression_figure() localVariable
Dpdf.rs38 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/
Ddraw_impl.rs129 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/
Dmod.rs56 pub fn y_range(&self) -> Range<Y::ValueType> { in y_range() method
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_nir_convert_ycbcr.c32 y_range(nir_builder *b, in y_range() function
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/drawing/
Darea.rs775 let y_range = drawing_area.get_y_range(); in test_ranges() localVariable
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c1352 float x_range, y_range; in nv50_blit_3d() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c1241 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 DesextcTextureCubeMapArraySampling.cpp1325 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 DesextcGPUShader5TextureGatherOffset.cpp1074 float y_range; in prepareVertexBufferInfoForCoordinates() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dlower_tf.cc1440 Value y_range = rewriter.create<RangeOp>( in matchAndRewrite() local