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

  /device/google/dragon/audio/hal/dsp/
eq2.c 127 float32x2_t qb0 = {qL->b0, qR->b0}; local
149 "vmla.f32 d1, %P[qb0], d0 \n"
177 [qb0]"w"(qb0),
220 __m128 qb0 = {qL->b0, qR->b0}; local
240 "lddqu %[qb0],%%xmm0 \n"
288 [qb0]"m"(qb0),
eq.c 114 float qb0 = q->b0; local
130 float y = qb0*x
  /external/opencv3/modules/video/src/
lkpyramid.cpp 529 __m128 qb0 = _mm_setzero_ps(), qb1 = _mm_setzero_ps(); local
574 qb0 = _mm_add_ps(qb0, _mm_cvtepi32_ps(v00));
580 qb0 = _mm_add_ps(qb0, _mm_cvtepi32_ps(v00));
669 _mm_store_ps(bbuf, _mm_add_ps(qb0, qb1));
    [all...]

Completed in 136 milliseconds