OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bshift
(Results
1 - 3
of
3
) sorted by null
/external/libopus/celt/
mathops.c
46
int
bshift
;
local
52
bshift
=(EC_ILOG(_val)-1)>>1;
53
b=1U<<
bshift
;
56
t=(((opus_uint32)g<<1)+b)<<
bshift
;
62
bshift
--;
64
while(
bshift
>=0);
/external/libjpeg-turbo/java/
TJUnitTest.java
218
int
bshift
= TJ.getBlueOffset(pf) * 8;
local
233
buf[index] |= (255 <<
bshift
);
427
int
bshift
= TJ.getBlueOffset(pf) * 8;
local
442
int b = (buf[index] >>
bshift
) & 0xFF;
488
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
Completed in 403 milliseconds