HomeSort by relevance Sort by last modified time
    Searched refs:_t1 (Results 1 - 2 of 2) 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/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 286 milliseconds