Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
H A Dformat_srgb.py102 sum_a = 0.0
110 sum_a += val
113 solved_a = inv_det * (sum_bb*sum_a - sum_ab*sum_b)
114 solved_b = inv_det * (sum_aa*sum_b - sum_ab*sum_a)
/third_party/ffmpeg/libavcodec/
H A Ddcadct.c26 static void sum_a(const int *input, int *output, int len) in sum_a() function
188 sum_a(buf_a, buf_b + 0, 16); in imdct_half_32()
192 sum_a(buf_b + 0, buf_a + 0, 8); in imdct_half_32()
307 sum_a(buf_a, buf_b + 0, 32); in imdct_half_64()
311 sum_a(buf_b + 0, buf_a + 0, 16); in imdct_half_64()
317 sum_a(buf_a + 0, buf_b + 0, 8); in imdct_half_64()
/third_party/astc-encoder/Source/
H A Dastcenccli_error_metrics.cpp37 double sum_a { 0.0 };
55 val.sum_a += static_cast<double>(inc.lane<3>()); in operator +=()
329 num += errorsum.sum_a; in compute_error_metrics()
330 alpha_num += alpha_scaled_errorsum.sum_a; in compute_error_metrics()

Completed in 2 milliseconds