Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 248 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 248 Bytes

YUVLib

Test task for Elecard

Raw YUV player:

  1. Convert bitmap to YUV
  2. Convert bitmap to YUV use SIMD and multithreading
  3. Add bitmap to raw YUV stream
  4. Play raw YUV stream using OpenGL
  5. Compare standard, SIMD and multithread algorithms