Home
last modified time | relevance | path

Searched refs:weight_high_value2 (Results 1 – 3 of 3) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_compress_symbolic.cpp815 float* weight_high_value2 = tmpbuf.weight_high_value2; in compress_symbolic_block_for_partition_2planes() local
835 if (weight_high_value2[i] > 1.02f * min_wt_cutoff2) in compress_symbolic_block_for_partition_2planes()
837 weight_high_value2[i] = 1.0f; in compress_symbolic_block_for_partition_2planes()
856 weight_high_value2[i], in compress_symbolic_block_for_partition_2planes()
Dastcenc_weight_align.cpp567 float (&high_value2)[WEIGHTS_MAX_BLOCK_MODES] = tmpbuf.weight_high_value2; in compute_angular_endpoints_2planes()
Dastcenc_internal.h1157 float weight_high_value2[WEIGHTS_MAX_BLOCK_MODES]; member