Searched defs:dim_y (Results 1 - 11 of 11) sorted by relevance
/third_party/astc-encoder/Utils/ |
H A D | astc_rgbm_codec.cpp | 70 int dim_y; in main() local 128 int dim_y; in main() local [all...] |
H A D | astc_blend_test.cpp | 123 int dim_y; in main() local
|
/third_party/astc-encoder/Source/ |
H A D | astcenccli_internal.h | 51 unsigned int dim_y; member
|
H A D | astcenccli_image.cpp | 92 unsigned int dim_y = img->dim_y; in determine_image_components() local 28 alloc_image( unsigned int bitness, unsigned int dim_x, unsigned int dim_y, unsigned int dim_z ) alloc_image() argument 171 astc_img_from_floatx4_array( const float* data, unsigned int dim_x, unsigned int dim_y, bool y_flip ) astc_img_from_floatx4_array() argument 205 astc_img_from_unorm8x4_array( const uint8_t* data, unsigned int dim_x, unsigned int dim_y, bool y_flip ) astc_img_from_unorm8x4_array() argument 240 unsigned int dim_y = img->dim_y; floatx4_array_from_astc_img() local 312 unsigned int dim_y = img->dim_y; unorm8x4_array_from_astc_img() local [all...] |
H A D | astcenccli_image_external.cpp | 120 uint32_t dim_y = wuffs_base__pixel_config__height(&ic.pixcfg); in load_png_with_wuffs() local
|
H A D | astcenccli_error_metrics.cpp | 130 unsigned int dim_y = astc::min(img1->dim_y, img2->dim_y); in compute_error_metrics() local [all...] |
H A D | astcenccli_toplevel.cpp | 400 unsigned int dim_y = slices[0]->dim_y; in load_uncomp_file() local [all...] |
H A D | astcenc_entry.cpp | 851 int dim_y = image.dim_y; in compress_image() local
|
H A D | astcenc.h | 642 unsigned int dim_y; member
|
H A D | astcenccli_image_load_store.cpp | 88 int dim_x, dim_y; in load_image_with_tinyexr() local 124 int dim_x, dim_y; in load_image_with_stb() local 1177 unsigned int dim_y = astc::max(hdr.pixel_height, 1u); load_ktx_uncompressed_image() local 1449 unsigned int dim_y = img->dim_y; store_ktx_uncompressed_image() local 1821 unsigned int dim_y = hdr.height; load_dds_uncompressed_image() local 2056 unsigned int dim_y = img->dim_y; store_dds_uncompressed_image() local 2440 uint8_t dim_y[3]; // Sizes are given in texels; global() member 2491 unsigned int dim_y = unpack_bytes(hdr.dim_y[0], hdr.dim_y[1], hdr.dim_y[2], 0); load_cimage() local [all...] |
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
H A D | pshalgo.c | 2105 PSH_Dimension dim_y = &glyph->globals->dimension[1]; in ps_hints_apply() local
|
Completed in 13 milliseconds