Sign in
aomedia
/
avm
/
7fe9ce5daa3208dad0a8480c5b11e90e9745e5f7
/
test
4fc8df6
Cleanup dead high-bitdepth inverse-tx functions
by Frederic Barbier
· 8 years ago
3fcb356
Update partial inverse DCT according to VP9
by Yi Luo
· 8 years ago
ff4fa06
Add the motion vector unit test
by Yunqing Wang
· 8 years ago
4a2e3b2
remove remaining refs to aom_highbd_idct8x8_64_add
by James Zern
· 8 years ago
c756e4d
Cleanup dead high-bitdepth inverse-tx functions
by Frederic Barbier
· 8 years ago
032573d
Cleanup: remove const
by Yaowu Xu
· 8 years ago
c3bcf3b
Intra prediction: Remove unused variants.
by Urvang Joshi
· 8 years ago
4ff59b5
Cleanup: Remove const for params passed by value
by Yaowu Xu
· 8 years ago
3d0135f
EndToEndTest : split into tests that runs per commit and nightly.
by Jim Bankoski
· 8 years ago
57ec566
test-data.mk: correct dependency for encode-perf-tests
by James Zern
· 8 years ago
b472a94
test-data.mk : Fix inadvertent use of LIBVPX instead of LIBAOM.
by Jim Bankoski
· 8 years ago
775a4be
Correct row padding to avoid overflow in all cases.
by Sean Purser-Haskell
· 8 years ago
9aeaeb7
tests: use scoped_ptr for local video source vars
by James Zern
· 8 years ago
c6a48a2
Drop support for CONFIG_EMULATE_HARDWARE
by Sebastien Alaiwan
· 8 years ago
2874430
intrabc: Add initial skeleton
by Alex Converse
· 8 years ago
d8cd55f
ext_tile: add 2 tile encoding modes
by Yunqing Wang
· 8 years ago
8625112
test-data: restrict large yuv to perf tests
by James Zern
· 8 years ago
a57f77f
Fix array bounds overflow in warped test.
by Sean Purser-Haskell
· 8 years ago
a4d8799
Move width branch out of height loop
by Yi Luo
· 8 years ago
8082614
Remove rt deadline.
by Thomas Daede
· 8 years ago
de45e15
Fix cmake build.
by Tom Finegan
· 8 years ago
18c6634
Fix CONFIG_FILTER_INTRA in the cmake build.
by Tom Finegan
· 8 years ago
43edb7b
Avoid invalid parameter combinations in CLPF test
by Steinar Midtskogen
· 8 years ago
1b2b739
Add s8 -> s16 unpack instrinsics
by Steinar Midtskogen
· 8 years ago
71e8784
Homogenize configuration option name.
by Sebastien Alaiwan
· 8 years ago
7e32a4c
Fix high bit-depth transform unit test failure
by Jingning Han
· 8 years ago
e3bc0da
Change parameter limit to be <1, not <=1. This saves a bit.
by Sean Purser-Haskell
· 8 years ago
27f6e66
Reduce precision of shear parameters to 16 bits
by Debargha Mukherjee
· 8 years ago
521383a
Add SSSE3 highbd warp filter
by David Barker
· 8 years ago
2bcf280
Prepare for vectorizing highbd warp filter
by David Barker
· 8 years ago
57338fc
Support CONFIG_WARPED_MOTION in the cmake build.
by Tom Finegan
· 8 years ago
0a4ef08
Add install rule to cmake build.
by Tom Finegan
· 8 years ago
05d9f53
test/test.cmake: fix parse error
by James Zern
· 8 years ago
8ff52fc
CDEF: Add damping to dering
by Steinar Midtskogen
· 8 years ago
05a12ea
Refactored warp_filter_test to allow reuse by external tests.
by Sean Purser-Haskell
· 8 years ago
c1a1399
Exclude decode_to_md5 test from examples.sh.
by Thomas Davies
· 8 years ago
eb64972
Enable new_tokenset by default and fix experiment compatibility.
by Thomas Davies
· 8 years ago
1d4568c
od_filter_dering_direction() no longer returns the total change
by Jean-Marc Valin
· 8 years ago
493623e
Enable ec_adapt by default and fix experiment compatibilities.
by Thomas Davies
· 8 years ago
f8abdb0
Improve unit tests for CDEF
by Steinar Midtskogen
· 8 years ago
34c8038
CLPF unit test: Only test damping values that are actually used
by Steinar Midtskogen
· 8 years ago
6033fb8
Add v64_abs_s8, v128_abs_s8 and v256_abs_s8
by Steinar Midtskogen
· 8 years ago
9b8444a
Add v64_ssub_u16, v128_ssub_u16 and v256_ssub_u16
by Steinar Midtskogen
· 8 years ago
bea96c5
Make CLPF unit test try all dampings
by Steinar Midtskogen
· 8 years ago
13d2aee
Add the missing IDTX type optimization to hybrid txfm
by Yi Luo
· 8 years ago
19e0c4b
update md5 to reflect bitstream change
by Yaowu Xu
· 8 years ago
9d24735
High bit depth inter prediction filter AVX2
by Yi Luo
· 8 years ago
9a3d29e
Add SSE2 av1_fht32x32
by Yi Luo
· 8 years ago
e5034e3
clpf_test: mark TestSpeed disabled
by James Zern
· 8 years ago
22c0d57
dering_test: mark TestSpeed disabled
by James Zern
· 8 years ago
8036058
Enable/disable unit tests correctly in decoder-only build case
by Yunqing Wang
· 8 years ago
4c5b020
Make aom_sum_squares_2d_i16 take width and height parameters.
by Alex Converse
· 8 years ago
dfad2b1
Add unit tests for SIMD optimised dering functions
by Steinar Midtskogen
· 8 years ago
b8ff6aa
Add SIMD support for CDEF dering for sse2/ssse3 and neon
by Steinar Midtskogen
· 8 years ago
b8e6f2c
Add unit tests for vertically restricted CLPF
by Steinar Midtskogen
· 8 years ago
73aa77c
Increase parallelism in CLPF SIMD
by Steinar Midtskogen
· 8 years ago
099220b
Fix a buffer over-read
by Yaowu Xu
· 8 years ago
a04cd93
Fix spelling error in the ISA extension prefix
by Steinar Midtskogen
· 8 years ago
86437ef
Add testing for subsampling in warping function
by Sarah Parker
· 8 years ago
f47f6ff
Flip binary_codes_test off when ANS is turned on.
by Alex Converse
· 8 years ago
47748b5
Adds binary code lib for coding various symbols
by Debargha Mukherjee
· 8 years ago
929e806
Fix cut&paste bug in the CLPF unit tests
by Steinar Midtskogen
· 8 years ago
b754ec3
Fix an alignment issue in the CLPF unit test
by Steinar Midtskogen
· 8 years ago
3b96b76
test/decode_test_driver: rm unused deadline member
by James Zern
· 8 years ago
1f89d0f
Fix CLPF test to avoid looking outside the frame
by Jean-Marc Valin
· 8 years ago
d280a84
Remove boundary checks in CLPF
by Steinar Midtskogen
· 8 years ago
6eca835
Remove "best" deadline parameter from aomenc.
by Thomas Daede
· 8 years ago
7d53271
Make input buffers for intrinsics testing uint8_t
by Steinar Midtskogen
· 8 years ago
7e08ac3
Fix two bugs in highbitdepth self-guided filter
by David Barker
· 8 years ago
eb10b75
Add neon simd tests to cmake test target.
by Tom Finegan
· 8 years ago
c16e044
Disable intrinsics unit tests if optimisations are disabled
by Steinar Midtskogen
· 8 years ago
6c79576
Fix ubsan warnings
by Steinar Midtskogen
· 8 years ago
1f40e22
Reduce scope of local variable
by Sebastien Alaiwan
· 8 years ago
7889e5f
Don't indent the 'normal' case
by Sebastien Alaiwan
· 8 years ago
13f77be
Group TX by sizes
by Sebastien Alaiwan
· 8 years ago
93d44fb
Reduce size in FrameSizeTests for 32-bit arch
by Yaowu Xu
· 8 years ago
1e6f24d
Simplify test: avoid dynamic memory allocation
by Sebastien Alaiwan
· 8 years ago
1bc3046
Simplify list of functions to test
by Sebastien Alaiwan
· 8 years ago
c3f5bd1
Align memory allocation for SIMD operations
by Yaowu Xu
· 8 years ago
3260480
Update golden MD5 in decode_to_md5 test.
by Urvang Joshi
· 8 years ago
bcc5535
Fix self-guided filter tests
by David Barker
· 8 years ago
ee7ee7f
SMOOTH_PRED: Use get_msb() to get log2 of block dimension.
by Urvang Joshi
· 8 years ago
4d2af5d
Add SSE4.1 highbitdepth self-guided filter
by David Barker
· 8 years ago
7e9f59e
Avoid out-of-range memory access
by Yaowu Xu
· 8 years ago
506eb72
Make encoder use vectorized self-guided filter
by David Barker
· 8 years ago
5765fad
Handle non-multiple-of-4 widths in SSE4.1 self-guided filter
by David Barker
· 8 years ago
6d2f3c2
Fix some potential warnings on unused functions and implicit cast
by Steinar Midtskogen
· 8 years ago
2f103aa
Disable sse2 for inverse tx with emulate-hardware
by Sarah Parker
· 8 years ago
ce110cc
Vectorize self-guided filter
by David Barker
· 8 years ago
4f7e104
Add test data download support to the cmake build.
by Tom Finegan
· 8 years ago
c20176e
Remove ASM_REGISTER_STATE_CHECK when testing v64/v128/v256 intrinsics
by Steinar Midtskogen
· 8 years ago
8d8638a
Use 3-tap spatial filter in FILTER_INTRA experiment
by Yue Chen
· 8 years ago
8c636c1
simd_cmp_impl,TestSimd*Arg: break on failure
by James Zern
· 8 years ago
4db04d3
Move cmake build setup for testing into test/test.cmake.
by Tom Finegan
· 8 years ago
0a2c0cb
Let hbd conv func be flexible
by Angie Chiang
· 8 years ago
8176081
SMOOTH_PRED: Use 12-bit multiplications instead of 18-bit.
by Urvang Joshi
· 8 years ago
8c019d5
Test average in av1_convolve_horiz/vert
by Angie Chiang
· 8 years ago
a60da3b
Use buffer vector to manage input/output buffer
by Angie Chiang
· 8 years ago
dd1ca30
Reimplement av1_convolve unit test
by Angie Chiang
· 8 years ago
0143513
Merging the dering and clpf experiments into a single experiment: CDEF
by Jean-Marc Valin
· 8 years ago
Next »