Searched defs:blk (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_averages_and_directions.cpp | 49 const image_block& blk, in compute_partition_averages_rgb() 220 const image_block& blk, in compute_partition_averages_rgba() 390 const image_block& blk, in compute_avgs_and_dirs_4_comp() 461 const image_block& blk, in compute_avgs_and_dirs_3_comp() 570 const image_block& blk, in compute_avgs_and_dirs_3_comp_rgb() 633 const image_block& blk, in compute_avgs_and_dirs_2_comp() 725 const image_block& blk, in compute_error_squared_rgba() 867 const image_block& blk, in compute_error_squared_rgb()
|
D | astcenc_find_best_partitioning.cpp | 61 const image_block& blk, in kmeans_init() 147 const image_block& blk, in kmeans_assign() 211 const image_block& blk, in kmeans_update() 446 const image_block& blk, in compute_kmeans_partition_ordering() 536 const image_block& blk, in find_best_partition_candidates()
|
D | astcenc_decompress_symbolic.cpp | 194 image_block& blk in decompress_symbolic_block() 332 const image_block& blk in compute_symbolic_block_difference_2plane() 425 const image_block& blk in compute_symbolic_block_difference_1plane() 522 const image_block& blk in compute_symbolic_block_difference_1plane_1partition()
|
D | astcenc_compress_symbolic.cpp | 72 const image_block& blk, in realign_weights_undecimated() 192 const image_block& blk, in realign_weights_decimated() 361 const image_block& blk, in compress_symbolic_block_for_partition_1plane() 724 const image_block& blk, in compress_symbolic_block_for_partition_2planes() 1055 const image_block& blk in prepare_block_statistics() 1170 const image_block& blk, in compress_block()
|
D | astcenc_image.cpp | 154 image_block& blk, in load_image_block() 271 image_block& blk, in load_image_block_fast_ldr() 337 const image_block& blk, in store_image_block()
|
D | astcenc_ideal_endpoints_and_weights.cpp | 108 const image_block& blk, in compute_ideal_colors_and_weights_1_comp() 218 const image_block& blk, in compute_ideal_colors_and_weights_2_comp() 355 const image_block& blk, in compute_ideal_colors_and_weights_3_comp() 521 const image_block& blk, in compute_ideal_colors_and_weights_4_comp() 613 const image_block& blk, in compute_ideal_colors_and_weights_1plane() 632 const image_block& blk, in compute_ideal_colors_and_weights_2planes() 1158 const image_block& blk, in recompute_ideal_colors_1plane() 1379 const image_block& blk, in recompute_ideal_colors_2planes()
|
D | astcenc_pick_best_endpoint_format.cpp | 75 const image_block& blk, in compute_error_squared_rgb_single_partition() 223 const image_block& blk, in compute_encoding_choice_errors() 1096 const image_block& blk, in compute_ideal_endpoint_formats()
|
D | astcenc_entry.cpp | 857 image_block blk; in compress_image() local 1223 image_block blk; in astcenc_decompress_image() local
|
/hardware/interfaces/tests/memory/1.0/default/ |
D | MemoryTest.cpp | 64 Return<void> Memory::haveSomeMemoryBlock(const MemoryBlock& blk, haveSomeMemoryBlock_cb _hidl_cb) { in haveSomeMemoryBlock()
|
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | texcompress_etc_tmp.h | 120 int modifier, bit, idx, blk; in TAG() local
|
/hardware/google/gfxstream/guest/mesa/src/util/sha1/ |
D | sha1.c | 34 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \ macro
|