comparison libgsmfr2/comfort_noise.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 const uint8_t fold_table_8to6[24] = { 12 static const uint8_t fold_table_8to6[24] = {
12 1, 2, 3, 4, 5, 6, 1, 2, 13 1, 2, 3, 4, 5, 6, 1, 2,
13 1, 2, 3, 4, 5, 6, 3, 4, 14 1, 2, 3, 4, 5, 6, 3, 4,