/third_party/astc-encoder/Source/ |
H A D | astcenc_ideal_endpoints_and_weights.cpp | 117 unsigned int texel_count = blk.texel_count; in compute_ideal_colors_and_weights_1_comp() local [all...] |
H A D | astcenc_partition_tables.cpp | 38 generate_canonical_partitioning( unsigned int texel_count, const uint8_t* partition_of_texel, uint64_t bit_pattern[BIT_PATTERN_WORDS] ) generate_canonical_partitioning() argument
|
H A D | astcenc_averages_and_directions.cpp | 53 unsigned int texel_count = blk.texel_count; in compute_partition_averages_rgb() local 583 unsigned int texel_count = pi.partition_texel_count[partition]; compute_avgs_and_dirs_3_comp_rgb() local 673 unsigned int texel_count = pt.partition_texel_count[partition]; compute_avgs_and_dirs_2_comp() local 745 unsigned int texel_count = pi.partition_texel_count[partition]; compute_error_squared_rgba() local 860 unsigned int texel_count = pi.partition_texel_count[partition]; global() local [all...] |
H A D | astcenc_find_best_partitioning.cpp | 60 kmeans_init( const image_block& blk, unsigned int texel_count, unsigned int partition_count, vfloat4 cluster_centers[BLOCK_MAX_PARTITIONS] ) kmeans_init() argument 146 kmeans_assign( const image_block& blk, unsigned int texel_count, unsigned int partition_count, const vfloat4 cluster_centers[BLOCK_MAX_PARTITIONS], uint8_t partition_of_texel[BLOCK_MAX_TEXELS] ) kmeans_assign() argument 210 kmeans_update( const image_block& blk, unsigned int texel_count, unsigned int partition_count, vfloat4 cluster_centers[BLOCK_MAX_PARTITIONS], const uint8_t partition_of_texel[BLOCK_MAX_TEXELS] ) kmeans_update() argument [all...] |
H A D | astcenc_pick_best_endpoint_format.cpp | 88 unsigned int texel_count = pi.partition_texel_count[partition_index]; in compute_error_squared_rgb_single_partition() local
|
H A D | astcenc_decompress_symbolic.cpp | 305 int texel_count = pi.partition_texel_count[i]; in decompress_symbolic_block() local 368 unsigned int texel_count = bsd.texel_count; in compute_symbolic_block_difference_2plane() local 464 unsigned int texel_count in compute_symbolic_block_difference_1plane() local 558 unsigned int texel_count = bsd.texel_count; compute_symbolic_block_difference_1plane_1partition() local [all...] |
H A D | astcenc.h | 675 unsigned int texel_count; member
|
H A D | astcenc_internal.h | 361 uint8_t texel_count; member 554 uint8_t texel_count; member 769 uint8_t texel_count; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_partition_tables.cpp | 29 gen_canonicalized_partition_table( int texel_count, const uint8_t* partition_table, uint64_t canonicalized[7] ) gen_canonicalized_partition_table() argument 77 partition_table_zap_equal_elements( int texel_count, partition_info* pi ) partition_table_zap_equal_elements() argument
|
H A D | astc_codec_internals.h | 102 int texel_count; member
|