Searched refs:bshift (Results 1 – 7 of 7) sorted by relevance
/external/libopus/celt/ |
D | mathops.c | 45 int bshift; in isqrt32() local 51 bshift=(EC_ILOG(_val)-1)>>1; in isqrt32() 52 b=1U<<bshift; in isqrt32() 55 t=(((opus_uint32)g<<1)+b)<<bshift; in isqrt32() 61 bshift--; in isqrt32() 63 while(bshift>=0); in isqrt32()
|
/external/libvncserver/libvncserver/ |
D | cursor.c | 572 int bmax, bshift; in rfbShowCursor() local 581 bshift = s->serverFormat.blueShift; in rfbShowCursor() 585 bmask = (bmax << bshift); in rfbShowCursor() 634 bdst = (dval & bmask) >> bshift; in rfbShowCursor() 638 bsrc = (sval & bmask) >> bshift; in rfbShowCursor() 653 val |= (bdst << bshift); in rfbShowCursor()
|
/external/libjpeg-turbo/java/ |
D | TJUnitTest.java | 226 int bshift = TJ.getBlueOffset(pf) * 8; in initIntBuf() local 241 buf[index] |= (255 << bshift); in initIntBuf() 433 int bshift = TJ.getBlueOffset(pf) * 8; in checkIntBuf() local 448 int b = (buf[index] >> bshift) & 0xFF; in checkIntBuf() 494 int b = (buf[pitch * row + col] >> bshift) & 0xFF; in checkIntBuf()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xmesaP.h | 93 GLint rshift, gshift, bshift;/* Pixel color component shifts */ member
|
D | xm_api.c | 446 v->bshift = 0; in setup_truecolor() 449 v->bshift++; in setup_truecolor() 485 v->BtoPixel[i] = (b >> (8-bBits)) << v->bshift; in setup_truecolor()
|
/external/libyuv/files/source/ |
D | row_common.cc | 451 int ashift, int rshift, int gshift, int bshift) { in YuvPixel() argument 456 *reinterpret_cast<uint32*>(rgb_buf) = (b << bshift) | in YuvPixel()
|
/external/icu/icu4c/source/i18n/ |
D | decNumber.c | 6380 const Unit *b, Int blength, Int bshift, argument 6399 if (bshift!=0) { /* B is shifted; low As copy across */ 6400 minC+=bshift; 6402 if (a==c && bshift<=alength) { 6403 c+=bshift; 6404 a+=bshift; 6406 else for (; c<clsu+bshift; a++, c++) { /* copy needed */
|