OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_sum
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/
generate_fir_coeff.py
52
target_sum
= 0x110
variable
71
coeffs.append(coverage *
target_sum
)
72
coeffs_rounded.append(int(round(coverage *
target_sum
)))
77
# Now we have the numbers we want, but our rounding needs to add up to
target_sum
.
80
if coeffs_rounded_sum >
target_sum
:
84
if coeffs_rounded_sum <
target_sum
:
109
num_elements_to_force_round = abs(coeffs_rounded_sum -
target_sum
)
/external/skia/tools/
generate_fir_coeff.py
52
target_sum
= 0x110
variable
71
coeffs.append(coverage *
target_sum
)
72
coeffs_rounded.append(int(round(coverage *
target_sum
)))
77
# Now we have the numbers we want, but our rounding needs to add up to
target_sum
.
80
if coeffs_rounded_sum >
target_sum
:
84
if coeffs_rounded_sum <
target_sum
:
109
num_elements_to_force_round = abs(coeffs_rounded_sum -
target_sum
)
Completed in 197 milliseconds