Searched defs:dim_y (Results 1 – 8 of 8) sorted by relevance
/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_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_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_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
|