Searched refs:waves (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Datrac3plus.h64 /** Amplitude envelope of a group of sine waves */
72 /** Parameters of a group of sine waves */
76 int num_wavs; ///< number of sine waves in the group
127 Atrac3pWaveParam waves[48]; member in struct:Atrac3pWaveSynthParams
148 Atrac3pWaveSynthParams wave_synth_hist[2]; ///< waves synth history for two frames
182 * Initialize sine waves synthesizer.
187 * Synthesize sine waves for a particular subband.
H A Datrac3plus.c1525 iwav = &ctx->waves_info->waves[dst[sb].start_index];
1550 iwav = &ctx->waves_info->waves[ref[sb].start_index];
1551 owav = &ctx->waves_info->waves[dst[sb].start_index];
1586 wsrc = &ctx->waves_info->waves[dst[sb].start_index];
1587 wref = &ctx->waves_info->waves[ref[sb].start_index];
1616 ctx->waves_info->waves[dst[sb].start_index + i].amp_sf = get_bits(gb, 6);
1618 ctx->waves_info->waves[dst[sb].start_index].amp_sf = get_bits(gb, 6);
1627 ctx->waves_info->waves[dst[sb].start_index + i].amp_sf =
1631 ctx->waves_info->waves[dst[sb].start_index].amp_sf =
1645 ctx->waves_info->waves[refwave
[all...]
H A Datrac3plusdsp.c114 * Synthesize sine waves according to given parameters.
118 * @param[in] envelope envelope data for all waves in a group
130 Atrac3pWaveParam *wave_param = &synth_param->waves[waves_info->start_index];
216 /* synthesize waves for both overlapping regions */

Completed in 72 milliseconds