Sign in
aomedia
/
aom
/
9c5b10885b169713036f1e8438b51cc70bd26b66
/
test
2439e32
Refactor warp_filter_test_util
by Angie Chiang
· 8 years ago
93b543a
Remove ALT_INTRA flag.
by Urvang Joshi
· 8 years ago
ec329ee
Fix integer overflow in warp filter test
by Angie Chiang
· 8 years ago
2cb52ba
Add CONFIG_DAALA_DCT32 experiment.
by Monty Montgomery
· 8 years ago
30f0e15
Remove special ANS initialization handling
by Alex Converse
· 8 years ago
5978212
Add experiment CONFIG_CDEF_SINGLEPASS: Make CDEF single pass
by Steinar Midtskogen
· 8 years ago
7496d66
Coding path sync: filter packets from encoder.
by Angie Chiang
· 8 years ago
c6300aa
Remove PALETTE flag
by Urvang Joshi
· 8 years ago
6ae0054
Highbd loop filter AVX2
by Yi Luo
· 8 years ago
05fb42f
Move build guard to the build system
by Sebastien Alaiwan
· 8 years ago
d9e0e0b
Add additional txfm config check
by Angie Chiang
· 8 years ago
9c7089a
Add txfm config test
by Angie Chiang
· 8 years ago
15a1122
Follow coding style naming conventions
by Sebastien Alaiwan
· 8 years ago
d2db658
Add rect txfm unit tests
by Angie Chiang
· 8 years ago
665e05d
Fix CONFIG_FILTER_INTRA builds with CMake.
by Tom Finegan
· 8 years ago
1870382
AOM_QM: use SIMD for flat matrices and re-enable tests.
by Thomas Davies
· 8 years ago
92d5023
Fix CONFIG_AOM_QM builds with CMake.
by Tom Finegan
· 8 years ago
1d17918
Fix CONFIG_ANS builds with CMake.
by Tom Finegan
· 8 years ago
f902388
test.cmake: fix av1_convolve_2d_test* logic
by James Zern
· 8 years ago
e47125e
Fix ConvolveRoundTest
by Angie Chiang
· 8 years ago
04f7d13
Partially re-enable the coding path sync test
by Sebastien Alaiwan
· 8 years ago
94de0aa
CDEF cleanup
by Steinar Midtskogen
· 8 years ago
3cb5e39
Add ASM_REGISTER_STATE_CHECK to ConvolveRoundTest
by Angie Chiang
· 8 years ago
c60a4b4
Add w,h information in convolve_round_test
by Angie Chiang
· 8 years ago
9f65bd5
Fix integer overflow in AV1Convolve2DTest
by Angie Chiang
· 8 years ago
708e08b
Add a cast to avoid a Visual Studio build warning
by Zoe Liu
· 8 years ago
b6a3175
Unified warp_affine and warp_affine_post_round
by Peter de Rivaz
· 8 years ago
cb9c1c5
Add CONFIG_DAALA_DCT16 experiment.
by Monty Montgomery
· 8 years ago
7346ca1
Fix convolve_round's compile error
by Angie Chiang
· 8 years ago
cf18fe4
Add CONFIG_DAALA_DCT8 experiment.
by Monty Montgomery
· 8 years ago
2c6ca5f
enable parallel_deblocking experiment by default
by Ryan Lei
· 8 years ago
4fe940a
Avoid explicit memory management
by Sebastien Alaiwan
· 8 years ago
4f345189
Remove dead VP8 test file
by Sebastien Alaiwan
· 8 years ago
27319b6
Unify FWD_TXFM_PARAM and INV_TXFM_PARAM
by Lester Lu
· 8 years ago
88ea635
Fix CMake shared library build.
by Tom Finegan
· 8 years ago
8b730a5
Avoid use of 'assert' in unit tests
by Sebastien Alaiwan
· 8 years ago
df971aa
Remove dead file
by Sebastien Alaiwan
· 8 years ago
d98661c
selfguided_filter_test: Remove unnecessary memset.
by Urvang Joshi
· 8 years ago
284653e
Treat test sources that do not contain instrinsics normally.
by Tom Finegan
· 8 years ago
d5aff9d
Report status when test_runner.cmake completes.
by Tom Finegan
· 8 years ago
ed9e0d0
Unify the many definitions of NELEMENTS
by Sebastien Alaiwan
· 8 years ago
eeb08a9
Make EXT_TILE compatible with TILE_GROUPS
by Yunqing Wang
· 8 years ago
14cb860
Add coding path sync test
by Sebastien Alaiwan
· 8 years ago
04cef49
Speed up convolve_round post-rounding by avx2
by Yi Luo
· 8 years ago
02078a3
Add CONFIG_DAALA_DCT4 experiment.
by Monty Montgomery
· 8 years ago
9a04879
Allow control of test data path via CMake.
by Tom Finegan
· 8 years ago
6a00268
Fix compile errors in quantize_func_test.cc on macos targets.
by Tom Finegan
· 8 years ago
4ee9300
dct tests: quiet unused param warnings
by James Zern
· 8 years ago
e0f3a75
inv_txfm accuracy test: use right cos_bit precision
by Sebastien Alaiwan
· 8 years ago
69f2ada
idct tests: rename member variable
by Sebastien Alaiwan
· 8 years ago
7256eb5
idct tests: simplify function pointer
by Sebastien Alaiwan
· 8 years ago
fef2fa7
tx tests: avoid dynamic memory allocation
by Sebastien Alaiwan
· 8 years ago
6c933e1
av1_inv_txfm2d_test: Remove suffix on local variable name
by Sebastien Alaiwan
· 8 years ago
073590e
Disable lpf across tile in AV1ExtTileTest
by Yaowu Xu
· 8 years ago
d8b1ddc
Signature changes for the LGT experiment
by Lester Lu
· 8 years ago
e4c6fc1
Encode superframes in front
by Sebastien Alaiwan
· 8 years ago
7a6e87b
Reduce scope of temporary arrays
by Sebastien Alaiwan
· 8 years ago
b5138be
Avoid dynamic memory allocation
by Sebastien Alaiwan
· 8 years ago
f7829f4
Reduce scope of 'count_'
by Sebastien Alaiwan
· 8 years ago
910f479b
simd_cmp_impl,S64_V256V256: use correct store fn
by James Zern
· 8 years ago
8a65f9f
Fix unit tests with --disable-lowbitdepth
by Sebastien Alaiwan
· 8 years ago
24d565b
Cleanup dead inv-txfm functions in HBD data path
by Frederic Barbier
· 8 years ago
d7b2be7
Remove references to a previously removed variable
by Yaowu Xu
· 8 years ago
bd99b38
Pass mbmi into get_scan()
by Angie Chiang
· 8 years ago
d598f04
variance_test: move Subpel* from tuples to TestParams
by James Zern
· 8 years ago
d2a74d6
Add missing dependency to CMake test object libraries
by Tom Finegan
· 8 years ago
193422e
Add avx2 highbd_quantize_b
by Yi Luo
· 8 years ago
a9b275f
variance_test: Use static arrays for test params
by James Zern
· 8 years ago
7184065
subtract_test: Use static arrays for test params
by James Zern
· 8 years ago
ff766cd
Make sure Python is present before pulling in gtest.
by Tom Finegan
· 8 years ago
6faf349
Add high bit depth fast path quantizer avx2
by Yi Luo
· 8 years ago
84f2d79
Add shared library support to the CMake build.
by Tom Finegan
· 8 years ago
81b2e50
Pass conv_params into warp-related functions
by Angie Chiang
· 8 years ago
1fd7105
lpf_8_test: Use static arrays for test params
by Yaowu Xu
· 8 years ago
acca889
Fix tile independency unit test
by Jingning Han
· 8 years ago
db252a4
Fix ext-tile unit test
by Jingning Han
· 8 years ago
d561ead
Add avx2 fast path quantizer 32x32
by Yi Luo
· 8 years ago
871d2ca
Exclude tests of API internals from CMake shared lib builds.
by Tom Finegan
· 8 years ago
3613c51
Sync CMake build with the configure build.
by Tom Finegan
· 8 years ago
8b7a4e1
Fix unit tests with --disable-lowbitdepth
by Sebastien Alaiwan
· 8 years ago
29e40a6
Unify and clean up resize arguments
by Debargha Mukherjee
· 8 years ago
76fb126
Experiment: adding the source video information signaling (Netflix)
by anorkin
· 8 years ago
2d44b69
Add fast path quantizer AVX2
by Yi Luo
· 8 years ago
57c1b8c
Remove dead member
by Sebastien Alaiwan
· 8 years ago
30dfa88
Clean up hbd transform code
by Sarah Parker
· 8 years ago
67e1557
Fix bug in loop-restoration unit tests
by David Barker
· 8 years ago
1ce569d
Fix compile error of convolve_round and compound_round
by Yue Chen
· 8 years ago
8295c7c
Vectorize av1_convolve_2d()
by David Barker
· 8 years ago
e64d51a
Add 'do_average' to ConvolveParams structure
by David Barker
· 8 years ago
747cf98
Fix example test incompatibilites with CMake build.
by Tom Finegan
· 8 years ago
d405f8a
Cleanup dead fwd transform functions
by Frederic Barbier
· 8 years ago
31c6650
Remove deprecated high-bitdepth functions
by Sarah Parker
· 8 years ago
d61e608
Add HBD data path for av1_block_error_avx2
by Yi Luo
· 8 years ago
4322bc1
Fix constructor order in unit tests (sanitizer)
by Sebastien Alaiwan
· 8 years ago
7e2dce0
Misc quantize unit test fix to conform coding style
by Yi Luo
· 8 years ago
185575a
Fix some UBSan warnings
by David Barker
· 8 years ago
c2d500a
Fix warp filter test with --disable-ssse3
by David Barker
· 8 years ago
375ee84
CMake test target tweaks.
by Tom Finegan
· 8 years ago
28c779b
Change to use static arrays
by Yaowu Xu
· 8 years ago
aadbb02
Mark SMOOTH2 filter under USE_EXTRA_FILTER flag
by Angie Chiang
· 8 years ago
Next »