comparison libgsmfr2/prng.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
8 * where it is used for similar purposes. 8 * where it is used for similar purposes.
9 */ 9 */
10 10
11 #include <stdint.h> 11 #include <stdint.h>
12 #include "tw_gsmfr.h" 12 #include "tw_gsmfr.h"
13 #include "pp_state.h"
13 #include "pp_internal.h" 14 #include "pp_internal.h"
14 15
15 uint16_t gsmfr_preproc_prng(struct gsmfr_preproc_state *st, uint16_t no_bits) 16 uint16_t gsmfr_preproc_prng(struct gsmfr_preproc_state *st, uint16_t no_bits)
16 { 17 {
17 uint16_t noise_bits, Sn, i; 18 uint16_t noise_bits, Sn, i;