Skip to content

Commit

Permalink
AVX YUY2 to RGB
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Sep 1, 2024
1 parent d94bc07 commit 238e18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/avx2/yuy2_to_yuv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* // license that can be found in the LICENSE file.
*/
use crate::avx2::avx2_utils::{
_mm256_deinterleave_rgba_epi8, _mm256_interleave_epi8, _mm256_interleave_x2_epi8, shuffle,
_mm256_deinterleave_rgba_epi8, _mm256_interleave_epi8, _mm256_interleave_x2_epi8,
};
use crate::yuv_support::{YuvChromaSample, Yuy2Description};
use crate::yuv_to_yuy2::YuvToYuy2Navigation;
Expand Down

0 comments on commit 238e18e

Please sign in to comment.