comparison libgsmfr2/pp_bad.c @ 262:573afa985df6

libgsmfr2: split pp_state.h from pp_internal.h
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 13 Apr 2024 00:43:36 +0000
parents a33edf624061
children
comparison
equal deleted inserted replaced
261:cfcb3ce9c778 262:573afa985df6
4 */ 4 */
5 5
6 #include <stdint.h> 6 #include <stdint.h>
7 #include <string.h> 7 #include <string.h>
8 #include "tw_gsmfr.h" 8 #include "tw_gsmfr.h"
9 #include "pp_state.h"
9 #include "pp_internal.h" 10 #include "pp_internal.h"
10 11
11 static int reduce_xmaxc(uint8_t *frame) 12 static int reduce_xmaxc(uint8_t *frame)
12 { 13 {
13 int mute_flag = 1; 14 int mute_flag = 1;