Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dlibsvtav1.c125 const size_t luma_size_8bit = in alloc_buffer() local
128 (config->encoder_bit_depth > 8 && pack_mode_10bit == 0) ? luma_size_8bit : 0; in alloc_buffer()
132 svt_enc->raw_size = (luma_size_8bit + luma_size_10bit) * 3 / 2; in alloc_buffer()