FreeCalypso > hg > vband-misc
comparison dhf/amr122-dhf-bits.c @ 3:82c2d1a2f608
dhf/amr122-dhf-bits.c: created
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Wed, 03 Apr 2024 19:45:29 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 2:75ba83624a29 | 3:82c2d1a2f608 |
|---|---|
| 1 /* | |
| 2 * This C module contains the standard MR122 version of AMR DHF, | |
| 3 * in the form of a bit array. | |
| 4 */ | |
| 5 | |
| 6 #include <stdint.h> | |
| 7 | |
| 8 const uint8_t amr122_dhf_bits[244] = { | |
| 9 0,0,0,0,1,0,0,0,0,1,0,1,0,1,0,0,1,1,0,1,1,0,1,1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,1,0, | |
| 10 1,0,1,0,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, | |
| 11 0,0,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,1,1,1,1,1,1,0,1,1,0,0,1,1,0, | |
| 12 1,0,0,0,0,0,1,1,0,1,1,1,1,0,0,1,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0, | |
| 13 0,0,0,1,0,1,0,1,1,0,0,0,0,1,0,1,0,1,0,0,1,1,1,1,0,0,0,1,0,0,0,0,1,1,1,1,0,1,1,0, | |
| 14 1,0,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,1,1,1,1,1,1,0,1,0,1,0, | |
| 15 0,0,0,0 | |
| 16 }; |
