Go to the source code of this file.
Classes | |
| struct | bv16_decode_state_s |
| struct | bv16_encode_state_s |
| struct | bv32_decode_state_s |
| struct | bv32_encode_state_s |
Defines | |
| #define | _BROADVOICE_PRIVATE_BROADVOICE_H_ |
| #define | LPCO 8 |
| #define | HPO 2 |
| #define | DFO 4 |
| #define | BV16_FRSZ 40 |
| #define | BV16_MAXPP 137 |
| #define | BV16_PWSZ 120 |
| #define | BV16_XQOFF (BV16_MAXPP + 1) |
| #define | BV16_XOFF (BV16_MAXPP + 1) |
| #define | BV16_LTMOFF (BV16_MAXPP + 1) |
| #define | BV16_LSPPORDER 8 |
| #define | BV16_NSTORDER 8 |
| #define | BV16_LGPORDER 8 |
| #define | BV16_DECF 4 |
| #define | BV16_XDOFF (BV16_LXD - BV16_FRSZD) |
| #define | BV16_FRSZD (BV16_FRSZ/BV16_DECF) |
| #define | BV16_PWSZD (BV16_PWSZ/BV16_DECF) |
| #define | BV16_MAXPPD (BV16_MAXPP/BV16_DECF) |
| #define | BV16_LXD (BV16_MAXPPD + 1 + BV16_PWSZD) |
| #define | BV32_FRSZ 80 |
| #define | BV32_MAXPP 265 |
| #define | BV32_PWSZ 240 |
| #define | BV32_XOFF (BV32_MAXPP + 1) |
| #define | BV32_LTMOFF (BV32_MAXPP + 1) |
| #define | BV32_LSPPORDER 8 |
| #define | BV32_PFO 1 |
| #define | BV32_LGPORDER 16 |
| #define | BV32_DECF 8 |
| #define | BV32_XDOFF (BV32_LXD - BV32_FRSZD) |
| #define | BV32_FRSZD (BV32_FRSZ/BV32_DECF) |
| #define | BV32_PWSZD (BV32_PWSZ/BV32_DECF) |
| #define | BV32_MAXPPD (BV32_MAXPP/BV32_DECF) |
| #define | BV32_LXD (BV32_MAXPPD + 1 + BV32_PWSZD) |
Typedefs | |
| typedef double | Float |
1.6.1