mirror of
https://github.com/g4klx/MMDVMHost
synced 2026-02-04 22:05:41 +08:00
Add V/D Mode 1 AMBE FEC.
This commit is contained in:
@@ -25,8 +25,11 @@ public:
|
||||
~CAMBEFEC();
|
||||
|
||||
unsigned int regenerateDMR(unsigned char* bytes) const;
|
||||
|
||||
unsigned int regenerateDStar(unsigned char* bytes) const;
|
||||
|
||||
unsigned int regenerateYSF1(unsigned char* bytes) const;
|
||||
|
||||
private:
|
||||
unsigned int regenerate(unsigned int& a, unsigned int& b, unsigned int& c, bool b23) const;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user