Expand description
Lookup table utilities for codec optimizations
Statics§
- ALAW_
DECODE_ TABLE - Pre-computed A-law decoding table (8-bit A-law to 16-bit linear)
- MULAW_
DECODE_ TABLE - Pre-computed μ-law decoding table (8-bit μ-law to 16-bit linear)
Functions§
- decode_
alaw_ batch - Batch A-law decoding using lookup tables
- decode_
alaw_ table - Fast A-law decoding using lookup table
- decode_
mulaw_ batch - Batch μ-law decoding using lookup tables
- decode_
mulaw_ table - Fast μ-law decoding using lookup table
- encode_
alaw_ batch - Batch A-law encoding using lookup tables
- encode_
alaw_ table - Fast A-law encoding using direct computation
- encode_
mulaw_ batch - Batch μ-law encoding using lookup tables
- encode_
mulaw_ table - Fast μ-law encoding using direct computation
- get_
table_ memory_ usage - Get memory usage of lookup tables
- init_
tables - Initialize all lookup tables