Searched refs:noise_buffer_size (Results 1 – 1 of 1) sorted by relevance
429 size_t noise_buffer_size = kNoiseStripePadding; in AllocateNoiseStripes() local431 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()