Home
last modified time | relevance | path

Searched refs:prediction_method (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dutvideoenc.c127 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()
Dljpegenc.c75 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()
Djpeglsenc.c273 if (avctx->prediction_method) in encode_picture_ls()
274 ctx->pred = avctx->prediction_method; in encode_picture_ls()
Dpngenc.c1022 if (avctx->prediction_method) in png_enc_init()
1023 s->filter_type = av_clip(avctx->prediction_method, in png_enc_init()
Dhuffyuvenc.c314 if (avctx->prediction_method) in encode_init()
315 s->predictor = avctx->prediction_method; in encode_init()
Davcodec.h885 int prediction_method; member
Dj2kenc.c1147 if (avctx->prediction_method) in j2kenc_init()
1148 s->pred = avctx->prediction_method; in j2kenc_init()
Dsnowenc.c46 if (avctx->prediction_method) in encode_init()
47 s->pred = avctx->prediction_method; in encode_init()
Doptions_table.h197 {"pred", "prediction method", OFFSET(prediction_method), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MI…
Dmpegvideo_enc.c1033 if (avctx->prediction_method) in ff_mpv_encode_init()
1034 s->pred = avctx->prediction_method + 1; in ff_mpv_encode_init()