Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Datrac3plusdsp.c131 int invert_phase, int reg_offset, float *out) in waves_synth() argument
155 if (invert_phase) in waves_synth()
228 fdsp, ch_unit->waves_info_prev->invert_phase[sb] & ch_num, in ff_atrac3p_generate_tones()
233 ch_unit->waves_info->invert_phase[sb] & ch_num, 0, wavreg2); in ff_atrac3p_generate_tones()
Datrac3plus.h127 uint8_t invert_phase[ATRAC3P_SUBBANDS]; ///< 1 - subband-wise phase inversion member
Datrac3plus.c1629 get_subband_flags(gb, ctx->waves_info->invert_phase, ctx->waves_info->num_tone_bands); in decode_tones_info()