Home
last modified time | relevance | path

Searched refs:waves_info_prev (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Datrac3plusdec.c197 ctx->ch_units[i].waves_info_prev = &ctx->ch_units[i].wave_synth_hist[1]; in atrac3p_decode_init()
309 ch_unit->waves_info_prev->tones_present) { in reconstruct_frame()
333 FFSWAP(Atrac3pWaveSynthParams *, ch_unit->waves_info, ch_unit->waves_info_prev); in reconstruct_frame()
Datrac3plus.h152 Atrac3pWaveSynthParams *waves_info_prev; member
Datrac3plusdsp.c227 waves_synth(ch_unit->waves_info_prev, tones_now, &tones_now->curr_env, in ff_atrac3p_generate_tones()
228 fdsp, ch_unit->waves_info_prev->invert_phase[sb] & ch_num, in ff_atrac3p_generate_tones()