SIMD/Types/int16x8: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
Line 4: Line 4:


* Integer [[SIMD/Uses/DCT |DCTs]] can usually make good use of int16x8.
* Integer [[SIMD/Uses/DCT |DCTs]] can usually make good use of int16x8.
* Audio CDs contain audio samples as signed 16-bit integers, possibly making int16x8 a suitable data type for some audio-processing scenarios.

Latest revision as of 15:07, 12 April 2014

The data type int16x8 represents 8 signed 16-bit integers, packed into one 128 bit SIMD register.

Uses for int16x8

  • Integer DCTs can usually make good use of int16x8.
  • Audio CDs contain audio samples as signed 16-bit integers, possibly making int16x8 a suitable data type for some audio-processing scenarios.