Searched refs:block_size_descriptor (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_internal.h | 515 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 …]
|
D | astcenc_partition_tables.cpp | 258 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()
|
D | astcenc_decompress_symbolic.cpp | 96 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()
|
D | astcenc_entry.cpp | 762 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()
|
D | astcenc_image.cpp | 155 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()
|
D | astcenc_block_sizes.cpp | 715 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()
|
D | astcenc_find_best_partitioning.cpp | 359 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()
|
D | astcenc_symbolic_physical.cpp | 100 const block_size_descriptor& bsd, in symbolic_to_physical() 285 const block_size_descriptor& bsd, in physical_to_symbolic()
|
D | astcenc_weight_align.cpp | 339 const block_size_descriptor& bsd, in compute_angular_endpoints_1plane() 406 const block_size_descriptor& bsd, in compute_angular_endpoints_2planes()
|
D | astcenc_compress_symbolic.cpp | 71 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()
|
D | astcenc_ideal_endpoints_and_weights.cpp | 631 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/ |
D | fuzz_astc_physical_to_symbolic.cpp | 47 std::array<block_size_descriptor, 3> testBSD;
|