Yang Zhang [Mon, 2 Sep 2013 10:06:45 +0000 (18:06 +0800)]
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
Zhongwei Yao [Thu, 22 Aug 2013 06:21:58 +0000 (14:21 +0800)]
update build script to enable building under Mac OS for Android development.
Zhongwei Yao [Thu, 22 Aug 2013 06:20:18 +0000 (14:20 +0800)]
add benchmark result to Android and iOS demo.
Fang Bao [Wed, 26 Jun 2013 07:39:30 +0000 (15:39 +0800)]
Add NEON intrinsic implementation of resize.
NOTE:
The gcc 4.7 is the minimum version advocated for compiling NEON intrinsics.
The intrinsic version will not be compilied because there is a NEON assembly version already.
To enable it, you should:
* Uncommenting the line including NE10_resize.neon.c in modules/CMakeLists.txt
* Commenting the line including NE10_resize.neon.s in modules/CMakeLists.txt
Zhongwei Yao [Tue, 25 Jun 2013 10:21:36 +0000 (18:21 +0800)]
- fix a bug when run command line tests
- add a reasonable check when add platform demo macro in Cmake script
Zhongwei Yao [Mon, 17 Jun 2013 04:19:49 +0000 (12:19 +0800)]
add android demo.
Zhongwei Yao [Sat, 8 Jun 2013 03:04:29 +0000 (11:04 +0800)]
add iOS demo.
Zhongwei Yao [Mon, 3 Jun 2013 04:16:25 +0000 (12:16 +0800)]
add iOS support.
Zhongwei Yao [Fri, 24 May 2013 02:32:41 +0000 (19:32 -0700)]
Merge pull request #53 from projectNe10/dev/zhongwei/android_support_review
update building system to add android support.
Zhongwei Yao [Sun, 7 Apr 2013 03:31:48 +0000 (11:31 +0800)]
update building system to add android support.
yangzhang [Fri, 26 Apr 2013 11:59:28 +0000 (04:59 -0700)]
Merge pull request #52 from projectNe10/dev/yangzhang/imageRotate
add the NEON functions for image rotate
yang01 [Mon, 1 Apr 2013 02:42:37 +0000 (10:42 +0800)]
use ne10 style data types to replace commom style
yang01 [Fri, 29 Mar 2013 08:51:05 +0000 (16:51 +0800)]
add image rotate function(NEON)
yangzhang [Mon, 18 Mar 2013 03:20:28 +0000 (20:20 -0700)]
Merge pull request #48 from projectNe10/dev/yangzhang/imageResizeZoomIn
fix the bug for image zoom in
yang01 [Mon, 18 Mar 2013 03:17:51 +0000 (11:17 +0800)]
fix the bug for image zoom in
yangzhang [Tue, 26 Feb 2013 03:26:28 +0000 (19:26 -0800)]
Merge pull request #47 from projectNe10/dev/yangzhang/imageResize
add image resize functions(NEON version)
yang [Tue, 26 Feb 2013 03:18:07 +0000 (11:18 +0800)]
add image resize functions(NEON version)
yangzhang [Wed, 9 Jan 2013 03:58:24 +0000 (19:58 -0800)]
Merge pull request #42 from projectNe10/dev/yangzhang/documents
build documentation with doxygen
yang [Tue, 8 Jan 2013 05:59:21 +0000 (13:59 +0800)]
change the URL for New BSD License
yang [Tue, 18 Dec 2012 10:47:14 +0000 (18:47 +0800)]
move information of USAGE.txt to documentations of doxygen
yang [Tue, 18 Dec 2012 08:33:59 +0000 (16:33 +0800)]
add notes and image for doxygen
yang [Wed, 12 Dec 2012 08:35:53 +0000 (16:35 +0800)]
build the frame work of documents with doxygen
yang [Wed, 12 Dec 2012 02:49:09 +0000 (10:49 +0800)]
Merge branch 'master' of git://github.com/projectNe10/Ne10 into documents
yang [Wed, 12 Dec 2012 02:46:39 +0000 (10:46 +0800)]
add doxygen files
yangzhang [Tue, 11 Dec 2012 10:26:33 +0000 (02:26 -0800)]
Merge pull request #41 from projectNe10/dev/yangzhang/seatest
build test environment with seatest
yang [Tue, 11 Dec 2012 10:23:35 +0000 (18:23 +0800)]
Merge remote-tracking branch 'origin/master' into seatest
yang [Tue, 11 Dec 2012 10:18:18 +0000 (18:18 +0800)]
remove extra spaces
yangzhang [Tue, 11 Dec 2012 03:52:43 +0000 (19:52 -0800)]
Merge pull request #40 from projectNe10/dev/yangzhang/documents
add functions list to doc
yang [Tue, 11 Dec 2012 03:20:36 +0000 (11:20 +0800)]
add license for seatest files
yang [Mon, 10 Dec 2012 03:44:31 +0000 (11:44 +0800)]
add functions list to doc
yang [Fri, 7 Dec 2012 05:53:33 +0000 (13:53 +0800)]
indent the source code
yang [Fri, 30 Nov 2012 09:05:45 +0000 (17:05 +0800)]
build test environment with seatest
yangzhang [Fri, 23 Nov 2012 05:51:59 +0000 (21:51 -0800)]
Merge pull request #39 from projectNe10/dev/yangzhang/finetune_dsp
Dev/yangzhang/finetune dsp
yang [Fri, 23 Nov 2012 04:02:46 +0000 (12:02 +0800)]
modified the interface of CIFFT for precision
yang [Thu, 22 Nov 2012 02:41:45 +0000 (10:41 +0800)]
modify push operations for stack aligned
yang [Tue, 20 Nov 2012 10:11:07 +0000 (18:11 +0800)]
fine tune dsp functions
1. fine tune FIR function
2. keep stack 8 bytes aligned
3. save D8-15 register
yangzhang [Mon, 29 Oct 2012 08:55:25 +0000 (01:55 -0700)]
Merge pull request #38 from projectNe10/dev/yangzhang/filter
add FIR/IIR functions
1. FIR
2. FIR decimate
3. FIR interpolate
4. FIR lattice
5 FIR sparse
6. IIR lattice
yang [Mon, 29 Oct 2012 08:44:23 +0000 (16:44 +0800)]
add notes " these functions aren't for hard vfpv3 ABI yet"
yang [Mon, 29 Oct 2012 08:38:05 +0000 (16:38 +0800)]
Merge branch 'master' of git://github.com/projectNe10/Ne10
yangzhang [Mon, 29 Oct 2012 07:46:51 +0000 (00:46 -0700)]
Merge pull request #37 from projectNe10/bsd_license
preserve the 2011-12 notice on the files which had this before
yang [Mon, 29 Oct 2012 03:23:28 +0000 (11:23 +0800)]
update the 2011-12 notice
yang [Mon, 29 Oct 2012 02:55:17 +0000 (10:55 +0800)]
preserve the 2011-12 notice on the files which had this before
yang [Fri, 26 Oct 2012 09:53:29 +0000 (17:53 +0800)]
change license headers
yang [Fri, 26 Oct 2012 09:40:35 +0000 (17:40 +0800)]
format accordding to code review
yang [Fri, 26 Oct 2012 06:07:53 +0000 (14:07 +0800)]
Merge branch 'master' of git://github.com/projectNe10/Ne10
yang [Fri, 26 Oct 2012 03:39:33 +0000 (11:39 +0800)]
change compile option to "-O2"
yangzhang [Fri, 26 Oct 2012 03:34:19 +0000 (20:34 -0700)]
Merge pull request #36 from projectNe10/function_rename
add prefix "ne10_" to all the functions
yang [Fri, 26 Oct 2012 03:29:42 +0000 (11:29 +0800)]
add prefix "ne10_" to all the functions
yangzhang [Wed, 24 Oct 2012 08:41:03 +0000 (01:41 -0700)]
Merge pull request #35 from projectNe10/dev/yangzhang/bsd_license
change the license to New BSD License
yang [Wed, 24 Oct 2012 08:34:56 +0000 (16:34 +0800)]
Merge branch 'master' of git://github.com/projectNe10/Ne10 into license
Conflicts:
README.txt
yang [Wed, 24 Oct 2012 07:10:36 +0000 (15:10 +0800)]
remove redundant space
mdupuy [Tue, 23 Oct 2012 22:25:03 +0000 (15:25 -0700)]
Dual license BSD 3 clause
Updating Readme.txt to dual license with BSD 3 clause
yang [Fri, 19 Oct 2012 07:20:39 +0000 (15:20 +0800)]
change the license to New BSD License
yang [Fri, 19 Oct 2012 03:02:42 +0000 (11:02 +0800)]
add fir and iir filter function:
1. fir
2. fir decimate
3. fir interpolate
4. fir lattice
5. fir sparse
6. iir lattice
yangzhang [Wed, 10 Oct 2012 07:05:30 +0000 (00:05 -0700)]
Merge pull request #33 from projectNe10/dev/yangzhang/fft
add complex/real fft functions
yang [Wed, 10 Oct 2012 06:48:18 +0000 (14:48 +0800)]
modified ne10_init function
yang [Wed, 10 Oct 2012 06:29:59 +0000 (14:29 +0800)]
modify macro definition in mask table
yang [Wed, 10 Oct 2012 06:20:54 +0000 (14:20 +0800)]
make the following modification
1. removed arm assembly in C file
2. modified the interface of rfft
yang [Fri, 28 Sep 2012 08:53:15 +0000 (16:53 +0800)]
add notes
yang [Thu, 27 Sep 2012 09:33:17 +0000 (17:33 +0800)]
add CFFT/CIFFT and RFFT/RIFFT functions
yang [Wed, 19 Sep 2012 08:01:02 +0000 (16:01 +0800)]
remove the compile warnings
yang [Thu, 30 Aug 2012 09:50:08 +0000 (17:50 +0800)]
fix issues about Android.mk
yang [Thu, 2 Aug 2012 05:57:50 +0000 (13:57 +0800)]
reorganize the code directory
yang [Tue, 24 Jul 2012 06:40:53 +0000 (14:40 +0800)]
fix bugs in mulcmatvec
yang [Tue, 24 Jul 2012 02:52:04 +0000 (10:52 +0800)]
fix bugs in invmat
yang [Mon, 23 Jul 2012 10:24:57 +0000 (18:24 +0800)]
fix bugs in detmat
yang [Fri, 20 Jul 2012 03:50:26 +0000 (11:50 +0800)]
fix bugs in sub
yang [Fri, 20 Jul 2012 02:58:03 +0000 (10:58 +0800)]
fix bugs in mul
yang [Thu, 19 Jul 2012 09:48:38 +0000 (17:48 +0800)]
fix bugs in dot
yang [Thu, 19 Jul 2012 06:25:27 +0000 (14:25 +0800)]
fix bugs in div
yang [Thu, 19 Jul 2012 03:01:12 +0000 (11:01 +0800)]
fix bug in cross
yang [Thu, 19 Jul 2012 01:49:51 +0000 (09:49 +0800)]
fix bugs in add
yang [Wed, 18 Jul 2012 07:16:31 +0000 (15:16 +0800)]
fix the bugs in abs
1. typo error
2. logic error
yang [Mon, 25 Jun 2012 03:30:48 +0000 (11:30 +0800)]
Merge branch 'master' of github.com:projectNe10/Ne10 into cplusplus
Conflicts:
ReleaseNote.txt
yang [Thu, 21 Jun 2012 06:22:49 +0000 (14:22 +0800)]
allow the NE10 to be used in cplusplus programs
yang [Thu, 21 Jun 2012 02:20:53 +0000 (10:20 +0800)]
use the CMake to implement build system
1. added the CMakeLists.txt for cmake build system
2. added the config.cmake for cross-compiling
3. copy the NE10_test.c to ./test/ directory for test sample
4. updated ReleaseNote
Matthew DuPuy [Thu, 24 May 2012 06:56:30 +0000 (23:56 -0700)]
Merge pull request #21 from projectNe10/dev/raminzaghi-arm/patch0004_03_ABS_bug_fix
Dev/raminzaghi arm/patch0004 03 abs bug fix
Ramin Zaghi [Fri, 11 May 2012 13:13:14 +0000 (13:13 +0000)]
ABS bug fix...
Ramin Zaghi [Wed, 9 May 2012 13:52:20 +0000 (13:52 +0000)]
applied review #127.
Ramin Zaghi [Tue, 8 May 2012 13:06:47 +0000 (13:06 +0000)]
DST==SRC test corrections.
Ramin Zaghi [Tue, 8 May 2012 12:37:02 +0000 (12:37 +0000)]
added the new DST==SRC test case to the cross routine.
Ramin Zaghi [Tue, 8 May 2012 12:28:06 +0000 (12:28 +0000)]
Added header files for cross and dot that were not added to the public repo initially.
Ramin Zaghi [Thu, 10 May 2012 14:20:19 +0000 (14:20 +0000)]
applied review #126
Ramin Zaghi [Wed, 9 May 2012 13:47:27 +0000 (13:47 +0000)]
applied review #126
Ramin Zaghi [Tue, 8 May 2012 15:51:53 +0000 (15:51 +0000)]
bug fix.
Ramin Zaghi [Tue, 8 May 2012 11:10:30 +0000 (11:10 +0000)]
added the DST==SRC condition test case to all the applicable units..
David Butcher [Wed, 11 Apr 2012 11:42:13 +0000 (12:42 +0100)]
Adding missing header file
David Butcher [Wed, 11 Apr 2012 09:24:14 +0000 (10:24 +0100)]
Correction to nightly.pl
David Butcher [Wed, 11 Apr 2012 09:11:57 +0000 (10:11 +0100)]
Fixes to test script
* Standalone operation (ignore absence of .git directory)
* Proper final summary at end of nightly.pl
David Butcher [Tue, 10 Apr 2012 13:01:16 +0000 (14:01 +0100)]
Fix to release note information about known limitations
David Butcher [Tue, 10 Apr 2012 10:39:46 +0000 (11:39 +0100)]
Updated release note for Release candidate
dbutcher-arm [Tue, 10 Apr 2012 09:42:04 +0000 (02:42 -0700)]
Merge pull request #18 from projectNe10/dev/dbutcher/makefile_cleaning
Updated AOSP Makefile, cleaned native Makefile
David Butcher [Fri, 6 Apr 2012 17:04:13 +0000 (18:04 +0100)]
Updated AOSP Makefile, cleaned native Makefile
* Adding new files to the AOSP build
* Made the default makefile a little more readable
Matthew Du Puy [Thu, 5 Apr 2012 20:52:00 +0000 (13:52 -0700)]
Ignore OS X meta data
dbutcher-arm [Thu, 5 Apr 2012 18:35:53 +0000 (11:35 -0700)]
Merge pull request #17 from projectNe10/dev/raminzaghi-arm/patch0003_06_transindent
Dev/raminzaghi arm/patch0003 06 transindent
dbutcher-arm [Thu, 5 Apr 2012 18:35:31 +0000 (11:35 -0700)]
Merge pull request #16 from projectNe10/dev/raminzaghi-arm/patch0003_05_invmat
Dev/raminzaghi arm/patch0003 05 invmat
dbutcher-arm [Thu, 5 Apr 2012 18:35:07 +0000 (11:35 -0700)]
Merge pull request #15 from projectNe10/dev/raminzaghi-arm/patch0003_04_detmat
Dev/raminzaghi arm/patch0003 04 detmat
dbutcher-arm [Thu, 5 Apr 2012 18:34:47 +0000 (11:34 -0700)]
Merge pull request #14 from projectNe10/dev/raminzaghi-arm/patch0003_03_mulcmatvec
Dev/raminzaghi arm/patch0003 03 mulcmatvec
dbutcher-arm [Thu, 5 Apr 2012 18:34:26 +0000 (11:34 -0700)]
Merge pull request #13 from projectNe10/dev/raminzaghi-arm/patch0003_02_mulmat
Dev/raminzaghi arm/patch0003 02 mulmat
dbutcher-arm [Thu, 5 Apr 2012 18:33:35 +0000 (11:33 -0700)]
Merge pull request #12 from projectNe10/dev/raminzaghi-arm/patch0003_01_addmat_submat
Dev/raminzaghi arm/patch0003 01 addmat submat