An open API service indexing awesome lists of open source software.

https://github.com/magic3007/intel-simd

⚡ Leverage Intel vectorization technique MMX, SSE2 and AVX to accelerate the processing of converting YUV420 image into RGB image.
https://github.com/magic3007/intel-simd

avx mmx simd sse2

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Intel-SIMD
⚡ Leverage Intel vectorization technique **MMX**, **SSE2** and **AVX** to accelerate the process of converting YUV420 image into RGB image.
## Example
```bash
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j8
./demo --help
./demo -f ../testcases/dem1.yuv
```

## Resource

- [YUView](https://github.com/IENT/YUView): The Free and Open Source Cross Platform YUV Viewer with an advanced analytics toolset