Home
last modified time | relevance | path

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

/external/skia/tools/
Dgenerate_fir_coeff.py64 current_sample_right = math.floor(current_sample_left + 1) variable
65 if current_sample_right > sample_offset + sample_units_width:
67 current_sample_right = sample_offset + sample_units_width variable
68 …current_std_dev_right = current_std_dev_left + ((current_sample_right - current_sample_left) / sam…
74 current_sample_left = current_sample_right