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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_Clip8_s.s 55 qx3 QN Q3.S16 label
74 VQSHRUN dclip3,qx3,#0
85 VQSHRUN dclip3,qx3,#0
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 54 GLfloat qx3, qy3; member in struct:LineInfo
295 const GLfloat fx3 = sx - info->qx3;
355 line->qx3 = x1 - line->yAdj;
362 line->ex2 = line->qx3 - line->qx2;
364 line->ex3 = line->qx0 - line->qx3;
  /external/opencv3/modules/imgproc/src/
moments.cpp 232 __m128i z = _mm_setzero_si128(), qx0 = z, qx1 = z, qx2 = z, qx3 = z, qx = qx_init; local
242 qx3 = _mm_add_epi32(qx3, _mm_madd_epi16( _mm_mullo_epi16(p, qx), sx));
253 _mm_store_si128((__m128i*)buf, qx3);

Completed in 834 milliseconds