pub fn deblock_filter_optimize<T: Pixel, U: Pixel>( fi: &FrameInvariants<T>, rec: &Tile<'_, U>, input: &Tile<'_, U>, blocks: &TileBlocks<'_>, crop_w: usize, crop_h: usize, ) -> [u8; 4]