Home
last modified time | relevance | path

Searched refs:LibJxlEncodeContext (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibjxlenc.c47 typedef struct LibJxlEncodeContext { struct
57 } LibJxlEncodeContext; typedef
96 LibJxlEncodeContext *ctx = avctx->priv_data; in libjxl_init_jxl_encoder()
162 LibJxlEncodeContext *ctx = avctx->priv_data; in libjxl_encode_init()
247 LibJxlEncodeContext *ctx = avctx->priv_data; in libjxl_encode_frame()
424 LibJxlEncodeContext *ctx = avctx->priv_data; in libjxl_encode_close()
443 #define OFFSET(x) offsetof(LibJxlEncodeContext, x)
466 .priv_data_size = sizeof(LibJxlEncodeContext),

Completed in 1 milliseconds