Benchmarks

MESA - Horner Bezier

DFG
/* Coming soon! */
		
Number of nodes 18
Number of edges 16
Avg. edges per node 0.89
Critical Path Length 8
Parallelism (nodes/critical path) 2.25
DOT File
Full C Function
MESA Application

The function calculated a point on a point on a tensor product Bezier curve using Horner's algorithm. This basic block was selected because it is relatively small and is a generic math function, which may be reused between various DSP applications.