HomeSort by relevance Sort by last modified time
    Searched refs:current_std_dev_right (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tools/
generate_fir_coeff.py 68 current_std_dev_right = current_std_dev_left + ((current_sample_right - current_sample_left) / sample_units_width) * std_dev_max
70 coverage = withinStdDevRange(current_std_dev_left, current_std_dev_right)
75 current_std_dev_left = current_std_dev_right
  /external/skia/tools/
generate_fir_coeff.py 68 current_std_dev_right = current_std_dev_left + ((current_sample_right - current_sample_left) / sample_units_width) * std_dev_max
70 coverage = withinStdDevRange(current_std_dev_left, current_std_dev_right)
75 current_std_dev_left = current_std_dev_right

Completed in 4465 milliseconds