Home
last modified time | relevance | path

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

/packages/services/BuiltInPrintService/jni/plugins/
Dwprint_scaler.c433 uint64 position_x, uint64 x_factor_inv, uint32 top_weight, uint32 bot_weight, in _scale_row_down_9in() argument
449 acc_r += (uint32) in0[(in_col * 3) + 0] * curr_weight * top_weight; in _scale_row_down_9in()
459 acc_g += (uint32) in0[(in_col * 3) + 1] * curr_weight * top_weight; in _scale_row_down_9in()
469 acc_b += (uint32) in0[(in_col * 3) + 2] * curr_weight * top_weight; in _scale_row_down_9in()
496 uint64 x_factor_inv, uint32 top_weight, in _scale_row_down_8in() argument
513 acc_r += (uint32) in0[(in_col * 3) + 0] * curr_weight * top_weight; in _scale_row_down_8in()
522 acc_g += (uint32) in0[(in_col * 3) + 1] * curr_weight * top_weight; in _scale_row_down_8in()
531 acc_b += (uint32) in0[(in_col * 3) + 2] * curr_weight * top_weight; in _scale_row_down_8in()
557 uint32 top_weight, uint32 bot_weight, uint32 weight_reciprocal, int out_width) { in _scale_row_down_7in() argument
572 acc_r += (uint32) in0[(in_col * 3) + 0] * curr_weight * top_weight; in _scale_row_down_7in()
[all …]