Home
last modified time | relevance | path

Searched refs:clut (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/third_party/lcms/src/
Dcmslut.c757 _cmsStageCLutData* clut; in cmsStageSampleCLut16bit() local
761 clut = (_cmsStageCLutData*) mpe->Data; in cmsStageSampleCLut16bit()
763 if (clut == NULL) return FALSE; in cmsStageSampleCLut16bit()
765 nSamples = clut->Params ->nSamples; in cmsStageSampleCLut16bit()
766 nInputs = clut->Params ->nInputs; in cmsStageSampleCLut16bit()
767 nOutputs = clut->Params ->nOutputs; in cmsStageSampleCLut16bit()
793 if (clut ->Tab.T != NULL) { in cmsStageSampleCLut16bit()
795 Out[t] = clut->Tab.T[index + t]; in cmsStageSampleCLut16bit()
803 if (clut ->Tab.T != NULL) { in cmsStageSampleCLut16bit()
805 clut->Tab.T[index + t] = Out[t]; in cmsStageSampleCLut16bit()
[all …]
Dcmstypes.c1862 _cmsStageCLutData* clut = NULL; in Type_LUT8_Write() local
1879 clut = (_cmsStageCLutData*) mpe -> Data; in Type_LUT8_Write()
1895 if (clut == NULL) in Type_LUT8_Write()
1898 clutPoints = clut->Params->nSamples[0]; in Type_LUT8_Write()
1940 if (clut != NULL) { in Type_LUT8_Write()
1944 val = (cmsUInt8Number) FROM_16_TO_8(clut ->Tab.T[j]); in Type_LUT8_Write()
2151 _cmsStageCLutData* clut = NULL; in Type_LUT16_Write() local
2169 clut = (_cmsStageCLutData*) mpe -> Data; in Type_LUT16_Write()
2187 if (clut == NULL) in Type_LUT16_Write()
2190 clutPoints = clut->Params->nSamples[0]; in Type_LUT16_Write()
[all …]
/external/skia/third_party/skcms/
Dskcms.cc886 const CLUT_Layout* clut = (const CLUT_Layout*)(tag->buf + clut_offset); in read_tag_mab() local
888 if (clut->grid_byte_width[0] == 1) { in read_tag_mab()
889 a2b->grid_8 = clut->variable; in read_tag_mab()
891 } else if (clut->grid_byte_width[0] == 2) { in read_tag_mab()
893 a2b->grid_16 = clut->variable; in read_tag_mab()
898 uint64_t grid_size = a2b->output_channels * clut->grid_byte_width[0]; // the payload in read_tag_mab()
900 a2b->grid_points[i] = clut->grid_points[i]; in read_tag_mab()
1013 const CLUT_Layout* clut = (const CLUT_Layout*)(tag->buf + clut_offset); in read_tag_mba() local
1015 if (clut->grid_byte_width[0] == 1) { in read_tag_mba()
1016 b2a->grid_8 = clut->variable; in read_tag_mba()
[all …]
/external/oss-fuzz/projects/lcms/
Dicc.dict221 "clut"
/external/skqp/third_party/skcms/
Dskcms.cc682 const mABCLUT_Layout* clut = (const mABCLUT_Layout*)(tag->buf + clut_offset); in read_tag_mab() local
684 if (clut->grid_byte_width[0] == 1) { in read_tag_mab()
685 a2b->grid_8 = clut->variable; in read_tag_mab()
687 } else if (clut->grid_byte_width[0] == 2) { in read_tag_mab()
689 a2b->grid_16 = clut->variable; in read_tag_mab()
694 uint64_t grid_size = a2b->output_channels * clut->grid_byte_width[0]; in read_tag_mab()
696 a2b->grid_points[i] = clut->grid_points[i]; in read_tag_mab()
/external/skia/third_party/skcms/src/
DTransform_inl.h708 static void clut(uint32_t input_channels, uint32_t output_channels, in clut() function
789 static void clut(const skcms_A2B* a2b, F* r, F* g, F* b, F a) { in clut() function
790 clut(a2b->input_channels, a2b->output_channels, in clut()
794 static void clut(const skcms_B2A* b2a, F* r, F* g, F* b, F* a) { in clut() function
795 clut(b2a->input_channels, b2a->output_channels, in clut()
1228 clut(a2b, &r,&g,&b,a); in exec_ops()
1238 clut(b2a, &r,&g,&b,&a); in exec_ops()
/external/swiftshader/src/Renderer/
DSurface.hpp398 dword clut; member
DSurface.cpp2273 unsigned int color = (c[(source->clut >> 2 * (i + j * 4)) % 4] & 0x00FFFFFF) | alpha; in decodeDXT5()
/external/skqp/third_party/skcms/src/
DTransform_inl.h569 static void clut(const skcms_A2B* a2b, F* r, F* g, F* b, F a) { in clut() function
972 clut(a2b, &r,&g,&b,a); in exec_ops()
/external/ImageMagick/Magick++/lib/Magick++/
DImage.h730 void clut(const Image &clutImage_,const PixelInterpolateMethod method);
/external/ImageMagick/Magick++/lib/
DImage.cpp2325 void Magick::Image::clut(const Image &clutImage_, in clut() function in Magick::Image