OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myxL
(Results
1 - 3
of
3
) sorted by null
/external/neven/Embedded/common/src/b_ImageEm/
Functions.c
96
int32 mxxL, mxyL,
myxL
, myyL, txL, tyL;
117
myxL
= invAltL.matE.yxE << shlL;
125
myxL
= ( ( invAltL.matE.yxE >> ( shrL - 1 ) ) + 1 ) >> 1;
151
uint32 ayxL = (
myxL
>= 0 ) ?
myxL
: -
myxL
;
184
yL = tyL +
myxL
* ( int32 )dstWidthA + myyL * ( int32 )dstHeightA;
196
yL = tyL +
myxL
* ( int32 )dstWidthA;
246
myxL
>>= scaleExpL;
281
yL = ( tyL +
myxL
* ( int32 )( dstWidthA - 1 ) ) >> 16
[
all
...]
UInt16ByteImage.c
360
int32
myxL
;
388
myxL
= ( int32 )invAlt2DL.matE.yxE >> shiftL;
413
myxL
= ( int32 )invAlt2DL.matE.yxE << -shiftL;
489
yL +=
myxL
;
660
int32
myxL
;
687
myxL
= ( int32 )invAlt2DL.matE.yxE >> shiftL;
712
myxL
= ( int32 )invAlt2DL.matE.yxE << -shiftL;
782
yL +=
myxL
;
UInt8Image.c
546
int32
myxL
;
574
myxL
= invAlt2DL.matE.yxE >> shiftL;
599
myxL
= invAlt2DL.matE.yxE << -shiftL;
675
yL +=
myxL
;
Completed in 32 milliseconds