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

1 2 3

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
IconLoader.java 66 // CLUT entry size, {Red, Green, Black}
161 byte [] clut = ((byte[]) ar.result);
163 false, clut);
286 * @param clut coulor lookup table
290 boolean transparency, byte[] clut) {
298 clut[numOfClutEntries - 1] = Color.TRANSPARENT;
319 pixels[pixelIndex++] = Color.rgb(clut[clutIndex],
320 clut[clutIndex + 1], clut[clutIndex + 2]);
  /external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c 1842 _cmsStageCLutData* clut = NULL; local
2130 _cmsStageCLutData* clut = NULL; local
4267 _cmsStageCLutData* clut; local
4311 _cmsStageCLutData* clut = (_cmsStageCLutData*) mpe ->Data; local
    [all...]
cmsvirt.c 399 cmsStage* CLUT;
435 CLUT = cmsStageAllocCLut16bit(ContextID, 17, nChannels, nChannels, NULL);
436 if (CLUT == NULL) goto Error;
438 if (!cmsStageSampleCLut16bit(CLUT, InkLimitingSampler, (void*) &Limit, 0)) goto Error;
441 !cmsPipelineInsertStage(LUT, cmsAT_END, CLUT) ||
739 cmsStage* CLUT;
773 CLUT = cmsStageAllocCLut16bitGranular(ContextID, Dimensions, 3, 3, NULL);
774 if (CLUT == NULL) return NULL;
777 if (!cmsStageSampleCLut16bit(CLUT, bchswSampler, (void*) &bchsw, 0)) {
783 if (!cmsPipelineInsertStage(Pipeline, cmsAT_END, CLUT)) {
    [all...]
cmsopt.c 32 // Optimization for 8 bits, Shaper-CLUT (3 inputs only)
46 // Generic optimization for 16 bits Shaper-CLUT-Shaper (any inputs)
320 // Sampler implemented by another LUT. This is a clean way to precalculate the devicelink 3D CLUT for
369 cmsBool PatchLUT(cmsStage* CLUT, cmsUInt16Number At[], cmsUInt16Number Value[],
372 _cmsStageCLutData* Grid = (_cmsStageCLutData*) CLUT ->Data;
378 if (CLUT -> Type != cmsSigCLutElemType) {
379 cmsSignalError(CLUT->ContextID, cmsERROR_INTERNAL, "(internal) Attempt to PatchLUT on non-lut stage");
384 cmsSignalError(CLUT->ContextID, cmsERROR_INTERNAL, "(internal) %d Channels are not supported on PatchLUT", nChannelsIn);
440 cmsSignalError(CLUT->ContextID, cmsERROR_INTERNAL, "(internal) %d Channels are not supported on PatchLUT", nChannelsIn);
472 cmsStage *PreLin = NULL, *CLUT = NULL, *PostLin = NULL
    [all...]
cmslut.c 548 // Allocates a 16-bit multidimensional CLUT. This is evaluated at 16-bit precision. Table may have different
756 _cmsStageCLutData* clut; local
760 clut = (_cmsStageCLutData*) mpe->Data;
762 if (clut == NULL) return FALSE;
764 nSamples = clut->Params ->nSamples;
765 nInputs = clut->Params ->nInputs;
766 nOutputs = clut->Params ->nOutputs;
789 if (clut ->Tab.T != NULL) {
791 Out[t] = clut->Tab.T[index + t];
799 if (clut ->Tab.T != NULL)
818 _cmsStageCLutData* clut = (_cmsStageCLutData*) mpe->Data; local
    [all...]
cmscnvrt.c 724 cmsStage* CLUT;
773 // Create the CLUT. 16 bits
774 CLUT = cmsStageAllocCLut16bit(ContextID, nGridPoints, 4, 4, NULL);
775 if (CLUT == NULL) goto Error;
778 if (!cmsPipelineInsertStage(Result, cmsAT_BEGIN, CLUT))
782 if (!cmsStageSampleCLut16bit(CLUT, BlackPreservingGrayOnlySampler, (void*) &bp, 0))
818 // The CLUT will be stored at 16 bits, but calculations are performed at cmsFloat32Number precision
    [all...]
cmsgmt.c 297 cmsStage* CLUT;
322 // of input and output CLUT may result in differences.
390 CLUT = cmsStageAllocCLut16bit(ContextID, nGridpoints, nChannels, 1, NULL);
391 if (!cmsPipelineInsertStage(Gamut, cmsAT_BEGIN, CLUT)) {
396 cmsStageSampleCLut16bit(CLUT, GamutSampler, (void*) &Chain, 0);
cmsio1.c 520 // Change CLUT interpolation to trilinear
532 _cmsStageCLutData* CLUT = (_cmsStageCLutData*) Stage ->Data;
534 CLUT ->Params->dwFlags |= CMS_LERP_FLAGS_TRILINEAR;
535 _cmsSetInterpolationRoutine(Lut->ContextID, CLUT ->Params);
824 // Returns TRUE if the intent is implemented as CLUT
    [all...]
cmsps2.c 61 NOTE: CLUT-based monochrome profiles are NOT supported. So, cmsFLAGS_MATRIXINPUT
100 CLUT based
122 These are always implemented as CLUT, and always are using Lab. Since CRD are expected to
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_convert.cpp 118 int _Partition(FX_DWORD* alut, FX_DWORD* clut, int l, int r) {
120 FX_DWORD p_c = clut[l];
127 clut[l++] = clut[r];
134 clut[r--] = clut[l];
138 clut[l] = p_c;
141 void _Qsort(FX_DWORD* alut, FX_DWORD* clut, int l, int r) {
143 int pI = _Partition(alut, clut, l, r);
144 _Qsort(alut, clut, l, pI - 1)
    [all...]
  /external/opencv3/3rdparty/libjasper/
jas_icc.c     [all...]
  /external/opencv3/3rdparty/libjasper/jasper/
jas_icc.h 271 jas_iccuint8_t *clut; member in struct:__anon21655
285 jas_iccuint16_t *clut; member in struct:__anon21656
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 86 #define PVR2D_1BPP 0x00UL // 1bpp mask surface or palletized 1 bit source with 2x32 bit CLUT
94 #define PVR2D_PAL2 0x08UL // Palletized 2 bit format (requires 4x32 bit CLUT)
95 #define PVR2D_PAL4 0x09UL // Palletized 4 bit format (requires 16x32 bit CLUT)
96 #define PVR2D_PAL8 0x0AUL // Palletized 8 bit format (requires 256x32 bit CLUT)
    [all...]
  /external/ImageMagick/ImageMagick/api/
enhance.html 146 <p>ClutImage() replaces each color value in the given image, by using it as an index to lookup a replacement color value in a Color Look UP Table in the form of an image. The values are extracted along a diagonal of the CLUT image so either a horizontal or vertial gradient image can be used.</p>
148 <p>Typically this is used to either re-color a gray-scale image according to a color gradient in the CLUT image, or to perform a freeform histogram (level) adjustment according to the (typically gray-scale) gradient in the CLUT image.</p>
167 <dd>the image, which is replaced by indexed CLUT values </dd>
436 <dd>the image, which is replaced by indexed CLUT values </dd>
  /external/ImageMagick/www/api/
enhance.html 150 <p>ClutImage() replaces each color value in the given image, by using it as an index to lookup a replacement color value in a Color Look UP Table in the form of an image. The values are extracted along a diagonal of the CLUT image so either a horizontal or vertial gradient image can be used.</p>
152 <p>Typically this is used to either re-color a gray-scale image according to a color gradient in the CLUT image, or to perform a freeform histogram (level) adjustment according to the (typically gray-scale) gradient in the CLUT image.</p>
171 <dd>the image, which is replaced by indexed CLUT values </dd>
440 <dd>the image, which is replaced by indexed CLUT values </dd>
enhance.php 146 <p>ClutImage() replaces each color value in the given image, by using it as an index to lookup a replacement color value in a Color Look UP Table in the form of an image. The values are extracted along a diagonal of the CLUT image so either a horizontal or vertial gradient image can be used.</p>
148 <p>Typically this is used to either re-color a gray-scale image according to a color gradient in the CLUT image, or to perform a freeform histogram (level) adjustment according to the (typically gray-scale) gradient in the CLUT image.</p>
167 <dd>the image, which is replaced by indexed CLUT values </dd>
436 <dd>the image, which is replaced by indexed CLUT values </dd>
  /external/ImageMagick/utilities/
magick-script.1 243 \-clut apply a color lookup table to the image
253 \-hald-clut apply a Hald color lookup table to the image
magick-script.1.in 243 \-clut apply a color lookup table to the image
253 \-hald-clut apply a Hald color lookup table to the image
magick.1 240 \-clut apply a color lookup table to the image
250 \-hald-clut apply a Hald color lookup table to the image
magick.1.in 240 \-clut apply a color lookup table to the image
250 \-hald-clut apply a Hald color lookup table to the image
mogrify.1 277 \-clut apply a color lookup table to the image
291 \-hald-clut apply a Hald color lookup table to the image
mogrify.1.in 277 \-clut apply a color lookup table to the image
291 \-hald-clut apply a Hald color lookup table to the image
convert.1.in 278 \-clut apply a color lookup table to the image
292 \-hald-clut apply a Hald color lookup table to the image
  /external/ImageMagick/coders/
hald.c 13 % Create Identity Hald CLUT Image Format %
  /external/ImageMagick/MagickCore/
enhance.c 271 % form of an image. The values are extracted along a diagonal of the CLUT
275 % color gradient in the CLUT image, or to perform a freeform histogram
277 % CLUT image.
294 % o image: the image, which is replaced by indexed CLUT values
306 #define ClutImageTag "Clut/Image"
343 Clut image.
    [all...]

Completed in 689 milliseconds

1 2 3