index
:
libvpx.git
riscv64_android_optimization
Unnamed repository; edit this file 'description' to name the repository.
Yuuta Liang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
convolve_test.cc
Age
Commit message (
Expand
)
Author
2023-04-12
convolve_test: clear -Wshadow warning
James Zern
2022-04-22
vp9[loongarch]: Optimize convolve8_avg_vert/convolve_copy
yuanhecai
2022-03-31
vp9[loongarch]: Optimize vpx_convolve8_avg_horiz_c
yuanhecai
2022-03-16
vp9[loongarch]: Optimize convolve/convolve8_avg_c
yuanhecai
2022-03-16
vp9[loongarch]: Optimize convolve8_horiz/vert/c
yuanhecai
2020-07-27
NULL -> nullptr in CPP files
Jerome Jiang
2020-07-09
test/*: rename *TestCase to TestSuite
James Zern
2020-06-18
update googletest to v1.10.0
James Zern
2019-09-30
namespace ARCH_* defines
James Zern
2019-03-29
update .clang-format for version clang-7.0.1 update.
Hien Ho
2019-01-11
convolve_test: Add missing init of HBD buffers
James Zern
2018-12-07
test/*: use std::*tuple
James Zern
2018-11-21
Fix scan_build warnings in convolve_test.cc
Angie Chiang
2018-11-19
Fix scan_build warnings in convolve_test.cc
Angie Chiang
2018-10-17
Add SSE2 support for 4-tap interpolation filter for width 16.
chiyotsai
2018-10-16
Fix the filter tap calculation in mips optimizations
Yunqing Wang
2018-10-15
A temporary fix to mips sub-pel filters
Yunqing Wang
2018-10-09
Use 4-tap interp filter in speed 1 sub-pel motion search
Yunqing Wang
2018-04-25
vp9: [loongson] optimize vpx_convolve8 with mmi
guxiwei-hf@loongson.cn
2018-03-29
Merge "test: use testing::*tuple instead of std::tr1"
James Zern
2018-03-28
test: use testing::*tuple instead of std::tr1
James Zern
2018-03-28
vp9: [loongson] optimize vpx_convolve8 with mmi.
gxw
2018-03-22
Fix dangling-else warnings
Linfeng Zhang
2017-11-29
mips msa optimize vpx_scaled_2d function
Kaustubh Raste
2017-10-24
Optimize convolve8 SSSE3 and AVX2 intrinsics
Kyle Siefring
2017-10-17
Merge "Generalize CheckScalingFiltering in ConvolveTest"
Linfeng Zhang
2017-10-10
Generalize CheckScalingFiltering in ConvolveTest
Linfeng Zhang
2017-10-09
Extend 16 wide AVX2 convolve8 code to support averaging.
Kyle Siefring
2017-10-07
Add AVX2 version of vpx_convolve8_avg.
Kyle Siefring
2017-10-03
Refactor x86/vpx_subpixel_8t_intrin_ssse3.c
Linfeng Zhang
2017-09-26
Add vpx_scaled_2d_neon()
Linfeng Zhang
2017-09-05
Remove get_filter_base() and get_filter_offset() in convolve
Linfeng Zhang
2017-05-03
High bit depth inter prediction horizontal/vertical filters AVX2
Yi Luo
2017-05-02
ppc: Add convolve8_vsx and convolve8_avg_vsx
Luca Barbato
2017-05-02
ppc: Add convolve8_avg_vert_vsx
Luca Barbato
2017-05-02
ppc: Add convolve8_vert
Luca Barbato
2017-05-02
ppc: Add convolve8_horiz_avg
Luca Barbato
2017-05-02
ppc: Add convolve8_horiz
Luca Barbato
2017-04-29
ppc: Add convolve_avg
Luca Barbato
2017-04-29
ppc: Add convolve_copy
Luca Barbato
2017-04-25
Update highbd convolve functions arguments to use uint16_t src/dst
Linfeng Zhang
2017-04-19
Clean CONVERT_TO_BYTEPTR/SHORTPTR in convolve
Linfeng Zhang
2017-04-14
Add AVX2 optimization to copy/avg functions
Yi Luo
2016-10-17
add vpx high bitdepth convolve8 NEON intrinsics optimization
Linfeng Zhang
2016-10-13
add vpx_highbd_convolve_{copy,avg}_neon()
Linfeng Zhang
2016-09-29
Refine vpx_convolve_copy_neon() and vpx_convolve_avg_neon()
Linfeng Zhang
2016-09-27
Clean convolve_test.cc
Linfeng Zhang
2016-08-05
test: apply clang-tidy google-readability-braces-around-statements
clang-format
2016-07-27
test: apply clang-format
clang-format
2016-07-01
Merge changes I59a11921,I296a0b81,I397d7753
Johann Koenig
[next]