Searched defs:v_tw2 (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.c40 VC v_tw2; local
57 v_tw2.real = _mm_set_ps(tw2[12], tw2[8], tw2[4], tw2[0]);
58 v_tw2.imag = _mm_set_ps(
73 &v_tw1, &v_tw2, &v_tw3,
H A Dx86SP_FFT_CToC_FC32_Inv_Radix4_ls_sse.c40 VC v_tw2; local
57 v_tw2.real = _mm_set_ps(tw2[12], tw2[8], tw2[4], tw2[0]);
58 v_tw2.imag = _mm_set_ps(
73 &v_tw1, &v_tw2, &v_tw3,
H A Dx86SP_FFT_CToC_FC32_Fwd_Radix4_ms_sse.c37 VC v_tw2; local
54 v_tw2.real = _mm_shuffle_ps(_mm_load_ss(tw2),
57 v_tw2.imag = _mm_shuffle_ps(_mm_load_ss(tw2 + n_mul_2),
100 &v_tw1, &v_tw2,
171 VC v_tw2; local
176 v_tw2.real = _mm_load1_ps(tw2);
177 v_tw2.imag = _mm_load1_ps(tw2 + n_mul_2);
206 &v_tw1, &v_tw2, &v_tw3,
H A Dx86SP_FFT_CToC_FC32_Inv_Radix4_ms_sse.c37 VC v_tw2; local
54 v_tw2.real = _mm_shuffle_ps(_mm_load_ss(tw2),
57 v_tw2.imag = _mm_shuffle_ps(_mm_load_ss(tw2 + n_mul_2),
100 &v_tw1, &v_tw2, &v_tw3,
171 VC v_tw2; local
176 v_tw2.real = _mm_load1_ps(tw2);
177 v_tw2.imag = _mm_load1_ps(tw2 + n_mul_2);
206 &v_tw1, &v_tw2, &v_tw3,

Completed in 92 milliseconds