evas: NEON scaling up fixed 73/63173/2
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 22 Mar 2016 04:49:00 +0000 (13:49 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Wed, 30 Mar 2016 02:38:36 +0000 (19:38 -0700)
commit99d59d4395d86bb27f385a4d983de461f6acef84
treee6df30c5b632c03a6d94a9f090d9a816e68e996a
parent707a5210d1ed9629069107289f22e5daf8fbe806
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

Change-Id: Ib369af395669b91cf243acef2a32890962365d02
src/lib/evas/common/evas_scale_smooth_scaler_up.c