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

  /external/chromium_org/third_party/qcms/src/
chain.c 488 // clut may use a single block of memory.
552 float *clut; local
555 // presence of a CLUT.
570 //XXX: We don't currently support clut that are not squared!
574 // Prepare CLUT
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
650 float *in_curves, *clut, *out_curves; local
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
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...]
cmstypes.c 1842 _cmsStageCLutData* clut = NULL; local
2130 _cmsStageCLutData* clut = NULL; local
4267 _cmsStageCLutData* clut; local
4311 _cmsStageCLutData* clut = (_cmsStageCLutData*) mpe ->Data; local
    [all...]

Completed in 584 milliseconds