Expand description
SIMD utilities for cross-platform optimizations
This module provides SIMD capability detection and optimized operations for audio processing across different architectures.
Structs§
- Simd
Support - SIMD support information
Functions§
- alaw_
to_ linear_ scalar - Scalar A-law to linear conversion
- encode_
alaw_ optimized - Cross-platform A-law encoding dispatcher
- encode_
alaw_ scalar - Scalar A-law encoding fallback
- encode_
mulaw_ optimized - Cross-platform μ-law encoding dispatcher
- encode_
mulaw_ scalar - Scalar μ-law encoding fallback
- get_
simd_ support - Get SIMD support information
- has_
simd_ support - Check if any SIMD support is available
- init_
simd_ support - Initialize SIMD support detection
- linear_
to_ alaw_ scalar - Scalar A-law conversion (ITU-T G.711)
- linear_
to_ mulaw_ scalar - Scalar μ-law conversion (ITU-T G.711)
- mulaw_
to_ linear_ scalar - Scalar μ-law to linear conversion