• Home
  • Raw
  • Download

Lines Matching refs:position_x

433         uint64 position_x, uint64 x_factor_inv, uint32 top_weight, uint32 bot_weight,  in _scale_row_down_9in()  argument
443 uint32 curr_weight = 256 - ((position_x >> 24) & 0xff); in _scale_row_down_9in()
446 in_col = position_x >> 32; in _scale_row_down_9in()
485 position_x += x_factor_inv; in _scale_row_down_9in()
495 uint8 *_RESTRICT_ in6, uint8 *_RESTRICT_ in7, uint8 *_RESTRICT_ out, uint64 position_x, in _scale_row_down_8in() argument
507 uint32 curr_weight = 256 - ((position_x >> 24) & 0xff); in _scale_row_down_8in()
510 in_col = position_x >> 32; in _scale_row_down_8in()
546 position_x += x_factor_inv; in _scale_row_down_8in()
556 uint8 *_RESTRICT_ in6, uint8 *_RESTRICT_ out, uint64 position_x, uint64 x_factor_inv, in _scale_row_down_7in() argument
566 uint32 curr_weight = 256 - ((position_x >> 24) & 0xff); in _scale_row_down_7in()
569 in_col = position_x >> 32; in _scale_row_down_7in()
602 position_x += x_factor_inv; in _scale_row_down_7in()
612 uint8 *_RESTRICT_ out, uint64 position_x, uint64 x_factor_inv, uint32 top_weight, in _scale_row_down_6in() argument
622 uint32 curr_weight = 256 - ((position_x >> 24) & 0xff); in _scale_row_down_6in()
625 in_col = position_x >> 32; in _scale_row_down_6in()
655 position_x += x_factor_inv; in _scale_row_down_6in()
665 uint64 position_x, uint64 x_factor_inv, uint32 top_weight, uint32 bot_weight, in _scale_row_down_5in() argument
675 uint32 curr_weight = 256 - ((position_x >> 24) & 0xff); in _scale_row_down_5in()
678 in_col = position_x >> 32; in _scale_row_down_5in()
705 position_x += x_factor_inv; in _scale_row_down_5in()
714 uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ in3, uint8 *_RESTRICT_ out, uint64 position_x, in _scale_row_down_4in() argument
725 uint32 curr_weight = 256 - ((position_x >> 24) & 0xff); in _scale_row_down_4in()
728 in_col = position_x >> 32; in _scale_row_down_4in()
752 position_x += x_factor_inv; in _scale_row_down_4in()
761 uint8 *_RESTRICT_ in2, uint8 *_RESTRICT_ out, uint64 position_x, uint64 x_factor_inv, in _scale_row_down_3in() argument
771 uint32 curr_weight = 256 - ((position_x >> 24) & 0xff); in _scale_row_down_3in()
774 in_col = position_x >> 32; in _scale_row_down_3in()
795 position_x += x_factor_inv; in _scale_row_down_3in()
804 uint8 *_RESTRICT_ out, uint64 position_x, uint64 x_factor_inv, uint32 top_weight, in _scale_row_down_2in() argument
814 uint32 curr_weight = 256 - ((position_x >> 24) & 0xff); in _scale_row_down_2in()
817 in_col = position_x >> 32; in _scale_row_down_2in()
835 position_x += x_factor_inv; in _scale_row_down_2in()
844 uint64 position_x, uint64 position_y, uint64 x_factor_inv, uint64 y_factor_inv, in _scale_row_down() argument
876 out, position_x, x_factor_inv, top_weight, bot_weight, weight_reciprocal, in _scale_row_down()
880 out, position_x, x_factor_inv, top_weight, bot_weight, weight_reciprocal, in _scale_row_down()
884 out, position_x, x_factor_inv, top_weight, bot_weight, weight_reciprocal, in _scale_row_down()
889 out, position_x, x_factor_inv, in _scale_row_down()
895 out, position_x, x_factor_inv, top_weight, bot_weight, weight_reciprocal, in _scale_row_down()
900 out, position_x, x_factor_inv, top_weight, bot_weight, weight_reciprocal, in _scale_row_down()
906 out, position_x, x_factor_inv, top_weight, bot_weight, weight_reciprocal, in _scale_row_down()
912 out, position_x, x_factor_inv, top_weight, bot_weight, weight_reciprocal, in _scale_row_down()
919 uint32 curr_weight = 256 - ((position_x >> 24) & 0xff); in _scale_row_down()
922 in_col = position_x >> 32; in _scale_row_down()
947 position_x += x_factor_inv; in _scale_row_down()
957 sint32 weight_y, uint64 position_x, uint64 increment_x, int out_width) { in _scale_row_up() argument
967 uint32 pix_x = position_x >> 32; in _scale_row_up()
969 sint32 weight_x = (position_x & 0xffffffff) >> 22; in _scale_row_up()
993 position_x += increment_x; in _scale_row_up()