Searched refs:v_tw3 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix4_ls_sse.c41 VC v_tw3; local
63 v_tw3.real = _mm_set_ps(tw3[18], tw3[12], tw3[6], tw3[0]);
64 v_tw3.imag = _mm_set_ps(
73 &v_tw1, &v_tw2, &v_tw3,
H A Dx86SP_FFT_CToC_FC32_Inv_Radix4_ls_sse.c41 VC v_tw3; local
63 v_tw3.real = _mm_set_ps(tw3[18], tw3[12], tw3[6], tw3[0]);
64 v_tw3.imag = _mm_set_ps(
73 &v_tw1, &v_tw2, &v_tw3,
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix4_ms_sse.c38 VC v_tw3; local
60 v_tw3.real = _mm_shuffle_ps(_mm_load_ss(tw3),
63 v_tw3.imag = _mm_shuffle_ps(_mm_load_ss(tw3 + n_mul_2),
101 &v_tw3, &v_t0, &v_t1, &v_t2, &v_t3);
172 VC v_tw3; local
178 v_tw3.real = _mm_load1_ps(tw3);
179 v_tw3.imag = _mm_load1_ps(tw3 + n_mul_2);
206 &v_tw1, &v_tw2, &v_tw3,
H A Dx86SP_FFT_CToC_FC32_Inv_Radix4_ms_sse.c38 VC v_tw3; local
60 v_tw3.real = _mm_shuffle_ps(_mm_load_ss(tw3),
63 v_tw3.imag = _mm_shuffle_ps(_mm_load_ss(tw3 + n_mul_2),
100 &v_tw1, &v_tw2, &v_tw3,
172 VC v_tw3; local
178 v_tw3.real = _mm_load1_ps(tw3);
179 v_tw3.imag = _mm_load1_ps(tw3 + n_mul_2);
206 &v_tw1, &v_tw2, &v_tw3,

Completed in 74 milliseconds