Lines Matching refs:profile_info
267 const struct prores_profile *profile_info;
801 const int min_quant = ctx->profile_info->min_quant;
802 const int max_quant = ctx->profile_info->max_quant;
1224 ctx->profile_info = prores_profile_info + ctx->profile;
1240 ctx->quant_mat = prores_quant_matrices[ctx->profile_info->quant];
1241 ctx->quant_chroma_mat = prores_quant_matrices[ctx->profile_info->quant_chroma];
1259 ctx->bits_per_mb = ctx->profile_info->br_tab[i];
1267 min_quant = ctx->profile_info->min_quant;
1268 max_quant = ctx->profile_info->max_quant;
1331 avctx->codec_tag = ctx->profile_info->tag;