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

  /external/u-boot/arch/x86/lib/
mpspec.c 174 struct mp_ext_system_address_space *mpe; local
176 mpe = (struct mp_ext_system_address_space *)mp_next_mpe_entry(mc);
177 mpe->mpe_type = MPE_SYSTEM_ADDRESS_SPACE;
178 mpe->mpe_length = sizeof(*mpe);
179 mpe->mpe_busid = busid;
180 mpe->mpe_addr_type = addr_type;
181 mpe->mpe_addr_base_low = addr_base_low;
182 mpe->mpe_addr_base_high = addr_base_high;
183 mpe->mpe_addr_length_low = addr_length_low
191 struct mp_ext_bus_hierarchy *mpe; local
208 struct mp_ext_compat_address_space *mpe; local
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsnamed.c 673 // MPE support -----------------------------------------------------------------------------------------------------------------
676 void FreeNamedColorList(cmsStage* mpe)
678 cmsNAMEDCOLORLIST* List = (cmsNAMEDCOLORLIST*) mpe ->Data;
683 void* DupNamedColorList(cmsStage* mpe)
685 cmsNAMEDCOLORLIST* List = (cmsNAMEDCOLORLIST*) mpe ->Data;
690 void EvalNamedColorPCS(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe)
692 cmsNAMEDCOLORLIST* NamedColorList = (cmsNAMEDCOLORLIST*) mpe ->Data;
708 void EvalNamedColor(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe)
710 cmsNAMEDCOLORLIST* NamedColorList = (cmsNAMEDCOLORLIST*) mpe ->Data;
742 cmsStage* mpe = v ->Lut->Elements local
    [all...]
cmsps2.c 664 void WriteCLUT(cmsIOHANDLER* m, cmsStage* mpe, const char* PreMaj,
676 sc.Pipeline = (_cmsStageCLutData *) mpe ->Data;
693 cmsStageSampleCLut16bit(mpe, OutputValueSampler, (void*) &sc, SAMPLER_INSPECT);
776 cmsStage* mpe; local
778 mpe = Pipeline ->Elements;
780 switch (cmsStageInputChannels(mpe)) {
802 if (cmsStageType(mpe) == cmsSigCurveSetElemType) {
805 EmitNGamma(m, cmsStageOutputChannels(mpe), _cmsStageGetPtrToCurveSet(mpe));
808 mpe = mpe ->Next
    [all...]
cmsvirt.c 1021 cmsStage* mpe; local
1024 for (n=0, mpe = Lut ->Elements; mpe != NULL; mpe = mpe ->Next, n++) {
1027 if (cmsStageType(mpe) != Tab ->MpeTypes[n]) return FALSE;
1061 cmsStage* mpe; local
1069 // Get the first mpe to check for named color
1070 mpe = cmsPipelineGetPtrToFirstStage(xform ->Lut);
1073 if (mpe != NULL)
    [all...]
cmslut.c 64 const cmsStage *mpe)
66 memmove(Out, In, mpe ->InputChannels * sizeof(cmsFloat32Number));
104 // This function is quite useful to analyze the structure of a LUT and retrieve the MPE elements
106 // then a list of expected types followed with a list of cmsFloat64Number pointers to MPE elements. If
114 cmsStage* mpe; local
124 mpe = Lut ->Elements;
129 if (mpe ->Type != Type) {
134 mpe = mpe ->Next;
138 mpe = Lut ->Elements
297 cmsStage* mpe = cmsStageAllocToneCurves(ContextID, nChannels, NULL); local
718 cmsStage* mpe ; local
980 cmsStage* mpe; local
1023 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, V2ToV4, NULL); local
1039 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, V4ToV2, NULL); local
1066 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, o1); local
1084 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, NULL); local
1105 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, o1); local
1122 cmsStage *mpe = cmsStageAllocMatrix(ContextID, 3, 3, a1, NULL); local
1315 cmsStage *mpe; local
1341 cmsStage *mpe; local
1416 cmsStage *mpe, *Next; local
1455 cmsStage *NewMPE, *Anterior = NULL, *mpe; local
1602 cmsStage* mpe; local
1641 cmsStage *mpe, *Anterior = NULL; local
1651 cmsStage *mpe; local
    [all...]
cmsopt.c 111 cmsStage* mpe = *head; local
112 cmsStage* next = mpe ->Next;
114 cmsStageFree(mpe);
433 // Try to see if the curves of a given MPE are linear
435 cmsBool AllCurvesAreLinear(cmsStage* mpe)
440 Curves = _cmsStageGetPtrToCurveSet(mpe);
443 n = cmsStageOutputChannels(mpe);
635 cmsStage* mpe; local
661 for (mpe = cmsPipelineGetPtrToFirstStage(Src);
662 mpe != NULL
1035 cmsStage* mpe; local
1374 cmsStage* mpe; local
    [all...]
cmstypes.c 60 // Helper macro to define a MPE handler. Callbacks do have a fixed naming convention
63 // Register a new type handler. This routine is shared between normal types and MPE. LinkedList points to the optional list head
91 // Return handler for a given type or NULL if not found. Shared between normal types and MPE. It first tries the additons
1850 cmsStage* mpe; local
2138 cmsStage* mpe; local
4050 cmsStage* mpe = NULL; local
4174 cmsStage* mpe = (cmsStage*) Ptr; local
4202 cmsStage* mpe; local
4270 cmsStage* mpe = (cmsStage*) Ptr; local
4305 cmsStage* mpe = NULL; local
4356 cmsStage* mpe = (cmsStage*) Ptr; local
    [all...]

Completed in 260 milliseconds