- 25 Mar, 2016 3 commits
-
-
Yaowu Xu authored
Change-Id: Ifd0d08b97538dcc04227eceb6fb087224c760c59
-
Adrian Grange authored
Change the name of source files to replace "vpx" with "aom". Change occurences of "vpx" in the code to "aom". Change-Id: I002c0eaa2c350cf1a895bf01bea5788c61328027
-
Yaowu Xu authored
Change-Id: I017e3b64d5074ad47fed8cd642fdf366bd475b1b
-
- 24 Mar, 2016 1 commit
-
-
Adrian Grange authored
Change-Id: I5629de7726c65fb1463dff5fc5c1c82a3862a8f9
-
- 22 Mar, 2016 4 commits
-
-
Yaowu Xu authored
Change-Id: I820483aefdc14f2ae946e08fe10fa01f3e845767
-
Adrian Grange authored
Change "LIBVPX"->"LIBAOM" and "libvpx"->"libaom" and modify the macros elsewhere to match. Change-Id: Idbb701c733a765491d37b82a8ba3404f395c4020
-
Yaowu Xu authored
Change-Id: Ia055d03656ad1580447eced8687949583fdf4089
-
Yaowu Xu authored
Change-Id: Ibc7933fba85feeb30ef9b14b302d932aff19f54e
-
- 16 Mar, 2016 1 commit
-
-
Nathan Egge authored
This ports the OD_DIVU_SMALL code from Daala to AOM so that divides by constants smaller than OD_DIVU_DMAX (1024) are done using a multiply. Added a unit test for OD_DIVU_SMALL in test/divu_small_test.cc. Change-Id: Id9fee172d54477355571c5d6c12c584fb65769e5
-
- 25 Feb, 2016 2 commits
- 29 Jan, 2016 1 commit
-
-
James Zern authored
cherry-picked from libvpx: 4f780e94 vp9/10: fix encoder crash on flush the lookahead buffer allocation is deferred to receipt of the first frame to allow profile changes. if the encoder was flushed before supplying any frames the encoder would crash trying to dereference the NULL buffer. Change-Id: Ie0f6f7ab394f1ed5595aa9d0a49317c1dae0effc
-
- 28 Jan, 2016 1 commit
-
-
clang-format authored
Change-Id: Ib8c9eb6263d6eba6b9d7b2e402b7e83a78c86be9
-
- 26 Jan, 2016 2 commits
- 22 Jan, 2016 3 commits
-
-
Tristan Matthews authored
Change-Id: I7a04beb83095e5c0821048909f81f45be8b5eee3
-
Yaowu Xu authored
Change-Id: I322cb18eaff5e97fdca0c464115c15ea61b6bfe7
-
Yaowu Xu authored
Change-Id: I851da448695228fd0baa45ebf9690ce7aea8eb51
-
- 21 Jan, 2016 1 commit
-
-
Yaowu Xu authored
Also changed all related macros and tests Change-Id: I5269578c0f716fd391111a43932f856778494d29
-
- 20 Jan, 2016 2 commits
-
-
Yaowu Xu authored
Change-Id: I72650d5cf18b20301ac925865f63f4f6ec16f647
-
Jim Bankoski authored
Also fixed a bug in vp10's ctrl_set_render_size(). Change-Id: Ib1dd109ee2acb96d9e23cffe0e598b1a0dc67031
-
- 13 Jan, 2016 1 commit
-
-
Alex Converse authored
This reverts commit ea48370a, reversing changes made to 15939cb2. The commit was insufficiently tested and causes failures. Change-Id: I623d6fc2cd3ae6fd42d0abab1f8eada465ae57a7
-
- 23 Dec, 2015 3 commits
-
-
Jian Zhou authored
Remove the ARCH_X86_64 constraint. No performance hit on both big core and small core. Change-Id: I39860b62b7a0ae4acaafdca7d68f3e5820133a81
-
Jian Zhou authored
Remove the ARCH_X86_64 constraint. Change-Id: I0139f8e998cc5525df55161c2054008d21ac24d4
-
Jian Zhou authored
Remove the ARCH_X86_64 constraint. Change-Id: I7d2545fc4f24eb352cf3e03082fc4d48d46fbb09
-
- 19 Dec, 2015 1 commit
-
-
Jian Zhou authored
Replace MMX with SSE2, reduce mem access to left neighbor, loop unrolled. Change-Id: I941be915af809025f121ecc6c6443f73c9903e70
-
- 18 Dec, 2015 2 commits
- 17 Dec, 2015 1 commit
-
-
Jian Zhou authored
Replace MMX with SSE2, reduce psadbw ops which may help Silvermont. Change-Id: Ic7aec15245c9e5b2f3903dc7631f38e60be7c93d
-
- 14 Dec, 2015 1 commit
-
-
James Zern authored
Change-Id: I7bc991abea383db1f86c1bb0f2e849837b54d90f
-
- 11 Dec, 2015 1 commit
-
-
Jian Zhou authored
Reallocate the xmm register usage so that no ARCH_X86_64 required. Reduce memory access to the left neighbor by half. Speed up by single digit on big core machine. Change-Id: I392515ed8e8aeb02e6a717b3966b1ba13f5be990
-
- 10 Dec, 2015 1 commit
-
-
Jian Zhou authored
Relocate the function from SSSE3 to SSE2, Unroll loop from 16 to 8, and reduce mem access to left. Speed up by single digit in ./test_intra_pred_speed on big core machines. Change-Id: I2b7fc95ffc0c42145be2baca4dc77116dff1c960
-
- 09 Dec, 2015 1 commit
-
-
jackychen authored
Change-Id: I3ef9a9648841374ed3cc865a02053c14ad821a20
-
- 08 Dec, 2015 1 commit
-
-
Jian Zhou authored
4x4 Intra predictor implemented with MMX is replaced with SSE2. Segfault in change 315561 when decoding vp8 is taken care of. Change-Id: I083a7cb4eb8982954c20865160f91ebec777ec76
-
- 05 Dec, 2015 3 commits
-
-
James Zern authored
This reverts commit 89a1efa4. This causes a segfault when decoding vp8, in both 32 and 64-bit Change-Id: Idbb9bb28ab897e1d055340497c47b49a12231367
-
James Zern authored
use CONFIG_VP[89] to protect white-box tests and drop redundant uses of CONFIG_VP9 in variable assignments within that block Change-Id: Id3c6cf5c7822aa161b19768b295f58829a1c6447
-
James Zern authored
vp8/9/10/multi-config/unconditional Change-Id: I7970575e997da0b68c6c54741a221fbba5ad0b08
-
- 04 Dec, 2015 3 commits
-
-
Jian Zhou authored
Relocate the function from SSSE3 to SSE2, Unroll loop from 8 to 4, and reduce mem access to left. Speed up by >20% in ./test_intra_pred_speed. Change-Id: Ie48229c2e32404706b722442942c84983bda74cc
-
Jian Zhou authored
Relocate the function from SSSE3 to SSE2, Unroll loop from 4 to 2, and reduce mem access to left. Speed up by >20% in ./test_intra_pred_speed. Change-Id: Ib9f1846819783b6e05e2a310c930eb844b2b4d2e
-
Jian Zhou authored
8x8 Intra predictor implemented with MMX is replaced with SSE2. Change-Id: I0c90e7c1e1e6942489ac2bfe58903b728aac7a52
-