Restore SSSE3 subpixel filters in new convolve framework
This commit adds the 8 tap SSSE3 subpixel filters back into the code underneath the convolve API. The C code is still called for 4x4 blocks, as well as compound prediction modes. This restores the encode performance to be within about 8% of the baseline. Change-Id: Ife0d81477075ae33c05b53c65003951efdc8b09c
Showing
- test/convolve_test.cc 40 additions, 3 deletionstest/convolve_test.cc
- vp9/common/vp9_rtcd_defs.sh 3 additions, 3 deletionsvp9/common/vp9_rtcd_defs.sh
- vp9/common/x86/vp9_asm_stubs.c 129 additions, 0 deletionsvp9/common/x86/vp9_asm_stubs.c
- vp9/common/x86/vp9_subpixel_8t_ssse3.asm 550 additions, 0 deletionsvp9/common/x86/vp9_subpixel_8t_ssse3.asm
- vp9/vp9_common.mk 1 addition, 0 deletionsvp9/vp9_common.mk
Loading
Please register or sign in to comment