Home
last modified time | relevance | path

Searched refs:pictures_per_frame (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dproresenc_kostya.c253 int pictures_per_frame; // 1 for progressive, 2 for interlaced member
559 if (ctx->pictures_per_frame == 1) in encode_slice()
596 linesize = pic->linesize[i] * ctx->pictures_per_frame; in encode_slice()
602 pwidth, avctx->height / ctx->pictures_per_frame, in encode_slice()
616 pwidth, avctx->height / ctx->pictures_per_frame, in encode_slice()
812 if (ctx->pictures_per_frame == 1) in find_slice_quant()
835 linesize[i] = ctx->pic->linesize[i] * ctx->pictures_per_frame; in find_slice_quant()
841 pwidth, avctx->height / ctx->pictures_per_frame, in find_slice_quant()
846 pwidth, avctx->height / ctx->pictures_per_frame, in find_slice_quant()
996 int max_slice_size = (ctx->frame_size_upper_bound - 200) / (ctx->pictures_per_frame * ct in encode_frame()
[all...]

Completed in 2 milliseconds