sw_engine raster: allow image interpolation by increasing tolerance.
authorHermet Park <chuneon.park@samsung.com>
Thu, 11 Nov 2021 12:30:17 +0000 (21:30 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 12 Nov 2021 01:46:50 +0000 (10:46 +0900)
commit07391847b4adb4dcffc4e915325540d60f060b71
tree3df35f9ec40b3a9084b7d7891a56e2dcb0b2500e
parentc3436e37d9275afb0bacf6585ca9ccb2693383bf
sw_engine raster: allow image interpolation by increasing tolerance.

current image interpolation method is a bit awkward,
because xy scale different scale factor is not allowed.

we must improve the algorithm,

but now considering floating point precision,
we allow the interpolation by less ratio floating fraction.
src/lib/sw_engine/tvgSwRaster.cpp