Home
last modified time | relevance | path

Searched refs:block_size_descriptor (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_internal.h515 struct block_size_descriptor struct
1210 block_size_descriptor* bsd;
1265 block_size_descriptor& bsd);
1278 block_size_descriptor& bsd,
1541 const block_size_descriptor& bsd,
1601 const block_size_descriptor& bsd,
1626 const block_size_descriptor& bsd,
1646 const block_size_descriptor& bsd,
1686 const block_size_descriptor& bsd,
1837 const block_size_descriptor& bsd,
[all …]
Dastcenc_partition_tables.cpp258 block_size_descriptor& bsd, in generate_one_partition_info_entry()
364 block_size_descriptor& bsd, in build_partition_table_for_one_partition_count()
442 block_size_descriptor& bsd, in init_partition_tables()
Dastcenc_decompress_symbolic.cpp96 const block_size_descriptor& bsd, in unpack_weights()
189 const block_size_descriptor& bsd, in decompress_symbolic_block()
330 const block_size_descriptor& bsd, in compute_symbolic_block_difference_2plane()
423 const block_size_descriptor& bsd, in compute_symbolic_block_difference_1plane()
520 const block_size_descriptor& bsd, in compute_symbolic_block_difference_1plane_1partition()
Dastcenc_entry.cpp762 ctx->bsd = aligned_malloc<block_size_descriptor>(sizeof(block_size_descriptor), ASTCENC_VECALIGN); in astcenc_context_alloc()
790 aligned_free<block_size_descriptor>(ctx->bsd); in astcenc_context_alloc()
827 aligned_free<block_size_descriptor>(ctx->bsd); in astcenc_context_free()
854 const block_size_descriptor& bsd = *ctx.bsd; in compress_image()
1303 block_size_descriptor& bsd = *ctx->bsd; in astcenc_get_block_info()
Dastcenc_image.cpp155 const block_size_descriptor& bsd, in load_image_block()
272 const block_size_descriptor& bsd, in load_image_block_fast_ldr()
338 const block_size_descriptor& bsd, in store_image_block()
Dastcenc_block_sizes.cpp715 block_size_descriptor& bsd in assign_kmeans_texels()
769 block_size_descriptor& bsd, in construct_dt_entry_2d()
823 block_size_descriptor& bsd in construct_block_size_descriptor_2d()
1023 block_size_descriptor& bsd in construct_block_size_descriptor_3d()
1198 block_size_descriptor& bsd in init_block_size_descriptor()
Dastcenc_find_best_partitioning.cpp359 const block_size_descriptor& bsd, in count_partition_mismatch_bits()
445 const block_size_descriptor& bsd, in compute_kmeans_partition_ordering()
535 const block_size_descriptor& bsd, in find_best_partition_candidates()
Dastcenc_symbolic_physical.cpp100 const block_size_descriptor& bsd, in symbolic_to_physical()
285 const block_size_descriptor& bsd, in physical_to_symbolic()
Dastcenc_weight_align.cpp339 const block_size_descriptor& bsd, in compute_angular_endpoints_1plane()
406 const block_size_descriptor& bsd, in compute_angular_endpoints_2planes()
Dastcenc_compress_symbolic.cpp71 const block_size_descriptor& bsd, in realign_weights_undecimated()
191 const block_size_descriptor& bsd, in realign_weights_decimated()
360 const block_size_descriptor& bsd, in compress_symbolic_block_for_partition_1plane()
723 const block_size_descriptor& bsd, in compress_symbolic_block_for_partition_2planes()
1176 const block_size_descriptor& bsd = *ctx.bsd; in compress_block()
Dastcenc_ideal_endpoints_and_weights.cpp631 const block_size_descriptor& bsd, in compute_ideal_colors_and_weights_2planes()
1380 const block_size_descriptor& bsd, in recompute_ideal_colors_2planes()
/hardware/google/gfxstream/third-party/astc-encoder/Source/Fuzzers/
Dfuzz_astc_physical_to_symbolic.cpp47 std::array<block_size_descriptor, 3> testBSD;