FFmpeg
Data Fields
G729FormatDescription Struct Reference

Data Fields

uint8_t ac_index_bits [2]
 adaptive codebook index for second subframe (size in bits) More...
 
uint8_t parity_bit
 parity bit for pitch delay More...
 
uint8_t gc_1st_index_bits
 gain codebook (first stage) index (size in bits) More...
 
uint8_t gc_2nd_index_bits
 gain codebook (second stage) index (size in bits) More...
 
uint8_t fc_signs_bits
 number of pulses in fixed-codebook vector More...
 
uint8_t fc_indexes_bits
 size (in bits) of fixed-codebook index entry More...
 
uint8_t block_size
 

Detailed Description

Definition at line 94 of file g729dec.c.

Field Documentation

◆ ac_index_bits

uint8_t G729FormatDescription::ac_index_bits[2]

adaptive codebook index for second subframe (size in bits)

Definition at line 95 of file g729dec.c.

◆ parity_bit

uint8_t G729FormatDescription::parity_bit

parity bit for pitch delay

Definition at line 96 of file g729dec.c.

◆ gc_1st_index_bits

uint8_t G729FormatDescription::gc_1st_index_bits

gain codebook (first stage) index (size in bits)

Definition at line 97 of file g729dec.c.

◆ gc_2nd_index_bits

uint8_t G729FormatDescription::gc_2nd_index_bits

gain codebook (second stage) index (size in bits)

Definition at line 98 of file g729dec.c.

◆ fc_signs_bits

uint8_t G729FormatDescription::fc_signs_bits

number of pulses in fixed-codebook vector

Definition at line 99 of file g729dec.c.

◆ fc_indexes_bits

uint8_t G729FormatDescription::fc_indexes_bits

size (in bits) of fixed-codebook index entry

Definition at line 100 of file g729dec.c.

◆ block_size

uint8_t G729FormatDescription::block_size

Definition at line 101 of file g729dec.c.


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