Skip to content

⚡ Leverage Intel vectorization technique MMX, SSE2 and AVX to accelerate the processing of converting YUV420 image into RGB image.

Notifications You must be signed in to change notification settings

magic3007/intel-simd

Repository files navigation

Intel-SIMD

⚡ Leverage Intel vectorization technique MMX, SSE2 and AVX to accelerate the process of converting YUV420 image into RGB image.

Example

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j8
./demo --help
./demo -f ../testcases/dem1.yuv

Resource

  • YUView: The Free and Open Source Cross Platform YUV Viewer with an advanced analytics toolset

About

⚡ Leverage Intel vectorization technique MMX, SSE2 and AVX to accelerate the processing of converting YUV420 image into RGB image.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published