Home
last modified time | relevance | path

Searched refs:subsampled_height (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dutvideoenc.c81 int i, subsampled_height; in utvideo_encode_init() local
182 subsampled_height = avctx->height >> av_pix_fmt_desc_get(avctx->pix_fmt)->log2_chroma_h; in utvideo_encode_init()
183 if (avctx->slices > subsampled_height) { in utvideo_encode_init()
186 avctx->slices, subsampled_height); in utvideo_encode_init()
235 c->slices = subsampled_height / 120; in utvideo_encode_init()