mirror of
https://github.com/google/liblc3.git
synced 2026-06-01 01:17:02 +00:00
tns: Change 2.5ms 48KHz TNS division, as HR specification and reference implementation
This commit is contained in:
@@ -67,7 +67,7 @@ LC3_HOT static void compute_lpc_coeffs(
|
||||
static const int sub_2m5_wb[] = { 3, 20, 40 };
|
||||
static const int sub_2m5_sswb[] = { 3, 30, 60 };
|
||||
static const int sub_2m5_swb[] = { 3, 40, 80 };
|
||||
static const int sub_2m5_fb[] = { 3, 50, 100 };
|
||||
static const int sub_2m5_fb[] = { 3, 51, 100 };
|
||||
|
||||
static const int sub_5m_nb[] = { 6, 23, 40 };
|
||||
static const int sub_5m_wb[] = { 6, 43, 80 };
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ class Tns:
|
||||
SUB_LIM_2M5_WB = [ [ 3, 20, 40 ] ]
|
||||
SUB_LIM_2M5_SSWB = [ [ 3, 30, 60 ] ]
|
||||
SUB_LIM_2M5_SWB = [ [ 3, 40, 80 ] ]
|
||||
SUB_LIM_2M5_FB = [ [ 3, 50, 100 ] ]
|
||||
SUB_LIM_2M5_FB = [ [ 3, 51, 100 ] ]
|
||||
|
||||
SUB_LIM_2M5 = [
|
||||
SUB_LIM_2M5_NB , SUB_LIM_2M5_WB, SUB_LIM_2M5_SSWB,
|
||||
|
||||
Reference in New Issue
Block a user