Lines Matching defs:avctx
1110 static int dnxhd_find_hr_cid(AVCodecContext *avctx)
1112 switch (avctx->profile) {
1127 int ff_dnxhd_find_cid(AVCodecContext *avctx, int bit_depth)
1130 int mbs = avctx->bit_rate / 1000000;
1132 if (avctx->profile != FF_PROFILE_DNXHD)
1133 return dnxhd_find_hr_cid(avctx);
1140 if (cid->width == avctx->width && cid->height == avctx->height &&
1141 interlaced == !!(avctx->flags & AV_CODEC_FLAG_INTERLACED_DCT) &&
1143 if (avctx->strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL &&
1145 av_log(avctx, AV_LOG_WARNING, "Profile selected is experimental\n");
1157 void ff_dnxhd_print_profiles(AVCodecContext *avctx, int loglevel)
1166 av_log(avctx, loglevel, "Frame size: %dx%d%c; bitrate: %dMbps; pixel format: %s\n",