Lines Matching defs:full_model_syms
141 int full_model_syms, int special_initial_cache)
150 model_init(&ctx->full_model, full_model_syms, THRESH_HIGH);
422 int version, int full_model_syms)
430 pixctx_init(&sc->intra_pix_ctx, 8, full_model_syms, 0);
433 full_model_syms, version ? 1 : 0);
656 c->full_model_syms = AV_RB32(avctx->extradata + 56);
657 if (c->full_model_syms < 2 || c->full_model_syms > 256) {
660 c->full_model_syms);
664 c->full_model_syms);
667 c->full_model_syms = 256;
682 slicecontext_init(sc1, version, c->full_model_syms);
685 slicecontext_init(sc2, version, c->full_model_syms);