|
| const int * | quant |
| | quantization table
|
| |
| const int16_t * | iquant |
| | inverse quantization table
|
| |
| const int16_t * | W |
| | special table #1 ;-)
|
| |
| const uint8_t * | F |
| | special table #2
|
| |
Definition at line 73 of file g726.c.
◆ quant
| const int* G726Tables::quant |
quantization table
Definition at line 74 of file g726.c.
◆ iquant
| const int16_t* G726Tables::iquant |
inverse quantization table
Definition at line 75 of file g726.c.
| const int16_t* G726Tables::W |
special table #1 ;-)
Definition at line 76 of file g726.c.
| const uint8_t* G726Tables::F |
special table #2
Definition at line 77 of file g726.c.
The documentation for this struct was generated from the following file: