Searched refs:invert_phase (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | atrac3plusdsp.c | 123 * @param[in] invert_phase flag indicating 180° phase shift 131 int invert_phase, int reg_offset, float *out) in waves_synth() 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() 127 waves_synth(Atrac3pWaveSynthParams *synth_param, Atrac3pWavesData *waves_info, Atrac3pWaveEnvelope *envelope, AVFloatDSPContext *fdsp, int invert_phase, int reg_offset, float *out) waves_synth() argument
|
H A D | atrac3plus.h | 127 uint8_t invert_phase[ATRAC3P_SUBBANDS]; ///< 1 - subband-wise phase inversion member
|
H A D | atrac3plus.c | 1629 get_subband_flags(gb, ctx->waves_info->invert_phase, ctx->waves_info->num_tone_bands); in decode_tones_info()
|
Completed in 8 milliseconds