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.
- Host: GitHub
- URL: https://github.com/magic3007/intel-simd
- Owner: magic3007
- Created: 2020-05-17T03:24:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T12:46:29.000Z (about 5 years ago)
- Last Synced: 2025-01-08T06:57:11.569Z (5 months ago)
- Topics: avx, mmx, simd, sse2
- Language: C++
- Homepage:
- Size: 3.82 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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