- Mar 28, 2016
-
-
Adrian Grange authored
Change-Id: I5942c24dec6fdcfe7e27518c8049b59e6f99a1aa
-
Adrian Grange authored
Change-Id: I0d57cf019d5715d3360736763be0c5afe0bd0de4
-
Adrian Grange authored
Change-Id: I6f40ab4725f59bee3d05e3989c1510dfd847b7f9
-
- Mar 25, 2016
-
-
Adrian Grange authored
Change-Id: I7fce5490afdc78ac62dafc4616b617d251487979
-
Adrian Grange authored
-
Adrian Grange authored
Use the test data from the WebM repository for now. Change-Id: I9fb64f880881e5fda8579433373f0775790a92d1
-
Adrian Grange authored
Note: Check AOMD_SET_DESCRIPTOR; there was a VPX & VP8 version that when renamed become the same. Change-Id: I022a71c0dfcd77948dda35ec754167e03bca616d
-
Adrian Grange authored
Change-Id: I6593a44de3b571193c2a4c8787ddf3b2fc24a268
-
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: I88f59b030f61d3db473f434b8ce5fd96f6597e35
-
Yaowu Xu authored
Change-Id: I017e3b64d5074ad47fed8cd642fdf366bd475b1b
-
Yaowu Xu authored
-
- Mar 24, 2016
-
-
Yaowu Xu authored
Change-Id: Ic5681730d0edd0ab4c46da13d21510ca8900fdb3
-
Adrian Grange authored
Change-Id: I5629de7726c65fb1463dff5fc5c1c82a3862a8f9
-
Adrian Grange authored
Change-Id: I79d52362aec9565cc4b6fe7a1c1c08dcfb726465
-
- Mar 23, 2016
-
-
Adrian Grange authored
Change-Id: Ia7305f269dcf1242e38adc39f0372f4bc8b78394
-
- Mar 22, 2016
-
-
Yaowu Xu authored
Change-Id: I820483aefdc14f2ae946e08fe10fa01f3e845767
-
Yaowu Xu authored
-
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
-
Yaowu Xu authored
-
Yaowu Xu authored
This commit adds #ifdef __cpluscplus guard in odintrin.h to enable the build of related test in C++. Change-Id: I89ddbdd56b10657ac7e4c71e2f26ed791550b493
-
Yaowu Xu authored
Change-Id: Ibc7933fba85feeb30ef9b14b302d932aff19f54e
-
Adrian Grange authored
Change-Id: I367c7866fd69fd037ef28c0f45829a0492717b5d
-
Adrian Grange authored
Change-Id: I03683711f32243b2265cc913ed59ef43df34cf42
-
- Mar 16, 2016
-
-
Nathan Egge authored
Replaces an approximate unsigned integer division with the bit exact OD_ILOG() implementation. Removes the need to call vp10_temporal_filter_init() before calling vp10_temporal_filter_apply_c() by using a static table of constants. ntt-short-1: MEDIUM (%) HIGH (%) PSNR -0.023045 0.115705 PSNRHVS 0.023327 0.110230 SSIM -0.039964 0.083594 FASTSSIM 0.037416 -0.100936 subset1: RATE (%) DSNR (dB) PSNR 0.00000 0.00000 PSNRHVS 0.00000 0.00000 SSIM 0.00000 0.00000 FASTSSIM 0.00000 0.00000 Change-Id: I97c5817463fcd8cb557c403a143b9cfaee4f102c
-
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
-
- Mar 15, 2016
-
-
Jean-Marc Valin authored
Instead of dividing the squared partial sums by the number n of pixels in the line, we multiply by 840/n, where 840=3*5*7*8. This not only avoids the divisions, but it also makes the optimization exact as there is no more rounding. ntt-short1 resuts: MEDIUM (%) HIGH (%) PSNR -0.012070 -0.059644 PSNRHVS -0.016845 -0.020871 SSIM -0.026984 -0.031257 FASTSSIM -0.026078 0.414901 Change-Id: Ie553d5e3a545dee860a00879d724ecfc00f0a974
-
- Mar 14, 2016
-
-
Aℓex Converse authored
-
- Mar 10, 2016
-
-
Aℓex Converse authored
This fixes VP10/ActiveMapRefreshTest.Test/*. Bring commits 575e81f7 and 3d6b8a66 to aom/vp10. These changes predate the creation of the active map cyclic refresh test. Change-Id: I3559b6933ffa5649926a4b214e45ed0fae523a25
-
Nathan Egge authored
Brings the following commit to aom: b3ad8128 Port switch to 9-bit rate cost to vp10. ntt-short1: MEDIUM (%) HIGH (%) PSNR -0.078535 -0.398648 PSNRHVS -0.416526 -0.468162 SSIM -0.397539 -0.538516 FASTSSIM 0.008165 0.035524 subset1: RATE (%) DSNR (dB) PSNR -0.00991 0.00063 PSNRHVS 0.00115 -0.00009 SSIM 0.01019 -0.00050 FASTSSIM 0.08721 -0.00279 Change-Id: I598ba7ee7efcde18439c31dfa96b86cbf297a580
-
Nathan Egge authored
Change-Id: Icfd4654d2fe43ab4851cd86dfedf9639cd4abab3
-
- Mar 09, 2016
-
-
Jean-Marc Valin authored
No change in code behaviour. Change-Id: If612c1340b4ca30e290947607ecb64a0cb30e95e
-
Jean-Marc Valin authored
No change to code behaviour. Change-Id: Ia2d7d57fc2018689948d6ba9471a8e848e79aa15
-
Jean-Marc Valin authored
This reduces the deringing worst-case number of "latency" lines from 10 to 8. ntt-short1 results: MEDIUM (%) HIGH (%) PSNR -0.063681 -0.027661 PSNRHVS -0.063628 -0.007841 SSIM -0.007828 -0.048415 FASTSSIM 0.139420 -0.183910 Change-Id: I006544ab748b76c0334e406300b3eda20e125846
-
Jean-Marc Valin authored
ntt-short1 results: MEDIUM (%) HIGH (%) PSNR 0.022148 -0.038920 PSNRHVS 0.047667 -0.053941 SSIM 0.014602 -0.046534 FASTSSIM -0.450261 -0.690958 Change-Id: Iaa8844d4d84c6265b488a4ade5a223bc3af99707
-
- Mar 07, 2016
-
-
Jean-Marc Valin authored
ntt_short1: MEDIUM (%) HIGH (%) PSNR -0.002561 0.044074 PSNRHVS 0.021798 0.082885 SSIM 0.005793 0.082526 FASTSSIM -0.054113 -0.130136 Change-Id: Icbc38383d27acb4abd3aa30c11d7fb4e51c8ce4c
-
Nathan Egge authored
Change-Id: I9fd4052f0b3f280496882f4475c97b1b5a75934f
-