HomeSort by relevance Sort by last modified time
    Searched defs:bshift (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/opus/src/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);
  /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--;
  /external/qemu/android/skin/
scaler.c 158 dst_surface->format->Bshift != 0)
162 uint32_t bshift = dst_surface->format->Bshift; local
175 line[x] = (r << rshift) | (g << gshift) | (b << bshift) |
window.c 152 uint32_t rshift, uint32_t gshift, uint32_t bshift, uint32_t amask)
157 return (r8 << rshift) | (g8 << gshift) | (b8 << bshift) | amask;
164 uint32_t rshift, uint32_t gshift, uint32_t bshift, uint32_t amask)
169 return (r8 << rshift) | (g8 << gshift) | (b8 << bshift) | amask;
400 uint32_t bshift = surface->format->Bshift; local
415 dst[xx] = rgb565_to_rgba32(src[xx], rshift, gshift, bshift, amask);
432 dst[0] = rgb565_to_rgba32(((uint16_t*)src)[0], rshift, gshift, bshift, amask);
450 dst[0] = rgb565_to_rgba32(src[0], rshift, gshift, bshift, amask);
468 dst[0] = rgb565_to_rgba32(((uint16_t*)src)[0], rshift, gshift, bshift, amask)
494 uint32_t bshift = surface->format->Bshift; local
    [all...]
  /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/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h 93 GLint rshift, gshift, bshift;/* Pixel color component shifts */ member in struct:xmesa_visual
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 93 GLint rshift, gshift, bshift;/* Pixel color component shifts */ member in struct:xmesa_visual
  /external/qemu/include/ui/
console.h 132 uint8_t rshift, gshift, bshift, ashift; member in struct:PixelFormat
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 4239 milliseconds