Lines Matching refs:libx265Context
41 typedef struct libx265Context {
65 } libx265Context;
84 libx265Context *ctx = avctx->priv_data;
98 libx265Context *ctx = avctx->priv_data;
113 libx265Context *ctx = avctx->priv_data;
127 libx265Context *ctx = avctx->priv_data;
438 static av_cold int libx265_encode_set_roi(libx265Context *ctx, const AVFrame *frame, x265_picture* pic)
505 libx265Context *ctx = avctx->priv_data;
707 #define OFFSET(x) offsetof(libx265Context, x)
758 .priv_data_size = sizeof(libx265Context),