Home
last modified time | relevance | path

Searched refs:sumL (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c523 int32_t sumL = 0, sumR = 0; in fxt1_quantize_ALPHA1() local
546 sumL += sum; in fxt1_quantize_ALPHA1()
602 vec[1][i] = (tv[v1][i] * sumL + tv[v2][i] * sumR) / (sumL + sumR); in fxt1_quantize_ALPHA1()

Completed in 3 milliseconds