SerenityOS / serenity

The Serenity Operating System 🐞
https://serenityos.org
BSD 2-Clause "Simplified" License
29.46k stars 3.14k forks source link

LibGfx/WebPWriter: Use AK's count_required_bits(), align_up_to() #24575

Closed nico closed 2 weeks ago

nico commented 2 weeks ago

Use AK helpers instead of reimplementing them. No behavior change. Slightly nicer and easier to read code.