/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_image.cpp | 31 unsigned int dim_y, in alloc_image() 92 unsigned int dim_y = img->dim_y; in determine_image_components() local 174 unsigned int dim_y, in astc_img_from_floatx4_array() 208 unsigned int dim_y, in astc_img_from_unorm8x4_array() 239 unsigned int dim_y = img->dim_y; in floatx4_array_from_astc_img() local 309 unsigned int dim_y = img->dim_y; in unorm8x4_array_from_astc_img() local
|
D | astcenccli_image_load_store.cpp | 55 int dim_x, dim_y; in load_image_with_tinyexr() local 91 int dim_x, dim_y; in load_image_with_stb() local 1084 unsigned int dim_y = astc::max(hdr.pixel_height, 1u); in load_ktx_uncompressed_image() local 1356 unsigned int dim_y = img->dim_y; in store_ktx_uncompressed_image() local 1728 unsigned int dim_y = hdr.height; in load_dds_uncompressed_image() local 1963 unsigned int dim_y = img->dim_y; in store_dds_uncompressed_image() local 2347 uint8_t dim_y[3]; // Sizes are given in texels; member 2398 unsigned int dim_y = unpack_bytes(hdr.dim_y[0], hdr.dim_y[1], hdr.dim_y[2], 0); in load_cimage() local
|
D | astcenccli_internal.h | 51 unsigned int dim_y; member
|
D | astcenccli_image_external.cpp | 120 uint32_t dim_y = wuffs_base__pixel_config__height(&ic.pixcfg); in load_png_with_wuffs() local
|
D | astcenccli_error_metrics.cpp | 130 unsigned int dim_y = astc::min(img1->dim_y, img2->dim_y); in compute_error_metrics() local
|
D | astcenc.h | 581 unsigned int dim_y; member
|
D | astcenc_entry.cpp | 865 int dim_y = image.dim_y; in compress_image() local
|
D | astcenccli_toplevel.cpp | 357 unsigned int dim_y = slices[0]->dim_y; in load_uncomp_file() local
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_reduction_sycl.cpp | 444 IndexType dim_y = 1; in test_first_dim_reductions_max_sycl() local 610 const Eigen::SyclDevice& sycl_device, IndexType dim_x, IndexType dim_y) { in test_first_dim_reductions_sum_sycl() 652 IndexType dim_y = 1; in test_first_dim_reductions_mean_sycl() local 698 IndexType dim_y = 1; in test_last_dim_reductions_mean_sycl() local 743 IndexType dim_y = 1; in test_last_dim_reductions_sum_sycl() local
|
H A D | cxx11_tensor_reduction_gpu.cu | 59 int dim_y = 1; in test_first_dim_reductions() local 99 int dim_y = 1; in test_last_dim_reductions() local
|
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/ |
H A D | NENormalizationLayerKernel.cpp | 186 … const int dim_y = _input->info()->data_layout() == DataLayout::NCHW ? 1 : 2; in normalize_float() local
|
/aosp_15_r20/external/freetype/src/pshinter/ |
H A D | pshalgo.c | 2107 PSH_Dimension dim_y = &glyph->globals->dimension[1]; in ps_hints_apply() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
H A D | propagate_fixed_sizes.cc | 102 int dim_y = dim_y_is_one ? 1 : input_shape_y.dims(i - (rank_out - rank_y)); in ComputeBinaryOperatorOutputSize() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | common_shape_fns.cc | 2107 const auto dim_y = in BroadcastBinaryOpOutputShapeFnHelper() local
|