Lines Matching refs:predictor
315 s->predictor = avctx->prediction_method; in encode_init()
360 if (s->bitstream_bpp >= 24 && s->predictor == MEDIAN && s->version <= 2) { in encode_init()
366 ((uint8_t*)avctx->extradata)[0] = s->predictor | (s->decorrelate << 6); in encode_init()
795 if (s->predictor==MEDIAN) { in encode_frame()
852 if (s->predictor == PLANE && s->interlaced < y) { in encode_frame()
868 if (s->predictor == PLANE && s->interlaced < cy) { in encode_frame()
903 if (s->predictor == PLANE && s->interlaced < y) { in encode_frame()
931 if (s->predictor == PLANE && s->interlaced < y) { in encode_frame()
960 if (s->predictor==MEDIAN) { in encode_frame()
983 if (s->predictor == PLANE && s->interlaced < y) { in encode_frame()
1055 …{ "pred", "Prediction method", OFFSET(predictor), AV_OPT_TYPE_INT, { .i64 = LEFT }, LEFT, MEDIAN, …