view 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
line wrap: on
line source

/*
 * Function declarations for post_pro.c: a hacked-up piece of code
 * lifted from AMR source and integrated into the old ETSI EFR
 * way of doing things.
 */

void AMR_postproc_reset (void);
void Post_Process (Word16 signal[], Word16 lg);