Make the following changes
authorYang Zhang <yang.zhang@arm.com>
Mon, 2 Sep 2013 10:06:45 +0000 (18:06 +0800)
committerYang Zhang <yang.zhang@arm.com>
Mon, 2 Sep 2013 10:06:45 +0000 (18:06 +0800)
commitf7fc4bf1a2a1ac141a6a7262f9075ab802422831
treed2e510b234be57d5b660be840c4d1d464c733d59
parente32d7415c35f6364c464e1d23426d882eede875c
Make the following changes
 - Add C implementations, doc and test cases for image resize/rotate
 - fix the bug in NEON version of image resize
 - add a header file for external macro definitions
18 files changed:
common/NE10_mask_table.c
common/NE10_mask_table.h
inc/NE10.h
inc/NE10_imgproc.h
inc/NE10_macros.h [new file with mode: 0644]
inc/NE10_types.h
modules/CMakeLists.txt
modules/imgproc/NE10_init_imgproc.c
modules/imgproc/NE10_resize.c [new file with mode: 0644]
modules/imgproc/NE10_resize.neon.s
modules/imgproc/NE10_rotate.c [new file with mode: 0644]
modules/imgproc/NE10_rotate.neon.s
modules/imgproc/test/test_main.c [new file with mode: 0644]
modules/imgproc/test/test_suite_resize.c [new file with mode: 0644]
modules/imgproc/test/test_suite_rotate.c [new file with mode: 0644]
test/CMakeLists.txt
test/include/unit_test_common.h
test/src/unit_test_common.c