◆ ArgsPushed()
◆ ArgsUsed()
icUInt16Number ArgsUsed(CIccMpeCalculator *pCalc)
Definition IccMpeCalc.cpp:2222
References SIccCalcOp::ArgsUsed().
◆ Describe()
virtual void IIccOpDef::Describe |
( |
SIccCalcOp & |
op, |
|
|
std::string & |
desc, |
|
|
int |
nVerboseness |
|
) |
| |
|
inlinevirtualinherited |
void Describe(std::string &desc, int nVerboseness=100)
Definition IccMpeCalc.cpp:1787
References SIccCalcOp::Describe().
◆ Exec()
Reimplemented from IIccOpDef.
356 {
358 if (!pElemApply)
359 return false;
360
363
364 size_t ss = os.
pStack->size();
365 if (nSrc>ss)
366 return false;
368
369 if (os.
pScratch->size()<(size_t)nDst)
371
373
374 pElemApply->
Apply(d, s);
375
376 int ns = (int)ss + (int)nDst - (int)nSrc;
377
378 if (ns != ss)
380
381 s = &(*os.
pStack)[ns - nDst];
383 return true;
384 }
unsigned short icUInt16Number
Definition icProfileHeader.h:256
CIccFloatVector * pScratch
Definition IccMpeCalc.h:276
CIccFloatVector * pStack
Definition IccMpeCalc.h:275
CIccApplyMpeCalculator * pApply
Definition IccMpeCalc.h:274
float icFloatNumber
Definition IccDefs.h:101
union SIccCalcOp::@1 data
Definition IccMpeCalc.h:424
icUInt16Number NumInputChannels()
Definition IccMpeCalc.h:429
void Apply(icFloatNumber *pDestPixel, const icFloatNumber *pSrcPixel)
Definition IccMpeCalc.h:432
icUInt16Number NumOutputChannels()
Definition IccMpeCalc.h:430
CIccSubCalcApply * GetApply(icUInt16Number index)
Definition IccMpeCalc.cpp:5052
References CIccSubCalcApply::Apply(), CIccApplyMpeCalculator::GetApply(), CIccSubCalcApply::NumInputChannels(), CIccSubCalcApply::NumOutputChannels(), SIccOpState::pApply, SIccOpState::pScratch, and SIccOpState::pStack.
◆ IsValid()
The documentation for this class was generated from the following file: