OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bshift
(Results
1 - 7
of
7
) sorted by null
/external/libopus/celt/
mathops.c
45
int
bshift
;
local
51
bshift
=(EC_ILOG(_val)-1)>>1;
52
b=1U<<
bshift
;
55
t=(((opus_uint32)g<<1)+b)<<
bshift
;
61
bshift
--;
63
while(
bshift
>=0);
/system/core/libpixelflinger/
fixed.cpp
113
int32_t
bshift
= 15;
local
116
if (
bshift
>= 8) temp <<= (
bshift
-8);
117
else temp >>= (8-
bshift
);
122
bshift
--;
/hardware/intel/img/psb_video/src/x11/
psb_x11.c
136
uint32_t
bshift
= 0;
local
184
bshift
= mask2shift(bmask);
187
drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: Pixel shifts: R = %d G = %d B = %d\n", rshift, gshift,
bshift
);
216
*pixel = ((r << rshift) & rmask) | ((g << gshift) & gmask) | ((b <<
bshift
) & bmask);
/external/libvncserver/libvncserver/
cursor.c
572
int bmax,
bshift
;
local
581
bshift
= s->serverFormat.blueShift;
585
bmask = (bmax <<
bshift
);
634
bdst = (dval & bmask) >>
bshift
;
638
bsrc = (sval & bmask) >>
bshift
;
653
val |= (bdst <<
bshift
);
/external/libjpeg-turbo/java/
TJUnitTest.java
226
int
bshift
= TJ.getBlueOffset(pf) * 8;
local
241
buf[index] |= (255 <<
bshift
);
433
int
bshift
= TJ.getBlueOffset(pf) * 8;
local
448
int b = (buf[index] >>
bshift
) & 0xFF;
494
int b = (buf[pitch * row + col] >>
bshift
) & 0xFF;
[
all
...]
/external/mesa3d/src/mesa/drivers/x11/
xmesaP.h
93
GLint rshift, gshift,
bshift
;/* Pixel color component shifts */
member in struct:xmesa_visual
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar
Completed in 548 milliseconds