Searched defs:vec2 (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DVector.h114 typedef Vector2 vec2; typedef in namespace:android::uirenderer
/frameworks/native/services/surfaceflinger/
H A DTransform.h98 struct vec2 { struct in class:android::Transform
100 inline vec2() { } function in struct:android::Transform::vec2
101 inline vec2(float a, float b) { function in struct:android::Transform::vec2
116 vec2 transform(const vec2& v) const;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp2544 Int vec1, vec2, vec3; local
2571 vec2 = 3 ;
2583 vec2 = 3 ;
2595 vec2 = 4 ;
2607 vec2 = 1 ;
2619 vec2 = 1 ;
2693 p2x = motdata[yin2*nMBPerRow+xin2][vec2].x;
2694 p2y = motdata[yin2*nMBPerRow+xin2][vec2].y;
2695 //p2x = motxdata[xin2*2+(vec2&0x1) + (yin2*2+(vec2>>
[all...]

Completed in 147 milliseconds