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

  /external/qemu/android/skin/
argb.h 102 mmx_t _t1 = _mm_add_pi16(x2, x3); \
104 x1 = _mm_add_pi16(_t1, _t2); \
109 mmx_t _t1 = _mm_add_pi16(x2, x3); \
111 x1 = _mm_add_pi16(_t1, _t2); \
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_sse2.asm 14 %define _t1 _t0 + 16
15 %define _p3 _t1 + 16
127 movdqa [rsp+_t1], xmm6 ; save to t1
154 movdqa xmm3, [rsp+_t1] ; get abs (p1 - p0)
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 448 double _t1[3], _t2[3], _t3[3], _dxdR2[3*9], _dxdt1[3*3], _W3[3*3]; local
449 CvMat t1 = cvMat(3,1,CV_64F,_t1), t2 = cvMat(3,1,CV_64F,_t2);
    [all...]

Completed in 101 milliseconds