evas: NEON scaling up fixed
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 22 Mar 2016 04:49:00 +0000 (13:49 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 22 Mar 2016 04:49:05 +0000 (13:49 +0900)
commitb82382e958dcab816e52c95b7696cf21583713d5
tree9dfc53f4860fddd1f91090a420e7ee5454226b87
parentf9e655046868cb83cbc9ac2dcd139e3540e89285
evas: NEON scaling up fixed

Summary:
Previous implementation loaded data from memory first and then checked the borders.
Here I check the borders first as it is for C implementation.
This prevents read of non-accessible memory.

Reviewers: cedric, jypark, Hermet, jiin.moon, jpeg

Reviewed By: jpeg

Projects: #efl

Differential Revision: https://phab.enlightenment.org/D3809
src/lib/evas/common/evas_scale_smooth_scaler_up.c