Home
last modified time | relevance | path

Searched refs:is_constant_channel (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_find_best_partitioning.cpp569 bool uses_alpha = !blk.is_constant_channel(3); in find_best_partition_candidates()
Dastcenc_internal.h825 inline bool is_constant_channel(int channel) const in is_constant_channel() function
Dastcenc_ideal_endpoints_and_weights.cpp617 bool uses_alpha = !blk.is_constant_channel(3); in compute_ideal_colors_and_weights_1plane()
638 bool uses_alpha = !blk.is_constant_channel(3); in compute_ideal_colors_and_weights_2planes()
Dastcenc_compress_symbolic.cpp1349 if (blk.is_constant_channel(i)) in compress_block()