Home
last modified time | relevance | path

Searched refs:XAVS2EContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibxavs2.c39 typedef struct XAVS2EContext { struct
58 } XAVS2EContext; argument
62 XAVS2EContext *cae = avctx->priv_data; in xavs2_init()
170 XAVS2EContext *cae = avctx->priv_data; in xavs2_encode_frame()
247 XAVS2EContext *cae = avctx->priv_data; in xavs2_close()
259 #define OFFSET(x) offsetof(XAVS2EContext, x)
293 .priv_data_size = sizeof(XAVS2EContext),