FreeCalypso > hg > gsm-codec-lib
comparison libgsmfr2/tw_gsmfr.h @ 527:f3246d109e2d
libgsmfr2: add gsmfr_fulldec_bfi_bits()
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Thu, 19 Sep 2024 07:03:12 +0000 | 
| parents | 405a84110997 | 
| children | f681fb758041 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 526:405a84110997 | 527:f3246d109e2d | 
|---|---|
| 114 /* main processing functions */ | 114 /* main processing functions */ | 
| 115 void gsmfr_fulldec_good_frame(struct gsmfr_fulldec_state *state, | 115 void gsmfr_fulldec_good_frame(struct gsmfr_fulldec_state *state, | 
| 116 const uint8_t *frame, int16_t *pcm); | 116 const uint8_t *frame, int16_t *pcm); | 
| 117 void gsmfr_fulldec_bfi(struct gsmfr_fulldec_state *state, int taf, | 117 void gsmfr_fulldec_bfi(struct gsmfr_fulldec_state *state, int taf, | 
| 118 int16_t *pcm); | 118 int16_t *pcm); | 
| 119 void gsmfr_fulldec_bfi_bits(struct gsmfr_fulldec_state *state, | |
| 120 const uint8_t *bad_frame, int taf, int16_t *pcm); | |
| 119 | 121 | 
| 120 /* utility datum */ | 122 /* utility datum */ | 
| 121 extern const uint8_t gsmfr_decoder_homing_frame[GSMFR_RTP_FRAME_LEN]; | 123 extern const uint8_t gsmfr_decoder_homing_frame[GSMFR_RTP_FRAME_LEN]; | 
| 122 | 124 | 
| 123 #endif /* include guard */ | 125 #endif /* include guard */ | 
