Lines Matching defs:pivot
428 model_init(&sc->pivot, 3, THRESH_LOW);
442 model_reset(&sc->pivot);
452 val = acoder->get_model_sym(acoder, &sc->pivot) + 1;
545 int mode, pivot;
553 if ((pivot = decode_pivot(sc, acoder, height)) < 1)
555 if (ff_mss12_decode_rect(sc, acoder, x, y, width, pivot))
557 if (ff_mss12_decode_rect(sc, acoder, x, y + pivot, width, height - pivot))
561 if ((pivot = decode_pivot(sc, acoder, width)) < 1)
563 if (ff_mss12_decode_rect(sc, acoder, x, y, pivot, height))
565 if (ff_mss12_decode_rect(sc, acoder, x + pivot, y, width - pivot, height))