• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/IOAudioFamily-200.6/PCMBlitterLib/

Lines Matching refs:SInt16

231 	typedef SInt16 value_type;
239 typedef SInt16 value_type;
656 NO_EXPORT void NativeInt16ToFloat32_Scalar( const SInt16 *src, Float32 *dest, unsigned int count );
657 NO_EXPORT void SwapInt16ToFloat32_Scalar( const SInt16 *src, Float32 *dest, unsigned int count );
663 NO_EXPORT void Float32ToNativeInt16_Scalar( const Float32 *src, SInt16 *dest, unsigned int count );
664 NO_EXPORT void Float32ToSwapInt16_Scalar( const Float32 *src, SInt16 *dest, unsigned int count );
674 NO_EXPORT void Float32ToInt16_Altivec(const Float32 *fsrc, SInt16 *idst, unsigned int numToConvert, int bigEndian);
677 NO_EXPORT void Int16ToFloat32_Altivec(const SInt16 *isrc, Float32 *fdst, unsigned int numToConvert, int bigEndian);
682 NO_EXPORT void DeinterleaveInt16ToFloat32_Altivec(const SInt16 *isrc, Float32 *dstA, Float32 *dstB, unsigned int numFrames, int bigEndian);
691 NO_EXPORT void NativeInt16ToFloat32_X86( const SInt16 *src, Float32 *dest, unsigned int count );
692 NO_EXPORT void SwapInt16ToFloat32_X86( const SInt16 *src, Float32 *dest, unsigned int count );
693 NO_EXPORT void Float32ToNativeInt16_X86( const Float32 *src, SInt16 *dest, unsigned int count );
694 NO_EXPORT void Float32ToSwapInt16_X86( const Float32 *src, SInt16 *dest, unsigned int count );
708 NO_EXPORT void NativeInt16ToFloat32_X86( const SInt16 *src, Float32 *dest, unsigned int count );
709 NO_EXPORT void SwapInt16ToFloat32_X86( const SInt16 *src, Float32 *dest, unsigned int count );
710 NO_EXPORT void Float32ToNativeInt16_X86( const Float32 *src, SInt16 *dest, unsigned int count );
711 NO_EXPORT void Float32ToSwapInt16_X86( const Float32 *src, SInt16 *dest, unsigned int count );
728 NO_EXPORT void Float32ToNativeInt16_Portable( const Float32 *src, SInt16 *dest, unsigned int count );
729 NO_EXPORT void Float32ToSwapInt16_Portable( const Float32 *src, SInt16 *dest, unsigned int count );
730 NO_EXPORT void NativeInt16ToFloat32_Portable( const SInt16 *src, Float32 *dest, unsigned int count );
731 NO_EXPORT void SwapInt16ToFloat32_Portable( const SInt16 *src, Float32 *dest, unsigned int count );