Home
last modified time | relevance | path

Searched refs:partition_of_texel (Results 1 - 9 of 9) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_partition_tables.cpp35 * @param partition_of_texel The partition assignments, in hash order.
40 const uint8_t* partition_of_texel, in generate_canonical_partitioning()
62 int index = partition_of_texel[i]; in generate_canonical_partitioning()
286 uint8_t *partition_of_texel = pi.partition_of_texel; in generate_one_partition_info_entry()
299 *partition_of_texel++ = part; in generate_one_partition_info_entry()
375 bitmaps[pi.partition_of_texel[idx]] |= 1ULL << i; in generate_one_partition_info_entry()
423 generate_canonical_partitioning(bsd.texel_count, ptab[next_index].partition_of_texel, canonical_patterns + next_index * BIT_PATTERN_WORDS);
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 Dastcenc_find_best_partitioning.cpp144 * @param[out] partition_of_texel The partition assigned for each texel.
151 uint8_t partition_of_texel[BLOCK_MAX_TEXELS] in kmeans_assign()
176 partition_of_texel[i] = static_cast<uint8_t>(best_partition); in kmeans_assign()
192 partition_texel_count[partition_of_texel[i]]--; in kmeans_assign()
194 partition_of_texel[i] = static_cast<uint8_t>(i); in kmeans_assign()
208 * @param partition_of_texel The partition assigned for each texel.
215 const uint8_t partition_of_texel[BLOCK_MAX_TEXELS] in kmeans_update()
232 uint8_t partition = partition_of_texel[i]; in kmeans_update()
H A Dastcenc_averages_and_directions.cpp69 vint texel_partition(pi.partition_of_texel + i); in compute_partition_averages_rgb()
105 vint texel_partition(pi.partition_of_texel + i); in compute_partition_averages_rgb()
150 vint texel_partition(pi.partition_of_texel + i); in compute_partition_averages_rgb()
240 vint texel_partition(pi.partition_of_texel + i);
280 vint texel_partition(pi.partition_of_texel + i);
331 vint texel_partition(pi.partition_of_texel + i);
H A Dastcenc_compress_symbolic.cpp151 unsigned int partition0 = pi.partition_of_texel[texel]; in realign_weights_undecimated()
152 unsigned int partition1 = pi.partition_of_texel[texel + 1]; in realign_weights_undecimated()
153 unsigned int partition2 = pi.partition_of_texel[texel + 2]; in realign_weights_undecimated()
154 unsigned int partition3 = pi.partition_of_texel[texel + 3]; in realign_weights_undecimated()
244 unsigned int partition = pi.partition_of_texel[texel]; in realign_weights_undecimated()
350 unsigned int partition = pi.partition_of_texel[texel]; in realign_weights_undecimated()
508 unsigned int partition = pi.partition_of_texel[texel]; in realign_weights_decimated()
H A Dastcenc_internal.h341 uint8_t partition_of_texel[BLOCK_MAX_TEXELS]; member
H A Dastcenc_entry.cpp1403 info->partition_assignment[i] = pi.partition_of_texel[i]; in astcenc_get_block_info()
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_partition_tables.cpp88 gen_canonicalized_partition_table(texel_count, pi[i].partition_of_texel, canonicalizeds + i * 7); in partition_table_zap_equal_elements()
234 uint8_t *partition_of_texel = pt->partition_of_texel; in generate_one_partition_table()
242 *partition_of_texel++ = part; in generate_one_partition_table()
251 int partition = pt->partition_of_texel[i]; in generate_one_partition_table()
H A Dastc_codec_internals.h67 uint8_t partition_of_texel[MAX_TEXELS_PER_BLOCK]; member
H A Dastc_decompress_symbolic.cpp268 int partition = pt->partition_of_texel[i]; in decompress_symbolic_block()

Completed in 12 milliseconds