Searched refs:prediction_method (Results 1 – 10 of 10) sorted by relevance
146 if (avctx->prediction_method < 0 || avctx->prediction_method > 4) { in utvideo_encode_init()149 avctx->prediction_method); in utvideo_encode_init()153 if (avctx->prediction_method == FF_PRED_PLANE) { in utvideo_encode_init()160 if (avctx->prediction_method) in utvideo_encode_init()161 c->frame_pred = ut_pred_order[avctx->prediction_method]; in utvideo_encode_init()
77 if (avctx->prediction_method) in ljpeg_encode_bgr()78 s->pred = avctx->prediction_method + 1; in ljpeg_encode_bgr()208 if (avctx->prediction_method) in ljpeg_encode_yuv()209 s->pred = avctx->prediction_method + 1; in ljpeg_encode_yuv()
287 if (avctx->prediction_method) in encode_picture_ls()288 ctx->pred = avctx->prediction_method; in encode_picture_ls()
1022 if (avctx->prediction_method) in png_enc_init()1023 s->filter_type = av_clip(avctx->prediction_method, in png_enc_init()
314 if (avctx->prediction_method) in encode_init()315 s->predictor = avctx->prediction_method; in encode_init()
895 int prediction_method; member
1732 if (avctx->prediction_method) in j2kenc_init()1733 s->pred = avctx->prediction_method; in j2kenc_init()
46 if (avctx->prediction_method) in encode_init()47 s->pred = avctx->prediction_method; in encode_init()
198 {"pred", "prediction method", OFFSET(prediction_method), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MI…
1064 if (avctx->prediction_method) in ff_mpv_encode_init()1065 s->pred = avctx->prediction_method + 1; in ff_mpv_encode_init()