Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dfilm_grain.cc429 size_t noise_buffer_size = kNoiseStripePadding; in AllocateNoiseStripes() local
431 noise_buffer_size += max_luma_num * kNoiseStripeHeight * width_; in AllocateNoiseStripes()
434 noise_buffer_size += 2 * max_luma_num * in AllocateNoiseStripes()
438 noise_buffer_.reset(new (std::nothrow) GrainType[noise_buffer_size]); in AllocateNoiseStripes()