mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-18 03:29:17 +00:00
Remove baseline benchmark and switch to tile size 16
This commit is contained in:
@@ -22,7 +22,7 @@ impl<T> HardUnwrap<T> for Option<T> {
|
||||
}
|
||||
}
|
||||
|
||||
const TILE_SIZE: usize = 64;
|
||||
const TILE_SIZE: usize = 16;
|
||||
|
||||
fn get_buffers<'a>(width: usize, height: usize) -> (&'a [u32], &'a mut [u32]) {
|
||||
let num_pixels = width * height;
|
||||
|
||||
Reference in New Issue
Block a user