Home
last modified time | relevance | path

Searched defs:q1 (Results 1 – 25 of 41) sorted by relevance

12

/external/clang/test/PCH/
Dreinclude2.h1 int q1 = A::x; variable
/external/eigen/test/
Dgeo_quaternion.cpp24 template<typename QuatType> void check_slerp(const QuatType& q0, const QuatType& q1) in check_slerp()
72 Quaternionx q1, q2; in quaternion() local
188 Quaternionx q1 = MQuaternionA(array1); in mapQuaternion() local
211 QuaternionA *q1 = ::new(reinterpret_cast<void*>(array1)) QuaternionA; in quaternionAlignment() local
Dgeo_eulerangles.cpp23 Quaternionx q1; in eulerangles() local
Dgeo_transformations.cpp45 Quaternionx q1, q2; in non_projective_only() local
123 Quaternionx q1, q2; in transformations() local
/external/webp/src/dsp/
Ddec_sse2.c279 #define GET_NOTHEV(p1, p0, q0, q1, hev_thresh, not_hev) { \ argument
292 #define GET_BASE_DELTA(p1, p0, q0, q1, o) { \ argument
327 const __m128i* q1, int thresh, __m128i *mask) { in NeedsFilter()
347 const __m128i* q1, int thresh) { in DoFilter2()
368 __m128i* q0, __m128i* q1, in DoFilter4()
415 __m128i* q0, __m128i* q1, __m128i *q2, in DoFilter6()
515 __m128i* q0, __m128i* q1) { in Load16x4()
558 __m128i* q0, __m128i* q1) { in Store16x4()
602 __m128i q1 = _mm_loadu_si128((__m128i*)&p[stride]); in SimpleVFilter16SSE2() local
612 __m128i p1, p0, q0, q1; in SimpleHFilter16SSE2() local
[all …]
Ddec_neon.c34 #define NEEDS_FILTER(p1, p0, q0, q1, thresh, mask) \ argument
43 #define GET_BASE_DELTA(p1, p0, q0, q1, o) \ argument
62 #define DO_FILTER2(p1, p0, q0, q1, thresh) \ argument
Ddec.c489 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter2() local
499 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter4() local
513 const int q0 = p[0], q1 = p[step], q2 = p[2*step]; in do_filter6() local
527 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in hev() local
532 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in needs_filter() local
539 const int q0 = p[0], q1 = p[step], q2 = p[2*step], q3 = p[3*step]; in needs_filter2() local
/external/fdlibm/
De_sqrt.c100 unsigned r,t1,s1,ix1,q1; local
De_jn.c161 double q0,q1,h,tmp; int k,m; local
/external/libvpx/vp8/common/
Dloopfilter_filters.c28 uc p3, uc p2, uc p1, uc p0, uc q0, uc q1, uc q2, uc q3) in vp8_filter_mask()
43 static __inline signed char vp8_hevmask(signed char thresh, uc p1, uc p0, uc q0, uc q1) in vp8_hevmask()
281 …gned char vp8_simple_filter_mask(signed char limit, signed char flimit, uc p1, uc p0, uc q0, uc q1) in vp8_simple_filter_mask()
297 signed char q1 = (signed char) * oq1 ^ 0x80; in vp8_simple_filter() local
/external/webp/src/enc/
Dfilter.c52 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter2() local
62 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter4() local
75 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in hev() local
80 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in needs_filter() local
87 const int q0 = p[0], q1 = p[step], q2 = p[2*step], q3 = p[3*step]; in needs_filter2() local
/external/qemu/distrib/sdl-1.2.15/src/video/
De_sqrt.h146 u_int32_t r,t1,s1,ix1,q1; local
/external/v8/test/mjsunit/
Dindexed-accessors.js91 var q1 = {}; variable
/external/llvm/include/llvm/Analysis/
DTrace.h105 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } in erase()
/external/clang/test/CodeGenCXX/
Dcopy-assign-synthesis.cpp65 Q q1, q2; member
Dcopy-assign-synthesis-1.cpp81 Q q1, q2; member
/external/eigen/test/eigen2/
Deigen2_geometry.cpp57 Quaternionx q1, q2; in geometry() local
Deigen2_geometry_with_eigen2_prefix.cpp59 Quaternionx q1, q2; in geometry() local
/external/opencv/cv/src/
Dcvthresh.cpp211 double mu1 = 0, q1 = 0; in icvGetThreshVal_Otsu() local
Dcvtemplmatch.cpp344 double *q0, *q1, *q2, *q3; in cvMatchTemplate() local
/external/clang/test/SemaCXX/
Doverload-call.cpp155 char* q1 = quals1(p); in test_quals() local
176 int* q1 = quals_rank1(p); in test_quals_ranking() local
/external/eigen/Eigen/src/Jacobi/
DJacobi.h170 RealScalar q1 = internal::norm1(q); in makeGivens() local
/external/speex/libspeex/
Dkiss_fft.c286 int u,k,q1,q; in kf_bfly_generic() local
/external/webkit/Source/WebCore/platform/graphics/wince/
DPlatformPathWinCE.cpp180 static inline int quadrantDiff(int q1, int q2) in quadrantDiff()
425 int q1 = quadrant(endPoint, data.m_center); in inflateRectToContainMe() local
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DQuaternion.java181 public Quaternion(Quaternion q1, Quaternion q2, float interp) { in Quaternion() method in Quaternion
629 public Quaternion slerp(Quaternion q1, Quaternion q2, float t) { in slerp()

12