Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_find_best_partitioning.cpp650 vfloat4 uncor_vector = uncor_lines[j].b * uncor_line_lens[j]; in find_best_partition_candidates() local
653 uncor_error += dot_s(uncor_vector * uncor_vector, error_weights); in find_best_partition_candidates()
718 vfloat4 uncor_vector = pl.uncor_line.b * pl.uncor_line_len; in find_best_partition_candidates() local
721 uncor_error += dot3_s(uncor_vector * uncor_vector, error_weights); in find_best_partition_candidates()