SIMD/Types/int16x8

From MozillaWiki
Jump to: navigation, search

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.