Merge changes Ife0d8147,I7d469716,Ic9a5615f into experimental
* changes: Restore SSSE3 subpixel filters in new convolve framework Convert subpixel filters to use convolve framework Add 8-tap generic convolver
No related branches found
No related tags found
Showing
- test/convolve_test.cc 527 additions, 0 deletionstest/convolve_test.cc
- test/test.mk 1 addition, 0 deletionstest/test.mk
- vp9/common/generic/vp9_systemdependent.c 0 additions, 2 deletionsvp9/common/generic/vp9_systemdependent.c
- vp9/common/ppc/vp9_systemdependent.c 0 additions, 1 deletionvp9/common/ppc/vp9_systemdependent.c
- vp9/common/vp9_blockd.h 2 additions, 9 deletionsvp9/common/vp9_blockd.h
- vp9/common/vp9_convolve.c 345 additions, 0 deletionsvp9/common/vp9_convolve.c
- vp9/common/vp9_convolve.h 43 additions, 0 deletionsvp9/common/vp9_convolve.h
- vp9/common/vp9_filter.c 34 additions, 1085 deletionsvp9/common/vp9_filter.c
- vp9/common/vp9_filter.h 9 additions, 2 deletionsvp9/common/vp9_filter.h
- vp9/common/vp9_findnearmv.c 4 additions, 4 deletionsvp9/common/vp9_findnearmv.c
- vp9/common/vp9_reconinter.c 125 additions, 199 deletionsvp9/common/vp9_reconinter.c
- vp9/common/vp9_reconinter.h 4 additions, 2 deletionsvp9/common/vp9_reconinter.h
- vp9/common/vp9_rtcd_defs.sh 15 additions, 127 deletionsvp9/common/vp9_rtcd_defs.sh
- vp9/common/vp9_subpixel.h 0 additions, 20 deletionsvp9/common/vp9_subpixel.h
- vp9/common/x86/vp9_asm_stubs.c 90 additions, 527 deletionsvp9/common/x86/vp9_asm_stubs.c
- vp9/common/x86/vp9_filter_sse2.c 0 additions, 290 deletionsvp9/common/x86/vp9_filter_sse2.c
- vp9/common/x86/vp9_filter_sse4.c 0 additions, 362 deletionsvp9/common/x86/vp9_filter_sse4.c
- vp9/common/x86/vp9_subpixel_mmx.asm 0 additions, 268 deletionsvp9/common/x86/vp9_subpixel_mmx.asm
- vp9/common/x86/vp9_subpixel_sse2.asm 0 additions, 1372 deletionsvp9/common/x86/vp9_subpixel_sse2.asm
- vp9/common/x86/vp9_subpixel_ssse3.asm 0 additions, 1515 deletionsvp9/common/x86/vp9_subpixel_ssse3.asm
Loading
Please register or sign in to comment