OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:invAlt2DL
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c
343
struct bts_Flt16Alt2D
invAlt2DL
;
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
.matE.yxE > maxInt32Value8bbpL |
[
all
...]
UInt8Image.c
529
struct bts_Flt16Alt2D
invAlt2DL
;
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
.matE.yxE > maxInt32Value8bbpL |
[
all
...]
Completed in 39 milliseconds