Skip to content

Commit

Permalink
SSE fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Sep 25, 2024
1 parent 9873f34 commit 6dda0b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rgb_to_ycgco.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ fn rgbx_to_ycgco<const ORIGIN_CHANNELS: u8, const SAMPLING: u8>(
cx,
ux,
width as usize,
compute_uv_row,
);
cx = processed_offset.cx;
ux = processed_offset.ux;
Expand Down

0 comments on commit 6dda0b7

Please sign in to comment.