Sign in
aomedia
/
avm
/
102c8652f7951855ce95eb66687364506246e54e
/
test
/
lpf_test.cc
2680275
rename the simd function name to reflect the number of taps used.
by Ryan
· 7 years ago
d6a7dd1
SSE2 optimization for lpf 16_dual implementations
by Maxym Dmytrychenko
· 7 years ago
8ec5c07
Remove two more LPF macros
by Yaowu Xu
· 7 years ago
6d0ed3e
Remove CONFIG_PARALLEL_DEBLOCKING
by Yaowu Xu
· 7 years ago
e33f581
SSE2 optimizations for _16 highbd lpf functions
by Maxym Dmytrychenko
· 7 years ago
ae6e6bc
SSE2 optimizations for _6/_16 lowbd lpf functions
by Maxym Dmytrychenko
· 7 years ago
123e8a6
adopt some clang 5.0.0 formatting
by Johann
· 7 years ago
d3e7c68
Remove the use of macro "CONFIG_HIGHBITDEPTH"
by Yaowu Xu
· 7 years ago
360c491
lpf_test: correct threshold ranges
by James Zern
· 7 years ago
684b7bd
Unify highbd loopfilter function names
by James Zern
· 7 years ago
989c5cb
Rename test/lpf_8_test.cc to test/lpf_test.cc
by James Zern
· 7 years ago
[Renamed from test/lpf_8_test.cc]
1dbe80b
Unify loopfilter function names
by James Zern
· 7 years ago
5b0f0b8
Remove duplicates in Loop8Test6Param and Loop8Test9Param
by Linfeng Zhang
· 9 years ago
e68e6b7
Update Loop8Test{6,9}Param to test filter8()
by Linfeng Zhang
· 9 years ago
bda536a
Disable wide filter unit tests in deblock_13tap mode
by Ola Hugosson
· 7 years ago
ea8a0d5
Lowbd parallel_deblocking sse2 optimization
by Yi Luo
· 8 years ago
6f5569f
Highbd parallel_deblocking sse2 optimization
by Yi Luo
· 8 years ago
6ae0054
Highbd loop filter AVX2
by Yi Luo
· 8 years ago
2c6ca5f
enable parallel_deblocking experiment by default
by Ryan Lei
· 8 years ago
1fd7105
lpf_8_test: Use static arrays for test params
by Yaowu Xu
· 8 years ago
71e8784
Homogenize configuration option name.
by Sebastien Alaiwan
· 8 years ago
7a07ece
Include googletest cmake support.
by Tom Finegan
· 8 years ago
17ce8b1
Remove file base name collisions.
by Tom Finegan
· 8 years ago
88a03bb
Fix warnings reported by -Wshadow: Part3: test/ directory
by Urvang Joshi
· 8 years ago
2ab7ff0
Change to use AOM copyright notice
by Yaowu Xu
· 9 years ago
f883b42
Port renaming changes from AOMedia
by Yaowu Xu
· 9 years ago
c27fc14
Port folder renaming changes from AOM
by Yaowu Xu
· 9 years ago
3a826f1
test/: apply clang-format
by clang-format
· 9 years ago
3fa28d5
More vp8/vp9 clean up
by Yaowu Xu
· 9 years ago
4b5e462
Upgrade vpx_lpf_{vertical,horizontal}_4 mmx to sse2
by Linfeng Zhang
· 9 years ago
67c4c82
VPX: loopfilter_mmx.asm using x86inc 2
by Scott LaVarnway
· 9 years ago
9aa083d
Revert "VPX: loopfilter_mmx.asm using x86inc"
by James Zern
· 9 years ago
15ecdc3
VPX: loopfilter_mmx.asm using x86inc
by Scott LaVarnway
· 9 years ago
3ea537c
lpf_8_test: remove unneeded function wrapper
by James Zern
· 9 years ago
9b44d9d
split vpx_highbd_lpf_horizontal_16 in two
by James Zern
· 9 years ago
1b519fb
split vpx_lpf_horizontal_16 in two
by James Zern
· 9 years ago
e7a23d7
vpx_highbd_lpf_horizontal_4: remove unused count param
by James Zern
· 9 years ago
5171857
vpx_highbd_lpf_horizontal_8: remove unused count param
by James Zern
· 9 years ago
3c1019e
vpx_highbd_lpf_vertical_4: remove unused count param
by James Zern
· 9 years ago
72a9f06
vpx_highbd_lpf_vertical_8: remove unused count param
by James Zern
· 9 years ago
b1e97c6
vpx_lpf_horizontal_4: remove unused count param
by James Zern
· 9 years ago
bd5a5bb
vpx_lpf_horizontal_8: remove unused count param
by James Zern
· 9 years ago
109a47b
vpx_lpf_vertical_4: remove unused count param
by James Zern
· 9 years ago
3722574
vpx_lpf_vertical_8: remove unused count param
by James Zern
· 9 years ago
47dee37
lpf_8_test: add missing dspr2 tests
by James Zern
· 9 years ago
4fec4a8
lpf_8_test: add missing vpx_lpf_horizontal_4 tests
by James Zern
· 9 years ago
c3f2c8a
lpf_8_test: add missing vpx_lpf_vertical_4 tests
by James Zern
· 9 years ago
45a7b5e
lpf_8_test: simplify function wrapper generation
by James Zern
· 9 years ago
f642ee8
Enable missing dual lpf test
by Johann
· 10 years ago
097d59c
Cosmetics - Fix header file order in unit tests
by Jingning Han
· 10 years ago
2992739
Rename loop filter function from vp9_ to vpx_
by Jingning Han
· 10 years ago
50adfdf
Migrate loop filter functions from vp9/ to vpx_dsp/
by Jingning Han
· 10 years ago
d43fd99
mips msa vp9 loopfilter 4, 8 optimization
by Parag Salasakar
· 10 years ago
914f8f9
mips msa vp9 loopfilter 16 optimization
by Parag Salasakar
· 10 years ago
fd3658b
replace DECLARE_ALIGNED_ARRAY w/DECLARE_ALIGNED
by James Zern
· 10 years ago
f58011a
vpx_mem: remove vpx_memset
by James Zern
· 10 years ago
4e73e4b
Test loopfilters with count=2
by Ed Baker
· 10 years ago
377b668
Disable vp9 _8_ loopfilters
by Johann
· 10 years ago
fca0037
Add missing tests for neon _16_ filters
by Johann
· 10 years ago
aeeaa67
VP9 common for ARMv8 by using NEON intrinsics 15
by James Yu
· 11 years ago
5b098b1
VP9 common for ARMv8 by using NEON intrinsics 01
by James Yu
· 11 years ago
072ed17
Loop filter test fix
by Deb Mukherjee
· 10 years ago
3063193
acm_random: provide full range for Rand8()
by James Zern
· 10 years ago
27dce0f
Test name changes to use SSE/SSE2 exactly
by Deb Mukherjee
· 10 years ago
86175a5
WORKAROUND FIX FOR GCC4.9.1
by levytamar82
· 10 years ago
931ed51
High bit-depth loop/arf/postproc filter functions
by Deb Mukherjee
· 11 years ago