diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f84bc99fb90bf5910a3e37bd0986770bbac48c3..850f859d1309f22c2ba7cd42fc0dce9252583623 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ variables: # note: GitLab cannot reference variables defined by users in the include ref:, we need to use a YAML anchor for this # see https://docs.gitlab.com/ci/yaml/includes/#use-variables-with-include for more information - IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF main + IVAS_CODEC_CI_REF: &IVAS_CODEC_CI_REF add-mld-stats-to-float-mr-pipeline # If you need to set some config variable only in a local branch, then add an overwrite here # One example is DISABLE_HRTF - this will be set on a branch which is about to be merged and will be removed in a subsequent second MR # this is more easily done directly here in the child repo diff --git a/lib_com/ivas_rom_com_fx.c b/lib_com/ivas_rom_com_fx.c index 4ef543df7eac85d5479913267c65404b9e25d60b..9909dd1cb9215c3d2bc89d7f923399f48e84f744 100644 --- a/lib_com/ivas_rom_com_fx.c +++ b/lib_com/ivas_rom_com_fx.c @@ -2482,7 +2482,7 @@ const Word16 mcmasa_bits[IVAS_NUM_ACTIVE_BRATES] = const UWord8 masa_nbands[IVAS_NUM_ACTIVE_BRATES] = { - 5, 5, 5, 5, 5, 5, 5, 5, 8, 12, 18, 24, 24, 24 + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 24, 24, 24 }; const UWord8 masa_joined_nbands[IVAS_NUM_ACTIVE_BRATES] = @@ -2492,12 +2492,12 @@ const UWord8 masa_joined_nbands[IVAS_NUM_ACTIVE_BRATES] = const UWord8 masa_twodir_bands[IVAS_NUM_ACTIVE_BRATES] = { - 0, 0, 0, 0, 0, 1, 1, 1, 3, 4, 6, 6, 9, 24 + 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 24 }; const UWord8 masa_twodir_bands_joined[IVAS_NUM_ACTIVE_BRATES] = { - 0, 0, 0, 0, 0, 2, 2, 3, 4, 6, 8, 9, 12, MASA_MAXIMUM_TWO_DIR_BANDS + 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, MASA_MAXIMUM_TWO_DIR_BANDS };