OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bbpLby2L
(Results
1 - 2
of
2
) sorted by null
/external/neven/Embedded/common/src/b_ImageEm/
UInt16ByteImage.c
453
const uint16
bbpLby2L
= bbpL / 2;
454
const int32 oneL = ( int32 )0x00000001 <<
bbpLby2L
;
458
/* The bbp for all these variables is the same as
bbpLby2L
*/
470
/* The bbpE for these variables is
bbpLby2L
*/
481
f2xL = ( xL & fractionOnlyL ) >>
bbpLby2L
;
482
f2yL = ( yL & fractionOnlyL ) >>
bbpLby2L
;
506
/* The bbp has shifted left by
bbpLby2L
*/
516
dstPixelL = valL >>
bbpLby2L
;
534
/* The bbp has shifted left by
bbpLby2L
*/
545
dstPixelL = valL >>
bbpLby2L
;
[
all
...]
UInt8Image.c
645
const uint16
bbpLby2L
= bbpL / 2;
646
const int32 oneL = 0x00000001 <<
bbpLby2L
;
649
/* The bbp for all these variables is the same as
bbpLby2L
*/
659
/* The bbpE for these variables is
bbpLby2L
*/
667
f2xL = ( xL & fractionOnlyL ) >>
bbpLby2L
;
668
f2yL = ( yL & fractionOnlyL ) >>
bbpLby2L
;
692
/* The bbp has shifted left by
bbpLby2L
*/
694
*dstPtrL++ = valL >>
bbpLby2L
;
712
/* The bbp has shifted left by
bbpLby2L
*/
714
*dstPtrL++ = valL >>
bbpLby2L
;
[
all
...]
Completed in 48 milliseconds