Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsbrdsp.c139 float real_sum1 = 0.0f, imag_sum1 = 0.0f, real_sum0 = 0.0f; in sbr_autocorrelate_c() local
142 real_sum0 += x[i][0] * x[i ][0] + x[i][1] * x[i ][1]; in sbr_autocorrelate_c()
150 phi[2 ][1][0] = real_sum0 + x[ 0][0] * x[ 0][0] + x[ 0][1] * x[ 0][1]; in sbr_autocorrelate_c()
151 phi[1 ][0][0] = real_sum0 + x[38][0] * x[38][0] + x[38][1] * x[38][1]; in sbr_autocorrelate_c()
/third_party/ffmpeg/libavcodec/x86/
Dsbrdsp.asm481 mulps m7, m7 ; real_sum0 = x[1][0] * x[1][0], x[1][1] * x[1][1];
495 addps m7, m1 ; real_sum0 += x[i][0] * x[i][0], x[i][1] * x[i][1];
505 addps m7, m2 ; real_sum0 += x[i][0] * x[i][0], x[i][1] * x[i][1];
515 addps m7, m0 ; real_sum0 += x[i][0] * x[i][0], x[i][1] * x[i][1];
522 addps m1, m7 ; real_sum0 + x[38][0] * x[38][0], x[38][1] * x[38][1];
524 addps m7, [rsp+16] ; real_sum0 + x[ 0][0] * x[ 0][0], x[ 0][1] * x[ 0][1];