FreeCalypso > hg > efr-experiments
diff efr2/Makefile @ 5:799b56cbccb6
EFR2 decoder: add post-processing step from AMR
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 03 Apr 2024 06:09:10 +0000 |
parents | e22550b5a224 |
children |
line wrap: on
line diff
--- a/efr2/Makefile Wed Apr 03 05:55:51 2024 +0000 +++ b/efr2/Makefile Wed Apr 03 06:09:10 2024 +0000 @@ -21,7 +21,7 @@ int_lpc.o count.o weight_a.o agc_amr.o set_zero.o preemph.o residu.o \ syn_filt.o copy.o bits2prm.o reorder.o lsp_az.o inv_sqrt.o d_plsf_5.o \ d_gains.o d1035pf.o log2.o pow2.o oper_32b.o lsp_lsf.o n_proc.o dtx.o \ - d_homing.o + d_homing.o post_pro.o # Implicit Rules .c.o: @@ -52,12 +52,12 @@ d1035pf.o: typedef.h basic_op.h count.h d_gains.o: typedef.h basic_op.h oper_32b.h count.h sig_proc.h gains_tb.h \ cnst.h dtx.h -d_homing.o: typedef.h cnst.h dtx.h codec.h d_homing.h q_plsf_5.tab +d_homing.o: typedef.h cnst.h dtx.h codec.h d_homing.h q_plsf_5.tab post_pro.h d_plsf_5.o: typedef.h basic_op.h count.h sig_proc.h q_plsf_5.tab cnst.h dtx.h dec_12k2.o: typedef.h basic_op.h sig_proc.h count.h codec.h cnst.h dtx.h dec_lag6.o: typedef.h basic_op.h count.h decoder.o: typedef.h n_stack.h basic_op.h sig_proc.h count.h codec.h \ - cnst.h d_homing.h + cnst.h d_homing.h post_pro.h dtx.o: typedef.h basic_op.h cnst.h sig_proc.h count.h dtx.h e_homing.o: typedef.h cnst.h vad.h dtx.h codec.h sig_proc.h e_homing.h enc_lag6.o: typedef.h basic_op.h count.h @@ -75,6 +75,7 @@ oper_32b.o: typedef.h basic_op.h oper_32b.h count.h pitch_f6.o: typedef.h basic_op.h oper_32b.h count.h sig_proc.h codec.h pitch_ol.o: typedef.h basic_op.h oper_32b.h count.h sig_proc.h +post_pro.o: typedef.h basic_op.h oper_32b.h count.h post_pro.h pow2.o: typedef.h basic_op.h count.h pow2.tab pre_proc.o: typedef.h basic_op.h oper_32b.h count.h pred_lt6.o: typedef.h basic_op.h count.h