Skip to content

Latest commit

 

History

History

avx512-jpeg-zizag

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Sample code for AVX512 implementation of JPEG zigzag transformation.

The subdirectory 8bit-array has got code deals with array of uint8_t. Similarly, the code from subdirectory 16bit-array handle array of uint16_t.

Following instruction sets were tested:

  • AVX512F,
  • AVX512BW,
  • AVX512VBMI,
  • and SSE.