Found 3 other functions taking a
jpeg_encoder_t
argument:
Process encoding of JPEG data using the specified encoder engine. This function processes the encoding of JPEG data using the provided encoder engine and configuration. It takes an input buffer containing the raw image data, performs encoding based on the configuration settings, and outputs the compressed bitstream.
Release resources used by a JPEG encoder instance. This function releases the resources used by the specified JPEG encoder instance. The encoder instance is specified by the `encoder_engine` parameter.