Commit Graph

12 Commits

Author SHA1 Message Date
Antoine Soulier
daa580235e feature: Add High-Resolution LC3 plus mode
Duplicate interfaces for HR mode

spec: Remove intermediate quantized table

fix: legacy lc3_frame_bytes() and lc3_resolve_bitrate()

Cosmetic: rename fast_xxx math function to lc3_xxx
2023-12-28 10:16:55 -08:00
anonymix007
149cb6537e feature: Add 2.5 ms and 5 ms LC3 plus frame durations
fix: Check TNS bitstream data

fix: LTPF Activation with 2.5 ms frame sizes
2023-12-28 10:16:52 -08:00
Antoine Soulier
67f2231815 fix: Gain adjustment during second quantization phase can exceed minimum gain 2023-07-25 10:49:55 -07:00
Antoine Soulier
44ea886c9e fix: Remove VLA to support compilation with MSVC 2023-04-28 10:49:29 -07:00
Antoine SOULIER
bba71917f2 spec: Move gain estimation in fixed point 2022-05-12 10:17:20 +02:00
Antoine SOULIER
c4f48f2618 Improve storage of quantized coefficients 2022-05-10 13:53:22 +02:00
Antoine SOULIER
913ed465f6 Help compiler vectorization for gain estimation 2022-05-10 13:47:39 +02:00
Antoine SOULIER
5a8617eba7 Flag hot functions, and disable sanitizing for them 2022-05-05 16:21:38 +02:00
Antoine SOULIER
55c9087140 Improvement: Add warning on double promotion and remove one the last that remains 2022-04-21 15:49:58 +02:00
Antoine SOULIER
279da7b6d2 Improvement: approximation of math functions 2022-04-20 14:55:46 +02:00
Antoine SOULIER
ddc6522790 Improvement: Double constants hunting 2022-04-20 14:54:06 +02:00
Antoine SOULIER
064108b972 First release 2022-04-11 15:41:45 +02:00