OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:plane0
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/math/
m_dotprod_tmp.h
44
const GLfloat
plane0
= plane[0], plane1 = plane[1], plane3 = plane[3];
local
47
*out = (coord[0] *
plane0
+
64
const GLfloat
plane0
= plane[0], plane1 = plane[1], plane2 = plane[2];
local
68
*out = (coord[0] *
plane0
+
85
const GLfloat
plane0
= plane[0], plane1 = plane[1], plane2 = plane[2];
local
89
*out = (coord[0] *
plane0
+
/device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/inc/
mm_lib2d.h
98
* @
plane0
: holds the whole buffer if YUV format is not planar
113
void *
plane0
;
member in struct:mm_lib2d_yuv_buffer_t
Completed in 118 milliseconds