- Apr 25, 2015
-
-
James Zern authored
Change-Id: Ie54413818b7f731b8a48b719038e66c9744de81e
-
- Apr 20, 2015
-
-
Yaowu Xu authored
Change-Id: Ib64786fcc0d6dc11c4e66f5b7f3e93b2a4fcb664
-
- Apr 19, 2015
-
-
Parag Salasakar authored
-
- Apr 18, 2015
-
-
Parag Salasakar authored
average improvement ~6x-10x Change-Id: Ie3f3ab3a9005be84935919701e56b404e420affa
-
- Apr 17, 2015
-
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
-
Jim Bankoski authored
Change-Id: Iedceeb020492050063acf3fd2326f96c29db9ae5
-
Frank Galligan authored
Change-Id: I32b7c92c89c9a2be0cf38e67a17266b9d3866154
-
Jim Bankoski authored
PSNR HVS is a human visual system weighted version of SNR that's gained some popularity from academia and apparently better matches MOS testing. This code is borrowed from the Daala Project but uses our FDCT code. Change-Id: Idd10fbc93129f7f4734946f6009f87d0f44cd2d7
-
Jim Bankoski authored
This code appeared in the Daala project first and was originally committed by Nathan Egge. Change-Id: Iadce416a091929c51b46637ebdec984cddcaf18c
-
Jingning Han authored
-
Marco Paniconi authored
This reverts commit 004b9d83 Change-Id: I2f2d0bdb9368c2c07f1d29a69cd461267a3a8743
-
- Apr 16, 2015
-
-
Jingning Han authored
When the tokenization is not taking effect, the tokenization pointer remains unchanged. No need to re-assign the backup pointer value. Change-Id: I58fe1f6285aa3b4a88ceb864c11d5de8ac6235dd
-
Frank Galligan authored
-
Frank Galligan authored
The multithread encode test was never actually setting more than one thread. Change-Id: Ie7a3b7b138e88344c943bffd544cf2b4aab866a9
-
Minghai Shang authored
-
Johann Koenig authored
-
Minghai Shang authored
Change-Id: Ia77b551415f3b3386e22a6c805f244f2d13fe3e3
-
Johann Koenig authored
This partially reverts commit 14ef4aea Including the rtcd headers to get the function definitions causes problems on VS9. Change-Id: I780874d9e03af2d3124192ab0e3907301f22674c
-
James Zern authored
-
Parag Salasakar authored
-
James Zern authored
nothing is using android/log.h currently; also quiets a warning when building a static lib: Android NDK: WARNING:libvpx/build/make/Android.mk:vpx: LOCAL_LDLIBS is always ignored for static libraries Change-Id: I1469a5d6fca4f7338a4a82e26a03e60fc91d92ca
-
James Zern authored
-
- Apr 15, 2015
-
-
Yunqing Wang authored
-
Yunqing Wang authored
This patch fixed 2 reported Tsan errors while running VP9 real-time encoder. Change-Id: Ib0278fe802852862c3ce87c4a500e544d7089f67
-
Johann Koenig authored
-
Johann Koenig authored
-
Johann Koenig authored
Change-Id: Ib1e17d8aae9b713b87f560ab5e49952ee2bfdcc2
-
Johann Koenig authored
Currently the prefix is forced to vp9 for any function using x86inc.asm. Change-Id: Icbca57ce68a52e743bdd7e9be86cfe8353f274c1
-
Johann Koenig authored
-
Parag Salasakar authored
for big endian disable msa removed -flax-vector-conversion flag disable runtime_cpu_detect feature if enabled Change-Id: Icd5130b733f2ddcdb94ffb6e4d170e6ca0f9832b
-
- Apr 14, 2015
-
-
Yunqing Wang authored
This reverts commit eb8c6675. The patch caused mismatch while using multi-threads. Change-Id: Icd646340af25b5d91e32f03ed3ea212e00e3e0be
-
Johann Koenig authored
Change-Id: Ibaeede61c128c73809332b9a853cd62b8d6d5325
-
Marco Paniconi authored
-
- Apr 13, 2015
-
-
Hangyu Kuang authored
-
Marco Paniconi authored
Force split on 16x16 block (to 8x8) based on the minmax over the 8x8 sub-blocks. Also increase variance threshold for 32x32, and add exit condiiton in choose_partition (with very safe threshold) based on sad used to select reference frame. Some visual improvement near moving boundaries. Average gain in psnr/ssim: ~0.6%, some clips go up ~1 or 2%. Encoding time increase (due to more 8x8 blocks) from ~1-4%, depending on clip. Change-Id: I4759bb181251ac41517cd45e326ce2997dadb577
-
- Apr 10, 2015
-
-
Parag Salasakar authored
-
- Apr 09, 2015
-
-
Jingning Han authored
-
Jingning Han authored
-