Lines Matching refs:VPxContext

142 } VPxContext;
193 VPxContext *ctx = avctx->priv_data;
359 VPxContext *ctx = avctx->priv_data;
392 VPxContext *ctx = avctx->priv_data;
424 VPxContext *ctx = avctx->priv_data;
582 static int vpx_ts_param_parse(VPxContext *ctx, struct vpx_codec_enc_cfg *enccfg,
710 VPxContext av_unused *ctx = avctx->priv_data;
782 VPxContext *ctx = avctx->priv_data;
830 VPxContext *ctx = avctx->priv_data;
855 VPxContext *ctx = avctx->priv_data;
887 VPxContext *ctx = avctx->priv_data;
1206 VPxContext *ctx)
1241 VPxContext *ctx = avctx->priv_data;
1305 VPxContext *ctx = avctx->priv_data;
1502 VPxContext *ctx = avctx->priv_data;
1555 VPxContext *ctx = avctx->priv_data;
1574 VPxContext *ctx = avctx->priv_data;
1603 VPxContext *ctx = avctx->priv_data;
1809 #define OFFSET(x) offsetof(VPxContext, x)
1835 { "crf", "Select the quality for constant quality mode", offsetof(VPxContext, crf), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 63, VE }, \
1837 { "drop-threshold", "Frame drop threshold", offsetof(VPxContext, drop_threshold), AV_OPT_TYPE_INT, {.i64 = 0 }, INT_MIN, INT_MAX, VE }, \
1844 {"speed", "", offsetof(VPxContext, cpu_used), AV_OPT_TYPE_INT, {.i64 = 1}, -16, 16, VE}, \
1845 {"quality", "", offsetof(VPxContext, deadline), AV_OPT_TYPE_INT, {.i64 = VPX_DL_GOOD_QUALITY}, INT_MIN, INT_MAX, VE, "quality"}, \
1846 {"vp8flags", "", offsetof(VPxContext, flags), AV_OPT_TYPE_FLAGS, {.i64 = 0}, 0, UINT_MAX, VE, "flags"}, \
1849 {"arnr_max_frames", "altref noise reduction max frame count", offsetof(VPxContext, arnr_max_frames), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 15, VE}, \
1850 {"arnr_strength", "altref noise reduction filter strength", offsetof(VPxContext, arnr_strength), AV_OPT_TYPE_INT, {.i64 = 3}, 0, 6, VE}, \
1851 {"arnr_type", "altref noise reduction filter type", offsetof(VPxContext, arnr_type), AV_OPT_TYPE_INT, {.i64 = 3}, 1, 3, VE}, \
1852 {"rc_lookahead", "Number of frames to look ahead for alternate reference frame selection", offsetof(VPxContext, lag_in_frames), AV_OPT_TYPE_INT, {.i64 = 25}, 0, 25, VE}, \
1853 {"sharpness", "Increase sharpness at the expense of lower PSNR", offsetof(VPxContext, sharpness), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 7, VE},
1947 .priv_data_size = sizeof(VPxContext),
1982 .priv_data_size = sizeof(VPxContext),