Home
last modified time | relevance | path

Searched defs:dim_y (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenccli_image.cpp31 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
Dastcenccli_image_load_store.cpp55 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
Dastcenccli_internal.h51 unsigned int dim_y; member
Dastcenccli_image_external.cpp120 uint32_t dim_y = wuffs_base__pixel_config__height(&ic.pixcfg); in load_png_with_wuffs() local
Dastcenccli_error_metrics.cpp130 unsigned int dim_y = astc::min(img1->dim_y, img2->dim_y); in compute_error_metrics() local
Dastcenc.h581 unsigned int dim_y; member
Dastcenc_entry.cpp865 int dim_y = image.dim_y; in compress_image() local
Dastcenccli_toplevel.cpp357 unsigned int dim_y = slices[0]->dim_y; in load_uncomp_file() local
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_reduction_sycl.cpp444 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 Dcxx11_tensor_reduction_gpu.cu59 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 DNENormalizationLayerKernel.cpp186 … 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 Dpshalgo.c2107 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 Dpropagate_fixed_sizes.cc102 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 Dcommon_shape_fns.cc2107 const auto dim_y = in BroadcastBinaryOpOutputShapeFnHelper() local