aboutsummaryrefslogtreecommitdiff
path: root/encoder/ixheaace_fd_quant.c
diff options
context:
space:
mode:
authorHarish Mahendrakar <hmahendrakar@google.com>2024-01-09 04:54:50 +0000
committerHarish Mahendrakar <hmahendrakar@google.com>2024-01-09 04:56:30 +0000
commit532ee05579fbfa90e34714aa81bcf3405d9ca558 (patch)
tree777f95c241e2ea72678ed01e868c846e87fbe3c9 /encoder/ixheaace_fd_quant.c
parentb6394afda3e8320d4eeec67ec9baec0f1062246a (diff)
parent87f206b42d71fbf1c5601ce6679d22d0777e79bb (diff)
downloadlibxaac-532ee05579fbfa90e34714aa81bcf3405d9ca558.tar.gz
Upgrade libxaac to v0.1.10
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update libxaac For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Bug: 319187474 Test: TreeHugger Change-Id: Ic9ef5e37600d7c129e4e42a2d7ac3a09f754d6ff
Diffstat (limited to 'encoder/ixheaace_fd_quant.c')
-rw-r--r--encoder/ixheaace_fd_quant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/encoder/ixheaace_fd_quant.c b/encoder/ixheaace_fd_quant.c
index 4be4670..6d43ab1 100644
--- a/encoder/ixheaace_fd_quant.c
+++ b/encoder/ixheaace_fd_quant.c
@@ -170,7 +170,7 @@ static WORD32 iusace_count_static_bits(ia_usac_data_struct *ptr_usac_data,
stat_bits += ptr_usac_data->str_scratch.ptr_num_fac_bits[i];
}
- stat_bits += ptr_usac_data->num_sbr_bits;
+ stat_bits += (ptr_usac_data->num_sbr_bits + ptr_usac_data->num_drc_bits);
return stat_bits;
}