Sign in
aomedia
/
aom
/
a0a6590e0fa4d7dd8eeaf0384ec27bfc8d925349
/
test
b26ce8b
Updates to 1-pass:
by Marco Paniconi
· 11 years ago
ce053e7
Merge "vp9: add multi-threaded tile decoder"
by James Zern
· 11 years ago
fb48452
vp9: add multi-threaded tile decoder
by James Zern
· 11 years ago
e6863ef
CL for adding AVX-AVX2 support in libvpx.
by Erik Niemeyer
· 11 years ago
080150d
Merge "add tile test vectors"
by James Zern
· 11 years ago
ea9b2c0
add tile test vectors
by James Zern
· 11 years ago
e5edad3
Merge "vp9_thread_test: quiet some msvc int->bool warnings"
by James Zern
· 11 years ago
00053aa
vp9_thread_test: quiet some msvc int->bool warnings
by James Zern
· 11 years ago
600a386
Making input pointer constant for all fdct/fht functions.
by Dmitry Kovalev
· 11 years ago
fd724f1
Renaming vp9_short_fdct4x4 and vp9_short_walsh4x4.
by Dmitry Kovalev
· 11 years ago
a018988
Renaming vp9_short_fdct32x32 to vp9_fdct32x32.
by Dmitry Kovalev
· 11 years ago
5bdd4d9
Merge "Renaming vp9_short_fdct16x16 to vp9_fdct16x16."
by Dmitry Kovalev
· 11 years ago
02feb63
Renaming vp9_short_fdct16x16 to vp9_fdct16x16.
by Dmitry Kovalev
· 11 years ago
fa143db
Renaming vp9_short_fdct8x8 to vp9_fdct8x8.
by Dmitry Kovalev
· 11 years ago
9f09618
Merge "Using stride (# of elements) instead of pitch (bytes) in fdct4x4."
by Dmitry Kovalev
· 11 years ago
c9af3de
Merge changes I305fd55f,I13fe92b1
by James Zern
· 11 years ago
64d94b4
Merge "Revert "Merge "SVC improvements"""
by James Zern
· 11 years ago
a767d10
Merge "Using stride (# of elements) instead of pitch (bytes) in fdct8x8."
by Dmitry Kovalev
· 11 years ago
cd74a90
Revert "Merge "SVC improvements""
by James Zern
· 11 years ago
190c2b4
Using stride (# of elements) instead of pitch (bytes) in fdct4x4.
by Dmitry Kovalev
· 11 years ago
663916c
SVC improvements
by Ivan Maltz
· 11 years ago
e5fa44c
Using stride (# of elements) instead of pitch (bytes) in fdct8x8.
by Dmitry Kovalev
· 11 years ago
1aa7fd5
Using stride (# of elements) instead of pitch (bytes) in fdct16x16.
by Dmitry Kovalev
· 11 years ago
e05412f
Using stride (# of elements) instead of pitch (bytes) in fdct32x32.
by Dmitry Kovalev
· 11 years ago
820201c
vp9_thread: add vp9_worker_execute()
by James Zern
· 11 years ago
e078c3d
Initial 1-pass.
by Marco Paniconi
· 11 years ago
9d98e93
Merge "add a test vector with frame parallel mode enabled"
by James Zern
· 11 years ago
798cf80
add a test vector with frame parallel mode enabled
by James Zern
· 11 years ago
65f118d
Making input pointer of any inverse transform constant.
by Dmitry Kovalev
· 11 years ago
7ef5739
Consistent names for inverse hybrid transforms (1 of 2).
by Dmitry Kovalev
· 11 years ago
3a0b59e
Merge "SSE2 8-tap sub-pixel filter optimization"
by Yunqing Wang
· 11 years ago
899ab95
Adjustment to allowed range in resize unit test
by Paul Wilkins
· 11 years ago
3fb728c
SSE2 8-tap sub-pixel filter optimization
by Yunqing Wang
· 11 years ago
1e766b5
Giving consistent names to IDCT 32x32 functions.
by Dmitry Kovalev
· 11 years ago
b096c5a
Giving consistent names to IDCT 16x16 functions.
by Dmitry Kovalev
· 11 years ago
c6ad70d
Giving consistent names to IDCT 8x8 functions.
by Dmitry Kovalev
· 11 years ago
3a06025
Giving consistent names to IDCT/IWHT functions.
by Dmitry Kovalev
· 11 years ago
fd6c4c7
Merge "mips dsp-ase r2 vp9 decoder convolve module optimizations"
by Johann
· 11 years ago
68a3e4a
BITSTREAM - RESTORING BILINEAR INTERPOLATION FILTER SUPPORT
by Dmitry Kovalev
· 11 years ago
40edab5
mips dsp-ase r2 vp9 decoder convolve module optimizations
by Parag Salasakar
· 12 years ago
253fd25
Align structs used unit test to 32 bytes
by Yaowu Xu
· 12 years ago
e45f4a4
Revert "Align struct to 32 bytes"
by Yaowu Xu
· 12 years ago
b524236
Align struct to 32 bytes
by Yaowu Xu
· 12 years ago
f363aa3
Merge "Refactor 8x8 fwd transform unit test"
by Jingning Han
· 12 years ago
b0211e7
Merge "fix vp8-only build"
by Yaowu Xu
· 12 years ago
a0fcbcf
fix vp8-only build
by James Zern
· 12 years ago
88c8ff2
Modified resize unit test to output test vector
by Adrian Grange
· 12 years ago
4bd1711
Refactor 8x8 fwd transform unit test
by Jingning Han
· 12 years ago
040ffb6
Minor adjustment in unit tests
by Yaowu Xu
· 12 years ago
93ffd37
Enable and fix resize_test for VP9
by Adrian Grange
· 12 years ago
2873d56
Merge "Enable accuracy/memory check for 16x16 transforms"
by Jingning Han
· 12 years ago
87bc705
Merge "Rework 16x16 transform unit test"
by Jingning Han
· 12 years ago
563c273
test/idct_test: add missing vpx_integer.h include
by James Zern
· 12 years ago
37705a3
Enable accuracy/memory check for 16x16 transforms
by Jingning Han
· 12 years ago
8f92a7e
Rework 16x16 transform unit test
by Jingning Han
· 12 years ago
afffa3d
cleanup cpplint warnings
by Yaowu Xu
· 12 years ago
170be56
Merge "Enable 32x32 Transform unit test"
by Jingning Han
· 12 years ago
4ad52a8
Enable 32x32 Transform unit test
by Jingning Han
· 12 years ago
7bc775d
Merge "Added ClearSystemState in a unit test"
by Yaowu Xu
· 12 years ago
e494df1
Added ClearSystemState in a unit test
by Yaowu Xu
· 12 years ago
890eee3
Fixing problem with invalid delta_q reading.
by Dmitry Kovalev
· 12 years ago
1cf2272
Merge "Fix intermediate height in convolve_c"
by James Zern
· 12 years ago
e326cec
Fix intermediate height in convolve_c
by Tero Rintaluoma
· 12 years ago
ec4b274
Refactor 16x16 unit tests
by Jingning Han
· 12 years ago
bfebe7e
Merge "Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder."
by Dmitry Kovalev
· 12 years ago
a5cb05c
Add a test vector that tests color space 444
by Jim Bankoski
· 12 years ago
af13fbb
Fix Chroma plane md5 check
by Jim Bankoski
· 12 years ago
4587061
Renaming BLOCK_SIZE_TYPE to BLOCK_SIZE in the common/decoder.
by Dmitry Kovalev
· 12 years ago
3f10831
Fix bug in convolution functions (filter selection)
by Adrian Grange
· 12 years ago
0d8723f
Make "good" quality 2-pass vpxenc encoding default
by Deb Mukherjee
· 12 years ago
3c43ec2
Renaming BLOCK_SIZE_TYPES constant to BLOCK_SIZES.
by Dmitry Kovalev
· 12 years ago
bc484eb
fix unit test failure on win32 vs2008 build
by Yaowu Xu
· 12 years ago
5b30788
variance x86inc guards
by Jim Bankoski
· 12 years ago
c9126e0
sad + miscellaneous updates
by Jim Bankoski
· 12 years ago
62c6aa8
block error / x86inc mods
by Jim Bankoski
· 12 years ago
a93b115
reworked config for use_x86_inc
by Jim Bankoski
· 12 years ago
d115cd8
Merge changes I082959ab,Ib6932640
by James Zern
· 12 years ago
a5a7322
Merge "Begin to restrict x86inc.asm usage"
by Jim Bankoski
· 12 years ago
a0ffa27
vp9/decoder: threaded row-based loop filter
by James Zern
· 12 years ago
183b77d
vp9/decoder: add thread worker
by James Zern
· 12 years ago
c3809f3
Begin to restrict x86inc.asm usage
by Jim Bankoski
· 12 years ago
d007446
Replacing long block size enum values with shorter ones (2).
by Dmitry Kovalev
· 12 years ago
1197d67
Merge "tests: silence a few type related warnings"
by James Zern
· 12 years ago
4a688b2
Merge "cosmetics: idct_test.cc: fix formatting"
by James Zern
· 12 years ago
104dbbb
tests: silence a few type related warnings
by James Zern
· 12 years ago
bae3117
cosmetics: tile_independence_test: fix formatting
by James Zern
· 12 years ago
36b882e
cosmetics: idct_test.cc: fix formatting
by James Zern
· 12 years ago
9ca66ec
Merge "vp9_convolve8_neon placeholder"
by Johann
· 12 years ago
59dc4e9
vp9_convolve8_neon placeholder
by Johann
· 12 years ago
70fe2b3
Merge "Cosmetic changes in 4x4 and 8x8 fdct unit tests"
by James Zern
· 12 years ago
90ebfe6
Merge "vp9_convolve8_[horiz|vert]_avg"
by Johann
· 12 years ago
6094bf3
Cosmetic changes in 4x4 and 8x8 fdct unit tests
by Jingning Han
· 12 years ago
31a68bc
Fixing vp9_get_pred_context_comp_ref_p function.
by Dmitry Kovalev
· 12 years ago
a15bebf
vp9_convolve8_[horiz|vert]_avg
by Johann
· 12 years ago
119decd
Merge "Cosmetic changes in 16x16 ADST/DCT unit test"
by Jingning Han
· 12 years ago
29c45f3
Cosmetic changes in 16x16 ADST/DCT unit test
by Jingning Han
· 12 years ago
158c80c
convolve8 optimizations for neon
by Johann
· 12 years ago
decead7
Replace copy_memNxM functions with a generic copy/avg function.
by Ronald S. Bultje
· 12 years ago
82c4153
Merge "Add unit test for 16x16 forward ADST/DCT"
by Jingning Han
· 12 years ago
cf768b2
Add unit test for 16x16 forward ADST/DCT
by Jingning Han
· 12 years ago
Next »