Data Fields | |
| int | bits |
| bits per sample | |
| const int * | quant |
| quantization table | |
| const int * | iquant |
| inverse quantization table | |
| const int * | W |
| special table #1 ;-) | |
| const int * | F |
| special table #2 | |
Definition at line 65 of file g726.c.
| int G726Tables::bits |
bits per sample
Definition at line 66 of file g726.c.
Referenced by g726_init(), g726_iterate(), and quant().
| const int* G726Tables::quant |
| const int* G726Tables::iquant |
| const int* G726Tables::W |
| const int* G726Tables::F |
1.5.6