OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s16p16
(Results
1 - 3
of
3
) sorted by null
/external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.h
45
s16p16
x; /* x-coordinate */
46
s16p16
y; /* y-coordinate */
48
s16p16
reserved; /* reserved for future versions (0) */
54
s16p16
xMin; /* x min coordinate */
55
s16p16
yMin; /* y min coordinate */
56
s16p16
xMax; /* x max coordinate */
57
s16p16
yMax; /* y max coordinate */
Types.h
54
typedef s32
s16p16
;
typedef
DCR.c
281
nodePtrA->x = ( (
s16p16
)hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ indexA ].xE ) << ( 16 - hdcrA->dcrE.sdkClusterE.clusterE.bbpE );
282
nodePtrA->y = ( (
s16p16
)hdcrA->dcrE.sdkClusterE.clusterE.vecArrE[ indexA ].yE ) << ( 16 - hdcrA->dcrE.sdkClusterE.clusterE.bbpE );
Completed in 45 milliseconds