Searched refs:x3 (Results 1 – 3 of 3) sorted by relevance
523 int16_t x3 = x[-2], x2 = x[-1], x1, x0; in interpolate() local529 yn = (x0 = *(x++)) * h[0] + x1 * h[1] + x2 * h[2] + x3 * h[3]; in interpolate()532 yn = (x3 = *(x++)) * h[0] + x0 * h[1] + x1 * h[2] + x2 * h[3]; in interpolate()535 yn = (x2 = *(x++)) * h[0] + x3 * h[1] + x0 * h[2] + x1 * h[3]; in interpolate()538 yn = (x1 = *(x++)) * h[0] + x2 * h[1] + x3 * h[2] + x0 * h[3]; in interpolate()
59 float32x4_t x3 = vld1q_f32( (float *)(x + 3*n) ); in neon_fft_5() local63 float32x4_t s23 = vaddq_f32(x2, x3); in neon_fft_5()66 float32x4_t d23 = vrev64q_f32( vsubq_f32(x2, x3) ); in neon_fft_5()
126 float x3 = x[4*i + 3] * x[4*i + 3]; in estimate_gain() local131 x2_max = fmaxf(x2_max, x3); in estimate_gain()133 e[i].f = x0 + x1 + x2 + x3; in estimate_gain()