Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dlibsvtav1.c55 int max_tu_size; member
461 if (filled_len > svt_enc->max_tu_size) { in get_output_ref()
463 int max_tu_size; in get_output_ref() local
470 max_tu_size = 1 << av_ceil_log2(filled_len); in get_output_ref()
472 svt_enc->pool = av_buffer_pool_init(max_tu_size + AV_INPUT_BUFFER_PADDING_SIZE, NULL); in get_output_ref()
476 svt_enc->max_tu_size = max_tu_size; in get_output_ref()

Completed in 1 milliseconds