Lines Matching defs:AOMContext
133 } AOMContext;
215 AOMContext *ctx = avctx->priv_data;
317 AOMContext *ctx = avctx->priv_data;
347 AOMContext *ctx = avctx->priv_data;
369 AOMContext *ctx = avctx->priv_data;
415 AOMContext av_unused *ctx = avctx->priv_data;
504 AOMContext *ctx = avctx->priv_data;
659 AOMContext *ctx = avctx->priv_data;
1027 static inline void cx_pktcpy(AOMContext *ctx,
1058 AOMContext *ctx = avctx->priv_data;
1119 AOMContext *ctx = avctx->priv_data;
1212 AOMContext *ctx = avctx->priv_data;
1337 #define OFFSET(x) offsetof(AOMContext, x)
1354 { "crf", "Select the quality for constant quality mode", offsetof(AOMContext, crf), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 63, VE },
1356 { "drop-threshold", "Frame drop threshold", offsetof(AOMContext, drop_threshold), AV_OPT_TYPE_INT, {.i64 = 0 }, INT_MIN, INT_MAX, VE },
1441 .priv_data_size = sizeof(AOMContext),