Modify convolve function prototype
This patch modified convolve function prototype. The temp buffer used in convolve function is already available in conv_params, which doesn't need to be passed in. Instead, pass in the destination buffer so that the result can be written in the destination directly for single ref case. More patch will be followed. Change-Id: Ib28dc3ba5783a1034c70570d78fa8c8af7cbed7c
parent
5891f98f
No related branches found
No related tags found
Showing
- av1/common/av1_rtcd_defs.pl 6 additions, 6 deletionsav1/common/av1_rtcd_defs.pl
- av1/common/convolve.c 78 additions, 106 deletionsav1/common/convolve.c
- av1/common/x86/convolve_2d_avx2.c 5 additions, 1 deletionav1/common/x86/convolve_2d_avx2.c
- av1/common/x86/convolve_2d_sse2.c 16 additions, 4 deletionsav1/common/x86/convolve_2d_sse2.c
- av1/common/x86/convolve_2d_sse4.c 5 additions, 1 deletionav1/common/x86/convolve_2d_sse4.c
- av1/common/x86/convolve_sse2.c 12 additions, 4 deletionsav1/common/x86/convolve_sse2.c
- test/av1_convolve_2d_test_util.cc 9 additions, 9 deletionstest/av1_convolve_2d_test_util.cc
- test/av1_convolve_2d_test_util.h 1 addition, 1 deletiontest/av1_convolve_2d_test_util.h
Loading
Please register or sign in to comment