G726Tables Struct Reference


Data Fields

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

Detailed Description

Definition at line 66 of file g726.c.


Field Documentation

const uint8_t* G726Tables::F

special table #2

Definition at line 70 of file g726.c.

Referenced by g726_decode().

const int16_t* G726Tables::iquant

inverse quantization table

Definition at line 68 of file g726.c.

Referenced by inverse_quant().

const int* G726Tables::quant

quantization table

Definition at line 67 of file g726.c.

Referenced by quant().

const int16_t* G726Tables::W

special table #1 ;-)

Definition at line 69 of file g726.c.

Referenced by g726_decode().


The documentation for this struct was generated from the following file:

Generated on Fri Oct 26 02:36:57 2012 for FFmpeg by  doxygen 1.5.8