summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/sbr_e_nf.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libfaad/sbr_e_nf.c')
-rw-r--r--apps/codecs/libfaad/sbr_e_nf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libfaad/sbr_e_nf.c b/apps/codecs/libfaad/sbr_e_nf.c
index 60532cbd76..ea2cbb8e35 100644
--- a/apps/codecs/libfaad/sbr_e_nf.c
+++ b/apps/codecs/libfaad/sbr_e_nf.c
@@ -231,7 +231,7 @@ static const real_t Q_div_tab_right[31][13] = {
231 231
232/* calculates 1/(1+Q) */ 232/* calculates 1/(1+Q) */
233/* [0..1] */ 233/* [0..1] */
234real_t calc_Q_div(sbr_info *sbr, uint8_t ch, uint8_t m, uint8_t l) 234static real_t calc_Q_div(sbr_info *sbr, uint8_t ch, uint8_t m, uint8_t l)
235{ 235{
236 if (sbr->bs_coupling) 236 if (sbr->bs_coupling)
237 { 237 {
@@ -350,7 +350,7 @@ static const real_t Q_div2_tab_right[31][13] = {
350 350
351/* calculates Q/(1+Q) */ 351/* calculates Q/(1+Q) */
352/* [0..1] */ 352/* [0..1] */
353real_t calc_Q_div2(sbr_info *sbr, uint8_t ch, uint8_t m, uint8_t l) 353static real_t calc_Q_div2(sbr_info *sbr, uint8_t ch, uint8_t m, uint8_t l)
354{ 354{
355 if (sbr->bs_coupling) 355 if (sbr->bs_coupling)
356 { 356 {