FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
G726Tables Struct Reference

Data Fields

const int * quant
 quantization table More...
 
const int16_t * iquant
 inverse quantization table More...
 
const int16_t * W
 special table #1 ;-) More...
 
const uint8_tF
 special table #2 More...
 

Detailed Description

Definition at line 71 of file g726.c.

Field Documentation

const int* G726Tables::quant

quantization table

Definition at line 72 of file g726.c.

Referenced by quant().

const int16_t* G726Tables::iquant

inverse quantization table

Definition at line 73 of file g726.c.

Referenced by inverse_quant().

const int16_t* G726Tables::W

special table #1 ;-)

Definition at line 74 of file g726.c.

Referenced by g726_decode().

const uint8_t* G726Tables::F

special table #2

Definition at line 75 of file g726.c.

Referenced by g726_decode().


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