From 9b3bcb31abc7623cb8f9a2846642ff365ecd83f0 Mon Sep 17 00:00:00 2001 From: Jan Kiene Date: Fri, 14 Feb 2025 17:21:33 +0100 Subject: [PATCH] add "RS" to table names of MASA and ISM3 rate switching conditions this might fix the missing/unchanged complexity values in the graphs for these modes --- scripts/config/ivas_modes.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/scripts/config/ivas_modes.json b/scripts/config/ivas_modes.json index 05e49d687d..236802a126 100644 --- a/scripts/config/ivas_modes.json +++ b/scripts/config/ivas_modes.json @@ -1946,7 +1946,7 @@ "EXT": [] }, "in_config": "MASA2TC", - "table_name": "MASA 2TC @{table_bitrate} kbps {bandwidth}", + "table_name": "MASA 2TC @{table_bitrate} kbps RS {bandwidth}", "nummetadata": 1, "metadatafilenames": [ "{item}.met" @@ -1954,9 +1954,6 @@ "rs": true, "amr": false, "mono": false, - "rs": true, - "amr": false, - "mono": false, "bitrates": { "wb": { "all": "{sw_files_path}/sw_13k2_512k.bin" @@ -3310,7 +3307,7 @@ "EXT": [] }, "in_config": "ISM3", - "table_name": "ISM3@{table_bitrate} kbps {bandwidth}", + "table_name": "ISM3@{table_bitrate} kbps RS {bandwidth}", "nummetadata": 3, "metadatafilenames": [ "stvISM{mdi}.csv" -- GitLab