Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibsvtav1.c54 int max_tu_size; member
360 if (filled_len > svt_enc->max_tu_size) { in get_output_ref()
362 int max_tu_size; in get_output_ref() local
369 max_tu_size = 1 << av_ceil_log2(filled_len); in get_output_ref()
371 svt_enc->pool = av_buffer_pool_init(max_tu_size + AV_INPUT_BUFFER_PADDING_SIZE, NULL); in get_output_ref()
375 svt_enc->max_tu_size = max_tu_size; in get_output_ref()