Searched refs:z_texels (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_block_sizes.cpp | 452 unsigned int z_texels, in init_decimation_info_3d() argument 459 unsigned int texels_per_block = x_texels * y_texels * z_texels; in init_decimation_info_3d() 477 for (unsigned int z = 0; z < z_texels; z++) in init_decimation_info_3d() 487 int z_weight = (((1024 + z_texels / 2) / (z_texels - 1)) * z * (z_weights - 1) + 32) >> 6; in init_decimation_info_3d() 1022 unsigned int z_texels, in construct_block_size_descriptor_3d() argument 1035 bsd.zdim = static_cast<uint8_t>(z_texels); in construct_block_size_descriptor_3d() 1036 bsd.texel_count = static_cast<uint8_t>(x_texels * y_texels * z_texels); in construct_block_size_descriptor_3d() 1048 for (unsigned int z_weights = 2; z_weights <= z_texels; z_weights++) in construct_block_size_descriptor_3d() 1058 init_decimation_info_3d(x_texels, y_texels, z_texels, x_weights, y_weights, z_weights, di, *wb); in construct_block_size_descriptor_3d() 1137 if (!valid || x_weights > x_texels || y_weights > y_texels || z_weights > z_texels) in construct_block_size_descriptor_3d() [all …]
|
D | astcenc_internal.h | 1261 unsigned int z_texels,
|