Home
last modified time | relevance | path

Searched refs:ft0 (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Dclock.cc159 FILETIME ft0 = {}; in GetSystemReferencePoint() local
168 GetSystemTimeAsFileTime(&ft0); in GetSystemReferencePoint()
174 } while ((ft0.dwHighDateTime == ft1.dwHighDateTime) && in GetSystemReferencePoint()
175 (ft0.dwLowDateTime == ft1.dwLowDateTime)); in GetSystemReferencePoint()
/external/opencv/cxcore/src/
Dcxmatmul.cpp1284 double ft0; \
1286 ft0 = mat[0]*_ld_(src[i]) + mat[1]; \
1287 t0 = _cast_macro1_(ft0); \
1298 double ft0, ft1; \
1300 ft0 = mat[0]*_ld_(src[i]) + mat[1]*_ld_(src[i+1]) + mat[2]; \
1302 t0 = _cast_macro1_(ft0); \
1327 double ft0, ft1; \
1329 ft0 = mat[0]*_ld_(src[i]) + mat[2]; \
1331 t0 = _cast_macro1_(ft0); \
1344 double ft0, ft1, ft2; \
[all …]
Dcxarithm.cpp1262 double ft0 = scale*_cvt_macro_(src1[i])*_cvt_macro_(src2[i]); \
1264 worktype t0 = _cast_macro1_(ft0); \
1270 ft0 = scale*_cvt_macro_(src1[i+2])*_cvt_macro_(src2[i+2]); \
1272 t0 = _cast_macro1_(ft0); \
/external/opencv3/modules/objdetect/src/
Dhog.cpp430 __m128 ft0 = _mm_mul_ps(_mag, _mm_sub_ps(fone, _angle)); in computeGradient() local
432 __m128 ft2 = _mm_unpacklo_ps(ft0, ft1); in computeGradient()
433 __m128 ft3 = _mm_unpackhi_ps(ft0, ft1); in computeGradient()