Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dffv1enc.c859 int maxw = (avctx->width + s->num_h_slices - 1) / s->num_h_slices; in encode_init() local
863 if (maxw * maxh * (int64_t)(s->bits_per_raw_sample+1) * plane_count > 8<<24) in encode_init()