sw_engine Raster: Apply bilinear interpolation to images
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 30 Jul 2021 01:31:59 +0000 (10:31 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Mon, 2 Aug 2021 03:25:14 +0000 (12:25 +0900)
commit58b85737849f59f5f6ba76ccf44c2fad0848a3f5
tree99950ef625ead413ad835a44380f39d9faaf0e35
parent100539174c3bd10d66e3b2e19247daa8f4345ff8
sw_engine Raster: Apply bilinear interpolation to images

* Apply bilinear interpolation to images

Apply bilinear interpolation when drawing images with transformation
If the mapped coordinate value is a floating point value,
bilinear interpolation is performed using adjacent pixel values.
Interpolation is not performed in cases when the color values to beinterpolated
are the same or scale down case.
src/lib/sw_engine/tvgSwRaster.cpp