-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
On this lossy image, image-webp is 2.8x slower than dwebp
and 1.4x slower than dwebp -noasm
The profile points to the loop filter being the worst offender, accounting for half the decoding time: https://share.firefox.dev/45Jjlhp
image_webp::loop_filter::should_filter
alone is taking up 25% of the total execution time, and it looks fairly simple to optimize.
I wonder what strides are valid - perhaps we could use const generics to specialize the implementation for each stride, like in #134?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status