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

  /external/chromium_org/third_party/skia/tools/
generate_fir_coeff.py 105 # num_elements_to_force_round had better be < (2 * sample_units_width + 1) or
109 num_elements_to_force_round = abs(coeffs_rounded_sum - target_sum)
110 for i in xrange(num_elements_to_force_round):
  /external/skia/tools/
generate_fir_coeff.py 105 # num_elements_to_force_round had better be < (2 * sample_units_width + 1) or
109 num_elements_to_force_round = abs(coeffs_rounded_sum - target_sum)
110 for i in xrange(num_elements_to_force_round):

Completed in 243 milliseconds