SIMD/Types/int16x8: Difference between revisions

(Uses for int16x8)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
== Uses for int16x8 ==
== Uses for int16x8 ==


* Integer [[SIM/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.