Searched defs:invAlt2DL (Results 1 - 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
H A DUInt16ByteImage.c343 struct bts_Flt16Alt2D invAlt2DL; local
373 invAlt2DL = bts_Flt16Alt2D_inverted( altPtrA );
383 shiftL = invAlt2DL.matE.bbpE - bbpL;
386 mxxL = ( int32 )invAlt2DL.matE.xxE >> shiftL;
387 mxyL = ( int32 )invAlt2DL.matE.xyE >> shiftL;
388 myxL = ( int32 )invAlt2DL.matE.yxE >> shiftL;
389 myyL = ( int32 )invAlt2DL.matE.yyE >> shiftL;
395 if( invAlt2DL.matE.xxE > maxInt32Value8bbpL ||
396 invAlt2DL.matE.xyE > maxInt32Value8bbpL ||
397 invAlt2DL
643 struct bts_Flt16Alt2D invAlt2DL; local
[all...]
H A DUInt8Image.c529 struct bts_Flt16Alt2D invAlt2DL; local
559 invAlt2DL = bts_Flt16Alt2D_inverted( altPtrA );
569 shiftL = invAlt2DL.matE.bbpE - bbpL;
572 mxxL = invAlt2DL.matE.xxE >> shiftL;
573 mxyL = invAlt2DL.matE.xyE >> shiftL;
574 myxL = invAlt2DL.matE.yxE >> shiftL;
575 myyL = invAlt2DL.matE.yyE >> shiftL;
581 if( invAlt2DL.matE.xxE > maxInt32Value8bbpL ||
582 invAlt2DL.matE.xyE > maxInt32Value8bbpL ||
583 invAlt2DL
[all...]

Completed in 1234 milliseconds