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

  /external/libopus/celt/x86/
pitch_sse.c 145 __m128 yi, yi2, x1v, x2v, x3v, x4v; local
152 x2v = _mm_loadu_ps(xp+2);
155 x2v = _mm_shuffle_ps(x0v, x4v, 0x4e);
156 x1v = _mm_shuffle_ps(x0v, x2v, 0x99);
157 x3v = _mm_shuffle_ps(x2v, x4v, 0x99);
160 yi = _mm_add_ps(yi, _mm_mul_ps(g10v,x2v));
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c 46 const float32x4_t x2v = vaddq_f32(a45v, a67v); local
50 a01v = vaddq_f32(x0v, x2v);
51 x0v = vsubq_f32(x0v, x2v);
aec_rdft_sse2.c 40 const __m128 x2v = _mm_add_ps(a45v, a67v); local
43 a01v = _mm_add_ps(x0v, x2v);
44 x0v = _mm_sub_ps(x0v, x2v);
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp 87 return x2v(First);
94 return x2v(Next);
152 static inline unsigned x2v(unsigned x) { function in struct:__anon25615::RegisterSet
    [all...]
HexagonBitSimplify.cpp 45 return x2v(First);
52 return x2v(Next);
110 static inline unsigned x2v(unsigned x) { function in struct:__anon25589::RegisterSet
    [all...]

Completed in 1376 milliseconds