comparison src/post_pro.h @ 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
children
comparison
equal deleted inserted replaced
4:5d7a6bc6960f 5:799b56cbccb6
1 /*
2 * Function declarations for post_pro.c: a hacked-up piece of code
3 * lifted from AMR source and integrated into the old ETSI EFR
4 * way of doing things.
5 */
6
7 void AMR_postproc_reset (void);
8 void Post_Process (Word16 signal[], Word16 lg);