Lines Matching refs:xInc
1670 const uint8_t *src, int srcW, int xInc) in hyscale_fast_vsx() argument
1681 xInc * 1, in hyscale_fast_vsx()
1682 xInc * 2, in hyscale_fast_vsx()
1683 xInc * 3, in hyscale_fast_vsx()
1687 xInc * 1, in hyscale_fast_vsx()
1688 xInc * 2, in hyscale_fast_vsx()
1689 xInc * 3, in hyscale_fast_vsx()
1690 xInc * 4, in hyscale_fast_vsx()
1691 xInc * 5, in hyscale_fast_vsx()
1692 xInc * 6, in hyscale_fast_vsx()
1693 xInc * 7, in hyscale_fast_vsx()
1702 vcoord16[1] = vec_splats((uint16_t) (xpos + xInc * 8)); in hyscale_fast_vsx()
1715 vcoord[1] = vec_splats((xpos & 0xffff) + xInc * 4); in hyscale_fast_vsx()
1716 vcoord[2] = vec_splats((xpos & 0xffff) + xInc * 8); in hyscale_fast_vsx()
1717 vcoord[3] = vec_splats((xpos & 0xffff) + xInc * 12); in hyscale_fast_vsx()
1755 xpos += xInc * 16; in hyscale_fast_vsx()
1757 for (i=dstWidth-1; (i*xInc)>>16 >=srcW-1; i--) in hyscale_fast_vsx()
1786 const uint8_t *src2, int srcW, int xInc) in hcscale_fast_vsx() argument
1798 xInc * 1, in hcscale_fast_vsx()
1799 xInc * 2, in hcscale_fast_vsx()
1800 xInc * 3, in hcscale_fast_vsx()
1804 xInc * 1, in hcscale_fast_vsx()
1805 xInc * 2, in hcscale_fast_vsx()
1806 xInc * 3, in hcscale_fast_vsx()
1807 xInc * 4, in hcscale_fast_vsx()
1808 xInc * 5, in hcscale_fast_vsx()
1809 xInc * 6, in hcscale_fast_vsx()
1810 xInc * 7, in hcscale_fast_vsx()
1817 vcoord16[1] = vec_splats((uint16_t) (xpos + xInc * 8)); in hcscale_fast_vsx()
1830 vcoord[1] = vec_splats((xpos & 0xffff) + xInc * 4); in hcscale_fast_vsx()
1831 vcoord[2] = vec_splats((xpos & 0xffff) + xInc * 8); in hcscale_fast_vsx()
1832 vcoord[3] = vec_splats((xpos & 0xffff) + xInc * 12); in hcscale_fast_vsx()
1851 xpos += xInc * 16; in hcscale_fast_vsx()
1853 for (i=dstWidth-1; (i*xInc)>>16 >=srcW-1; i--) { in hcscale_fast_vsx()