Lines Matching refs:pictures_per_frame
253 int pictures_per_frame; // 1 for progressive, 2 for interlaced
559 if (ctx->pictures_per_frame == 1)
596 linesize = pic->linesize[i] * ctx->pictures_per_frame;
602 pwidth, avctx->height / ctx->pictures_per_frame,
616 pwidth, avctx->height / ctx->pictures_per_frame,
812 if (ctx->pictures_per_frame == 1)
835 linesize[i] = ctx->pic->linesize[i] * ctx->pictures_per_frame;
841 pwidth, avctx->height / ctx->pictures_per_frame,
846 pwidth, avctx->height / ctx->pictures_per_frame,
996 int max_slice_size = (ctx->frame_size_upper_bound - 200) / (ctx->pictures_per_frame * ctx->slices_per_picture + 1);
1045 ctx->cur_picture_idx < ctx->pictures_per_frame;
1082 int delta = 200 + (ctx->pictures_per_frame *
1237 ctx->pictures_per_frame = 1 + interlaced;
1257 ctx->pictures_per_frame)
1317 ctx->frame_size_upper_bound = (ctx->pictures_per_frame *
1325 ctx->frame_size_upper_bound += (ctx->pictures_per_frame *
1335 ctx->profile, ctx->slices_per_picture * ctx->pictures_per_frame,