Home
last modified time | relevance | path

Searched defs:texel_count (Results 1 - 10 of 10) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_ideal_endpoints_and_weights.cpp117 unsigned int texel_count = blk.texel_count; in compute_ideal_colors_and_weights_1_comp() local
[all...]
H A Dastcenc_partition_tables.cpp38 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 Dastcenc_averages_and_directions.cpp53 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 Dastcenc_find_best_partitioning.cpp60 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 Dastcenc_pick_best_endpoint_format.cpp88 unsigned int texel_count = pi.partition_texel_count[partition_index]; in compute_error_squared_rgb_single_partition() local
H A Dastcenc_decompress_symbolic.cpp305 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 Dastcenc.h675 unsigned int texel_count; member
H A Dastcenc_internal.h361 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 Dastc_partition_tables.cpp29 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 Dastc_codec_internals.h102 int texel_count; member

Completed in 11 milliseconds