Lines Matching refs:predictor
330 if (s->bitstream_bpp >= 24 && s->predictor == MEDIAN && s->version <= 2) {
332 "Error: RGB is incompatible with median predictor\n");
336 ((uint8_t*)avctx->extradata)[0] = s->predictor | (s->decorrelate << 6);
764 if (s->predictor==MEDIAN) {
821 if (s->predictor == PLANE && s->interlaced < y) {
837 if (s->predictor == PLANE && s->interlaced < cy) {
872 if (s->predictor == PLANE && s->interlaced < y) {
900 if (s->predictor == PLANE && s->interlaced < y) {
929 if (s->predictor==MEDIAN) {
952 if (s->predictor == PLANE && s->interlaced < y) {
1022 { "pred", "Prediction method", OFFSET(predictor), AV_OPT_TYPE_INT, { .i64 = LEFT }, LEFT, MEDIAN, VE, "pred" }, \