Home
last modified time | relevance | path

Searched defs:blk (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_averages_and_directions.cpp49 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()
Dastcenc_find_best_partitioning.cpp61 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()
Dastcenc_decompress_symbolic.cpp194 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()
Dastcenc_compress_symbolic.cpp72 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()
Dastcenc_image.cpp154 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()
Dastcenc_ideal_endpoints_and_weights.cpp108 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()
Dastcenc_pick_best_endpoint_format.cpp75 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()
Dastcenc_entry.cpp857 image_block blk; in compress_image() local
1223 image_block blk; in astcenc_decompress_image() local
/hardware/interfaces/tests/memory/1.0/default/
DMemoryTest.cpp64 Return<void> Memory::haveSomeMemoryBlock(const MemoryBlock& blk, haveSomeMemoryBlock_cb _hidl_cb) { in haveSomeMemoryBlock()
/hardware/google/gfxstream/guest/mesa/src/util/format/
Dtexcompress_etc_tmp.h120 int modifier, bit, idx, blk; in TAG() local
/hardware/google/gfxstream/guest/mesa/src/util/sha1/
Dsha1.c34 #define blk(i) (block->l[i&15] = rol(block->l[(i+13)&15]^block->l[(i+8)&15] \ macro