Skip to content

Function Graphs

typedef ZL_Report (*ZL_FunctionGraphFn)(ZL_Graph *graph, ZL_Edge *inputs[],
                                        size_t nbInputs);

The function signature for function graphs.

Parameters:

  • graph

    The graph object containing the graph context

  • inputs

    The inputs passed into the function graph to compress

  • nbInputs

    The number of inputs in inputs