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

  /external/chromium_org/third_party/skia/tools/
generate_fir_coeff.py 56 coeffs_rounded = []
72 coeffs_rounded.append(int(round(coverage * target_sum)))
79 coeffs_rounded_sum = sum(coeffs_rounded)
91 for coeff, coeff_rounded in zip(coeffs, coeffs_rounded)]
112 coeffs_rounded[coeff_pkg[i].index] += delta
115 coeffs_rounded_aligned = ([0] * int(sample_align)) + coeffs_rounded
118 print sum(coeffs), hex(sum(coeffs_rounded))
  /external/skia/tools/
generate_fir_coeff.py 56 coeffs_rounded = []
72 coeffs_rounded.append(int(round(coverage * target_sum)))
79 coeffs_rounded_sum = sum(coeffs_rounded)
91 for coeff, coeff_rounded in zip(coeffs, coeffs_rounded)]
112 coeffs_rounded[coeff_pkg[i].index] += delta
115 coeffs_rounded_aligned = ([0] * int(sample_align)) + coeffs_rounded
118 print sum(coeffs), hex(sum(coeffs_rounded))

Completed in 80 milliseconds