Searched refs:bot_weight (Results 1 – 1 of 1) sorted by relevance
433 uint64 position_x, uint64 x_factor_inv, uint32 top_weight, uint32 bot_weight, in _scale_row_down_9in() argument457 acc_r += (uint32) in8[(in_col * 3) + 0] * curr_weight * bot_weight; in _scale_row_down_9in()467 acc_g += (uint32) in8[(in_col * 3) + 1] * curr_weight * bot_weight; in _scale_row_down_9in()477 acc_b += (uint32) in8[(in_col * 3) + 2] * curr_weight * bot_weight; in _scale_row_down_9in()497 uint32 bot_weight, uint32 weight_reciprocal, in _scale_row_down_8in() argument520 acc_r += (uint32) in7[(in_col * 3) + 0] * curr_weight * bot_weight; in _scale_row_down_8in()529 acc_g += (uint32) in7[(in_col * 3) + 1] * curr_weight * bot_weight; in _scale_row_down_8in()538 acc_b += (uint32) in7[(in_col * 3) + 2] * curr_weight * bot_weight; in _scale_row_down_8in()557 uint32 top_weight, uint32 bot_weight, uint32 weight_reciprocal, int out_width) { in _scale_row_down_7in() argument578 acc_r += (uint32) in6[(in_col * 3) + 0] * curr_weight * bot_weight; in _scale_row_down_7in()[all …]