Home
last modified time | relevance | path

Searched defs:x2 (Results 1 – 5 of 5) sorted by relevance

/liblc3-latest/src/
Dmdct_neon.h58 float32x4_t x2 = vld1q_f32( (float *)(x + 2*n) ); in neon_fft_5() local
140 float32x4_t x2 = vld1q_f32( (float *)x2_ptr ); in neon_fft_bf3() local
183 float32x2_t x2 = vld1_f32( (float *)(x2_ptr++) ); in neon_fft_bf3() local
Dfastmath.h209 union { float f; uint32_t u; } x2 = { .f = x*x }; in lc3_db_q16() local
Dltpf.c523 int16_t x3 = x[-2], x2 = x[-1], x1, x0; in interpolate() local
598 const int16_t *x2 = x - (r0 + t2); in detect_pitch() local
Dmdct.c102 const struct lc3_complex *x0 = x, *x1 = x0 + n*n3, *x2 = x1 + n*n3; in fft_bf3() local
Dspec.c125 float x2 = x[4*i + 2] * x[4*i + 2]; in estimate_gain() local