ZL_Compressor_buildACEGraphWithDefault

Function ZL_Compressor_buildACEGraphWithDefault 

Source
pub unsafe extern "C" fn ZL_Compressor_buildACEGraphWithDefault(
    compressor: *mut ZL_Compressor,
    defaultGraph: ZL_GraphID,
) -> ZL_GraphID
Expand description

The same as ZL_Compressor_buildACEGraph, but uses defaultGraph to compress until it is trained.

@see ZL_Compressor_buildACEGraph