Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 436 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 436 Bytes

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