Bilinear REPEAT_NORMAL source line extension for too short src_width
authorTaekyun Kim <tkq.kim@samsung.com>
Mon, 13 Jun 2011 10:53:49 +0000 (19:53 +0900)
committerTaekyun Kim <tkq.kim@samsung.com>
Tue, 28 Jun 2011 14:20:32 +0000 (23:20 +0900)
commiteff7c8efabe2da33edbf0bdc06e101352981286b
treefa8f8ce22c20dadc9736025081e77b202a591fb2
parent828794d328e7ad1efc860baee8d6e72450b486b9
Bilinear REPEAT_NORMAL source line extension for too short src_width

To avoid function call and other calculation overhead, extend source
scanline into temporary buffer when source width is too small.
Temporary buffer will be repeatedly accessed, so extension cost is
very small due to cache effect.
pixman/pixman-fast-path.h