- 16 Apr, 2015 8 commits
-
-
Minghai Shang authored
-
Johann authored
-
Minghai Shang authored
Change-Id: Ia77b551415f3b3386e22a6c805f244f2d13fe3e3
-
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
-
- 15 Apr, 2015 8 commits
-
-
Yunqing Wang authored
-
Yunqing Wang authored
This patch fixed 2 reported Tsan errors while running VP9 real-time encoder. Change-Id: Ib0278fe802852862c3ce87c4a500e544d7089f67
-
Johann authored
-
Johann authored
-
Johann authored
Change-Id: Ib1e17d8aae9b713b87f560ab5e49952ee2bfdcc2
-
Johann authored
Currently the prefix is forced to vp9 for any function using x86inc.asm. Change-Id: Icbca57ce68a52e743bdd7e9be86cfe8353f274c1
-
Johann authored
-
Parag Salasakar authored
for big endian disable msa removed -flax-vector-conversion flag disable runtime_cpu_detect feature if enabled Change-Id: Icd5130b733f2ddcdb94ffb6e4d170e6ca0f9832b
-
- 14 Apr, 2015 3 commits
-
-
Yunqing Wang authored
This reverts commit eb8c6675. The patch caused mismatch while using multi-threads. Change-Id: Icd646340af25b5d91e32f03ed3ea212e00e3e0be
-
Johann authored
Change-Id: Ibaeede61c128c73809332b9a853cd62b8d6d5325
-
Marco authored
-
- 13 Apr, 2015 2 commits
-
-
hkuang authored
-
Marco 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
-
- 10 Apr, 2015 1 commit
-
-
Parag Salasakar authored
-
- 09 Apr, 2015 9 commits
-
-
Jingning Han authored
-
Jingning Han authored
-
Jingning Han authored
-
hkuang authored
-
Jingning Han authored
This function has been replaced by other approaches and is not in use now. Change-Id: I387f45b5607d202539e482468ccc70e6c0f9341f
-
Parag Salasakar authored
Change-Id: Ia31ada59172eb1818e1eb91009f83cbb1f581223
-
James Zern authored
ndk-build ENABLE_SHARED=1 ... Change-Id: Idd64804b165d0d4bbfb0b242d6c4eee5e828dab4
-
James Zern authored
-
hkuang authored
Change-Id: Ia2956f06f409b9b0ca8320ca4c1ea5680e938402
-
- 08 Apr, 2015 4 commits
-
-
Frank Galligan authored
Refactor the loops in dec_build_inter_predictors to try and decrease the number of instructions. Limited testing saw about 1% perf increase on x86 and about 0.67 % perf increase on Arm. Change-Id: I69cfe6335bb562fbaaebf43fb3f5c5a2a28882a2
-
James Zern authored
add a check for the status line to awk and better report failure given the program output will be lost in this case Change-Id: I1348a80108c81099d609f2e2227dd2c31bd8cd54
-
Debargha Mukherjee authored
-
James Zern authored
-
- 07 Apr, 2015 5 commits
-
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Debargha Mukherjee authored
Modifies a special handling that improves rate control accuracy in the constrained quality mode, when the undershoot and overshoot limits are set tighter. Change-Id: If62103f0ef3ed1cac92807400678c93da50cf046
-
Yaowu Xu authored
-
James Zern authored
the sse4 code expects 16-byte aligned arrays; vp8 already had a similar change applied: b2aa4017 Align SAD output array to be 16-byte aligned Change-Id: I5e902035e5a87e23309e151113f3c0d4a8372226
-