Searched refs:prediction_method (Results 1 – 10 of 10) sorted by relevance
127 if (avctx->prediction_method < 0 || avctx->prediction_method > 4) { in utvideo_encode_init()130 avctx->prediction_method); in utvideo_encode_init()134 if (avctx->prediction_method == FF_PRED_PLANE) { in utvideo_encode_init()141 if (avctx->prediction_method) in utvideo_encode_init()142 c->frame_pred = ff_ut_pred_order[avctx->prediction_method]; in utvideo_encode_init()
75 if (avctx->prediction_method) in ljpeg_encode_bgr()76 s->pred = avctx->prediction_method + 1; in ljpeg_encode_bgr()206 if (avctx->prediction_method) in ljpeg_encode_yuv()207 s->pred = avctx->prediction_method + 1; in ljpeg_encode_yuv()
273 if (avctx->prediction_method) in encode_picture_ls()274 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()
885 int prediction_method; member
1147 if (avctx->prediction_method) in j2kenc_init()1148 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()
197 {"pred", "prediction method", OFFSET(prediction_method), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MI…
1033 if (avctx->prediction_method) in ff_mpv_encode_init()1034 s->pred = avctx->prediction_method + 1; in ff_mpv_encode_init()