Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibrav1e.c36 typedef struct librav1eContext { struct
54 } librav1eContext; argument
111 librav1eContext *ctx = avctx->priv_data; in get_stats()
150 librav1eContext *ctx = avctx->priv_data; in set_stats()
165 librav1eContext *ctx = avctx->priv_data; in librav1e_encode_close()
185 librav1eContext *ctx = avctx->priv_data; in librav1e_encode_init()
433 librav1eContext *ctx = avctx->priv_data; in librav1e_receive_packet()
570 #define OFFSET(x) offsetof(librav1eContext, x)
623 .priv_data_size = sizeof(librav1eContext),