comparison libgsmfr2/tw_gsmfr.h @ 525:c95e89367321

libgsmfr2: add gsmfr_preproc_good_frame_hm()
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 19 Sep 2024 06:42:01 +0000
parents bebae251e5ee
children 405a84110997
comparison
equal deleted inserted replaced
524:ddb2b00d582b 525:c95e89367321
82 void gsmfr_preproc_reset(struct gsmfr_preproc_state *state); 82 void gsmfr_preproc_reset(struct gsmfr_preproc_state *state);
83 83
84 /* main processing functions */ 84 /* main processing functions */
85 void gsmfr_preproc_good_frame(struct gsmfr_preproc_state *state, 85 void gsmfr_preproc_good_frame(struct gsmfr_preproc_state *state,
86 uint8_t *frame); 86 uint8_t *frame);
87 void gsmfr_preproc_good_frame_hm(struct gsmfr_preproc_state *state,
88 uint8_t *frame);
87 void gsmfr_preproc_bfi(struct gsmfr_preproc_state *state, int taf, 89 void gsmfr_preproc_bfi(struct gsmfr_preproc_state *state, int taf,
88 uint8_t *frame_out); 90 uint8_t *frame_out);
89 91
90 /* utility function */ 92 /* utility function */
91 int gsmfr_preproc_sid_classify(const uint8_t *frame); 93 int gsmfr_preproc_sid_classify(const uint8_t *frame);