Searched refs:sum_b (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/util/ |
H A D | format_srgb.py | 103 sum_b = 0.0 111 sum_b += j*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/astc-encoder/Source/ |
H A D | astcenccli_error_metrics.cpp | 36 double sum_b { 0.0 }; 54 val.sum_b += static_cast<double>(inc.lane<2>()); in operator +=() 320 num += errorsum.sum_b; in compute_error_metrics() 321 alpha_num += alpha_scaled_errorsum.sum_b; in compute_error_metrics() 322 log_num += log_errorsum.sum_b; in compute_error_metrics() 323 mpsnr_num += mpsnr_errorsum.sum_b; in compute_error_metrics() 368 double rgb_num = errorsum.sum_r + errorsum.sum_g + errorsum.sum_b; in compute_error_metrics()
|
/third_party/ffmpeg/libavcodec/ |
H A D | dcadct.c | 34 static void sum_b(const int *input, int *output, int len) in sum_b() function 189 sum_b(buf_a, buf_b + 16, 16); in imdct_half_32() 193 sum_b(buf_b + 0, buf_a + 8, 8); in imdct_half_32() 308 sum_b(buf_a, buf_b + 32, 32); in imdct_half_64() 312 sum_b(buf_b + 0, buf_a + 16, 16); in imdct_half_64() 318 sum_b(buf_a + 0, buf_b + 8, 8); in imdct_half_64()
|
Completed in 2 milliseconds