mirror of
https://github.com/google/liblc3.git
synced 2026-04-29 10:14:49 +00:00
mdct: work on 2 input buffers, and remove 1 encoding buffer
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
#define LC3_ND(dt, sr) \
|
||||
( (dt) == LC3_DT_7M5 ? 23 * LC3_NS(dt, sr) / 30 \
|
||||
: 5 * LC3_NS(dt, sr) / 8 )
|
||||
|
||||
#define LC3_NE(dt, sr) \
|
||||
( 20 * (3 + (dt)) * (1 + (sr)) )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user