Searched refs:s16p16 (Results 1 - 3 of 3) sorted by relevance

/external/neven/FaceRecEm/common/src/b_FDSDK/
H A DDCR.h45 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 */
H A DTypes.h54 typedef s32 s16p16; typedef
H A DDCR.c281 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 151 milliseconds