MCPcopy Create free account
hub / github.com/AOMediaCodec/libavif / Eval

Function Eval

tests/gtest/avifsampletransformtest.cc:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65};
66
67int32_t Eval(int32_t a, int32_t b, avifSampleTransformTokenType op) {
68 AvifExpression e;
69 e.AddConstant(a);
70 e.AddConstant(b);
71 e.AddOperator(op);
72 return e.Apply();
73}
74
75//------------------------------------------------------------------------------
76

Callers 1

TESTFunction · 0.85

Calls 3

AddConstantMethod · 0.80
AddOperatorMethod · 0.80
ApplyMethod · 0.80

Tested by

no test coverage detected