Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_surround.c1113 float phase_dif = fabsf(l_phase - r_phase); in filter_stereo() local
1119 if (phase_dif > M_PI) in filter_stereo()
1120 phase_dif = 2 * M_PI - phase_dif; in filter_stereo()
1122 stereo_position(mag_dif, phase_dif, &x, &y); in filter_stereo()
1149 float phase_dif = fabsf(l_phase - r_phase); in filter_surround() local
1155 if (phase_dif > M_PI) in filter_surround()
1156 phase_dif = 2 * M_PI - phase_dif; in filter_surround()
1158 stereo_position(mag_dif, phase_dif, &x, &y); in filter_surround()
1184 float phase_dif = fabsf(l_phase - r_phase); in filter_2_1() local
1190 if (phase_dif > M_PI) in filter_2_1()
[all …]