HomeSort by relevance Sort by last modified time
    Searched full:colorindex (Results 1 - 25 of 38) sorted by null

1 2

  /external/libjpeg-turbo/
jquant1.c 39 * can be precalculated and stored in the lookup table colorindex[].
40 * colorindex[i][j] maps pixel value j in component i to the nearest
44 * sum( colorindex[component-number][pixel-component-value] )
68 * this to 0..MAXJSAMPLE, and then index into the colorindex table as usual.
69 * We can skip the separate range-limiting step by extending the colorindex
148 JSAMPARRAY colorindex; /* Precomputed mapping for speed */ member in struct:__anon15248
149 /* colorindex[i][j] = index of color closest to pixel value j in component i,
153 boolean is_padded; /* is the colorindex padded for odither? */
354 cquantize->colorindex = (*cinfo->mem->alloc_sarray)
363 /* fill in colorindex entries for i'th color component *
466 JSAMPARRAY colorindex = cquantize->colorindex; local
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jquant1.c 38 * can be precalculated and stored in the lookup table colorindex[].
39 * colorindex[i][j] maps pixel value j in component i to the nearest
43 * sum( colorindex[component-number][pixel-component-value] )
67 * this to 0..MAXJSAMPLE, and then index into the colorindex table as usual.
68 * We can skip the separate range-limiting step by extending the colorindex
150 JSAMPARRAY colorindex; /* Precomputed mapping for speed */ member in struct:__anon20367
151 /* colorindex[i][j] = index of color closest to pixel value j in component i,
155 boolean is_padded; /* is the colorindex padded for odither? */
353 cquantize->colorindex = (*cinfo->mem->alloc_sarray)
362 /* fill in colorindex entries for i'th color component *
465 JSAMPARRAY colorindex = cquantize->colorindex; local
    [all...]
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorLEDController.java 27 LedValueUpdater(TextView target, int colorIndex) {
29 mCommandTarget = (byte) ((mLEDNumber - 1) * 3 + colorIndex);
  /external/skia/gm/
textblobcolortrans.cpp 78 size_t colorIndex = 0;
81 paint.setColor(colors[colorIndex++ % count]);
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_join.py 22 ColorIndex = [
60 map(lambda t, secDB=secDB: secDB.put(*t), ColorIndex)
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_join.py 22 ColorIndex = [
60 map(lambda t, secDB=secDB: secDB.put(*t), ColorIndex)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_join.py 22 ColorIndex = [
60 map(lambda t, secDB=secDB: secDB.put(*t), ColorIndex)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_join.py 22 ColorIndex = [
60 map(lambda t, secDB=secDB: secDB.put(*t), ColorIndex)
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 381 GifByteType colorIndex = *getPixel(rasterBits, gifIn->Image.Width, x, y);
389 colorIndex == transparentColorIndex) {
394 *renderPixel = getColorARGB(colorMap, transparentColorIndex, colorIndex);
488 GifByteType colorIndex) {
489 if (colorIndex == transparentColorIndex) {
492 return gifColorToColorARGB(colorMap->Colors[colorIndex]);
GifTranscoder.h 99 GifByteType colorIndex);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
BinPacker.java 325 int colorIndex = 0;
327 Color color = colors[colorIndex];
328 colorIndex = (colorIndex + 1) % colors.length;
335 g.drawString(Integer.toString(colorIndex),
  /external/mesa3d/src/glx/
glxconfig.h 45 GLint indexBits; /* total bits for colorindex */
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 666 * The colorIndex is used to create the color based on the lower three
669 * @param colorIndex
671 public Ship(int colorIndex) {
688 mR = (colorIndex & 0x01) == 0 ? 63 : 255;
689 mG = (colorIndex & 0x02) == 0 ? 63 : 255;
690 mB = (colorIndex & 0x04) == 0 ? 63 : 255;
692 mColor = colorIndex;
    [all...]
  /cts/tests/tests/print/src/android/print/cts/
PrinterCapabilitiesTest.java 518 for (int colorIndex = 1; colorIndex < colorModes.length;
519 colorIndex++) {
539 for (int i = 0; i < colorIndex; i++) {
542 b.setColorModes(allColors, colorModes[colorIndex - 1]);
    [all...]
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 313 jintArray jcolors, jint colorIndex,
318 AutoJavaIntArray colorA(env, jcolors, colorIndex + vertexCount);
327 colors = colorA.ptr() + colorIndex;
465 jint vertIndex, jintArray jcolors, jint colorIndex, jlong paintHandle) {
468 AutoJavaIntArray colorA(env, jcolors, colorIndex + ptCount);
  /external/zopfli/src/zopflipng/
zopflipng_lib.cc 83 static unsigned ColorIndex(const unsigned char* color) {
95 unsigned index = ColorIndex(&image[i * 4]);
159 if (count.count(ColorIndex(&palette_in[i * 4])) != 0) {
  /frameworks/base/libs/hwui/utils/
NinePatchImpl.cpp 173 int colorIndex = 0;
254 color = colors[colorIndex++];
  /packages/apps/Calendar/src/com/android/calendar/event/
CreateEventDialogFragment.java 306 int colorIndex = cursor.getColumnIndexOrThrow(Calendars.CALENDAR_COLOR);
314 .getInt(colorIndex)));
  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glcore.h 84 GLint indexBits; /* total bits for colorindex */
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccUtils.java 537 int colorIndex = 0;
540 result[colorIndex++] = alpha
  /external/skia/src/gpu/vk/
GrVkGpu.cpp     [all...]
  /frameworks/base/tools/aapt/
Images.cpp 579 int colorIndex = 0;
758 image->colors[colorIndex++] = c;
768 assert(colorIndex == numColors);
    [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp     [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]
  /external/chromium-trace/catapult/third_party/mocha/
mocha.js     [all...]

Completed in 1736 milliseconds

1 2