Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibsvtav1.c123 const int pack_mode_10bit = in alloc_buffer() local
126 config->source_width * config->source_height * (1 << pack_mode_10bit); in alloc_buffer()
128 (config->encoder_bit_depth > 8 && pack_mode_10bit == 0) ? luma_size_8bit : 0; in alloc_buffer()