FFmpeg
Data Fields
Atrac3pWavesData Struct Reference

Parameters of a group of sine waves. More...

#include <atrac3plus.h>

Data Fields

Atrac3pWaveEnvelope pend_env
 pending envelope from the previous frame More...
 
Atrac3pWaveEnvelope curr_env
 group envelope from the current frame More...
 
int num_wavs
 number of sine waves in the group More...
 
int start_index
 start index into global tones table for that subband More...
 

Detailed Description

Parameters of a group of sine waves.

Definition at line 75 of file atrac3plus.h.

Field Documentation

◆ pend_env

Atrac3pWaveEnvelope Atrac3pWavesData::pend_env

pending envelope from the previous frame

Definition at line 76 of file atrac3plus.h.

Referenced by decode_tones_envelope(), and ff_atrac3p_generate_tones().

◆ curr_env

Atrac3pWaveEnvelope Atrac3pWavesData::curr_env

group envelope from the current frame

Definition at line 77 of file atrac3plus.h.

Referenced by ff_atrac3p_generate_tones().

◆ num_wavs

int Atrac3pWavesData::num_wavs

◆ start_index

int Atrac3pWavesData::start_index

start index into global tones table for that subband

Definition at line 79 of file atrac3plus.h.

Referenced by decode_band_numwavs(), decode_tones_amplitude(), decode_tones_frequency(), decode_tones_phase(), and waves_synth().


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