Searched defs:clut (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/qcms/src/
H A Dchain.c488 // clut may use a single block of memory.
552 float *clut; local
570 //XXX: We don't currently support clut that are not squared!
580 clut = malloc(clut_length);
581 if (!clut)
583 memcpy(clut, lut->clut_table, clut_length);
584 transform->r_clut = clut + 0;
585 transform->g_clut = clut + 1;
586 transform->b_clut = clut + 2;
650 float *in_curves, *clut, *out_curve local
[all...]
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_convert.cpp130 int _Partition(FX_DWORD* alut, FX_DWORD* clut, int l, int r) argument
133 FX_DWORD p_c = clut[l];
140 clut[l++] = clut[r];
147 clut[r--] = clut[l];
151 clut[l] = p_c;
154 void _Qsort(FX_DWORD* alut, FX_DWORD* clut, int l, int r) argument
157 int pI = _Partition(alut, clut, l, r);
158 _Qsort(alut, clut,
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmslut.c756 _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) {
801 clut
818 _cmsStageCLutData* clut = (_cmsStageCLutData*) mpe->Data; local
[all...]
H A Dcmstypes.c1832 // We only allow a specific MPE structure: Matrix plus prelin, plus clut, plus post-lin.
1842 _cmsStageCLutData* clut = NULL; local
1859 clut = (_cmsStageCLutData*) mpe -> Data;
1875 if (clut == NULL)
1878 clutPoints = clut->Params->nSamples[0];
1920 if (clut != NULL) {
1924 val = (cmsUInt8Number) FROM_16_TO_8(clut ->Tab.T[j]);
2119 // We only allow some specific MPE structures: Matrix plus prelin, plus clut, plus post-lin.
2130 _cmsStageCLutData* clut = NULL; local
2148 clut
4267 _cmsStageCLutData* clut; local
4311 _cmsStageCLutData* clut = (_cmsStageCLutData*) mpe ->Data; local
[all...]

Completed in 740 milliseconds