HomeSort by relevance Sort by last modified time
    Searched refs:rectL (Results 1 - 2 of 2) sorted by null

  /external/neven/Embedded/common/src/b_TensorEm/
Int16Rect.c 84 struct bts_Int16Rect rectL;
85 rectL.x1E = x1A;
86 rectL.y1E = y1A;
87 rectL.x2E = x2A;
88 rectL.y2E = y2A;
89 return rectL;
  /external/neven/FaceRecEm/common/src/b_FDSDK/
DCR.c 229 struct bts_Int16Rect rectL;
230 rectL = bts_Int16Rect_create( pRectA->xMin >> 16,
236 rectL.x1E = rectL.x1E < 0 ? 0 : rectL.x1E;
237 rectL.y1E = rectL.y1E < 0 ? 0 : rectL.y1E;
238 rectL.x2E = rectL.x2E > ( int32 )widthA ? widthA : rectL.x2E
    [all...]

Completed in 34 milliseconds