aboutsummaryrefslogtreecommitdiff
path: root/decoder/ixheaacd_env_calc.c
diff options
context:
space:
mode:
authorRamesh Katuri <ramesh.katuri@ittiam.com>2018-06-01 13:27:00 +0530
committerRay Essick <essick@google.com>2018-06-07 16:52:19 -0700
commitb3226ce6f80c78946aa3190cec158fb9852272ea (patch)
treef4e0df5cb15e791d60b23b54a710f3d4d608193a /decoder/ixheaacd_env_calc.c
parent8eb646f89b94cf6d0aa26e5bca39ba083a554965 (diff)
downloadlibxaac-b3226ce6f80c78946aa3190cec158fb9852272ea.tar.gz
Formatting changespie-dr1-devpie-dev
Formatting .c and .h files using clang-format Formatting .s files Bug: 80493357 Test: compare object sizes Change-Id: I38296083c9d2d566a6a2564db2e391e4b2bd43a9
Diffstat (limited to 'decoder/ixheaacd_env_calc.c')
-rw-r--r--decoder/ixheaacd_env_calc.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/decoder/ixheaacd_env_calc.c b/decoder/ixheaacd_env_calc.c
index 652e810..26590c4 100644
--- a/decoder/ixheaacd_env_calc.c
+++ b/decoder/ixheaacd_env_calc.c
@@ -1311,12 +1311,14 @@ VOID ixheaacd_enery_calc_persfb(WORD32 **anal_buf_real, WORD32 **anal_buf_imag,
}
}
-VOID ixheaacd_subbandgain_calc(
- WORD16 e_orig_mant_matrix, WORD16 tmp_noise_mant, WORD16 nrg_est_mant,
- WORD16 nrg_est_exp, WORD16 tmp_noise_exp, WORD16 nrg_ref_exp,
- FLAG sine_present_flag, FLAG sine_mapped_matrix, FLAG noise_absc_flag,
- WORD16 *ptr_nrg_gain_mant, WORD16 *ptr_noise_floor_mant,
- WORD16 *ptr_nrg_sine_m, ixheaacd_misc_tables *pstr_common_tables) {
+VOID ixheaacd_subbandgain_calc(WORD16 e_orig_mant_matrix, WORD16 tmp_noise_mant,
+ WORD16 nrg_est_mant, WORD16 nrg_est_exp,
+ WORD16 tmp_noise_exp, WORD16 nrg_ref_exp,
+ FLAG sine_present_flag, FLAG sine_mapped_matrix,
+ FLAG noise_absc_flag, WORD16 *ptr_nrg_gain_mant,
+ WORD16 *ptr_noise_floor_mant,
+ WORD16 *ptr_nrg_sine_m,
+ ixheaacd_misc_tables *pstr_common_tables) {
WORD16 var1_mant;
WORD16 var1_exp;
WORD16 var2_mant;