-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3204 from matt335672/update_librfxcodec
Update librfxcodec
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule librfxcodec
updated
14 files
+7 −0 | configure.ac | |
+4 −0 | include/rfxcodec_encode.h | |
+20 −0 | simd-notes.txt | |
+6 −0 | src/Makefile.am | |
+25 −0 | src/neon/Makefile.am | |
+106 −0 | src/neon/rfxencode_diff_count_neon.c | |
+28 −0 | src/neon/rfxencode_diff_count_neon.h | |
+697 −0 | src/neon/rfxencode_dwt_shift_rem_neon.c | |
+30 −0 | src/neon/rfxencode_dwt_shift_rem_neon.h | |
+1 −0 | src/rfxcommon.h | |
+29 −11 | src/rfxencode.c | |
+3 −3 | src/rfxencode_dwt_shift_rem_common.h | |
+7 −11 | src/sse2/rfxencode_dwt_shift_rem_sse2.c | |
+5 −1 | src/sse2/rfxencode_dwt_shift_rem_sse2.h |