Lines Matching defs:version
9 * version 2.1 of the License, or (at your option) any later version.
422 int version, int full_model_syms)
432 pixctx_init(&sc->inter_pix_ctx, version ? 3 : 2,
433 full_model_syms, version ? 1 : 0);
580 av_cold int ff_mss12_decode_init(MSS12Context *c, int version,
613 av_log(avctx, AV_LOG_DEBUG, "Encoder version %"PRIu32".%"PRIu32"\n",
615 if (version != AV_RB32(avctx->extradata + 4) > 1) {
617 "Header version doesn't match codec tag\n");
645 if (version) {
672 (version ? 8 : 0) + i * 3);
682 slicecontext_init(sc1, version, c->full_model_syms);
685 slicecontext_init(sc2, version, c->full_model_syms);