HomeSort by relevance Sort by last modified time
    Searched refs:v_tw1 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
x86SP_FFT_CToC_FC32_Fwd_Radix4_ls_sse.c 39 VC v_tw1; local
51 v_tw1.real = _mm_set_ps(tw1[6], tw1[4], tw1[2], tw1[0]);
52 v_tw1.imag = _mm_set_ps(
73 &v_tw1, &v_tw2, &v_tw3,
x86SP_FFT_CToC_FC32_Inv_Radix4_ls_sse.c 39 VC v_tw1; local
51 v_tw1.real = _mm_set_ps(tw1[6], tw1[4], tw1[2], tw1[0]);
52 v_tw1.imag = _mm_set_ps(
73 &v_tw1, &v_tw2, &v_tw3,
x86SP_FFT_CToC_FC32_Fwd_Radix4_ms_sse.c 36 VC v_tw1; local
48 v_tw1.real = _mm_shuffle_ps(_mm_load_ss(tw1),
51 v_tw1.imag = _mm_shuffle_ps(_mm_load_ss(tw1 + n_mul_2),
100 &v_tw1, &v_tw2,
170 VC v_tw1; local
174 v_tw1.real = _mm_load1_ps(tw1);
175 v_tw1.imag = _mm_load1_ps(tw1 + n_mul_2);
206 &v_tw1, &v_tw2, &v_tw3,
x86SP_FFT_CToC_FC32_Inv_Radix4_ms_sse.c 36 VC v_tw1; local
48 v_tw1.real = _mm_shuffle_ps(_mm_load_ss(tw1),
51 v_tw1.imag = _mm_shuffle_ps(_mm_load_ss(tw1 + n_mul_2),
100 &v_tw1, &v_tw2, &v_tw3,
170 VC v_tw1; local
174 v_tw1.real = _mm_load1_ps(tw1);
175 v_tw1.imag = _mm_load1_ps(tw1 + n_mul_2);
206 &v_tw1, &v_tw2, &v_tw3,

Completed in 681 milliseconds