You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EncodeRes encode_image(TJContext *ctx, unsigned long _buf, unsigned int width, unsigned int height, int pixel_format, int subsamp, int quality, int flags);
void free_encoded_image(void *buf);
DecodeRes decode_image(TJContext *ctx, char *buf, unsigned long len, int pixel_format, int flags);
void free_decoded_image(void *buf);
DecodeYUVRes decode_image_to_yuv(TJContext *ctx, char *buf, unsigned long len, int flags);