Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_haas.c52 double phase0; member
119 s->phase0 = s->par_phase0 ? 1.0 : -1.0; in config_input()
122 s->balance_l[0] = (s->par_balance0 + 1) / 2 * s->par_gain0 * s->phase0; in config_input()
123 s->balance_r[0] = (1.0 - (s->par_balance0 + 1) / 2) * (s->par_gain0) * s->phase0; in config_input()
/third_party/python/Lib/
Dfilecmp.py136 def phase0(self): # Compare everything except common subdirectories member in dircmp
247 left_list=phase0, right_list=phase0)