- Nov 19, 2013
-
-
Joshua Litt authored
Change-Id: Id578a5fe2039631cefd82dc2ef98cc62683194c3
-
Tom Finegan authored
-
Tom Finegan authored
Change-Id: I6ea460af884d522319735e4416a2dd66c2f35d27
-
- Nov 18, 2013
-
-
Yaowu Xu authored
-
Yaowu Xu authored
-
Yaowu Xu authored
Since they used in encoder only. This commit also re-order includes for the files that include vp9_extend.h Change-Id: I929fc113f2135d3198cd1fc6a17434e5a2f8a459
-
Jingning Han authored
-
Jingning Han authored
Explicitly constrain the upper limit of motion search range (in the unit of full pixel) to be [-1023, +1023]. It is intended to control the effective motion search range for 4K sequences. Change-Id: I645539c70885eec0f155781f439d97d333336e88
-
Yunqing Wang authored
-
Yaowu Xu authored
-
- Nov 17, 2013
-
-
Jim Bankoski authored
This removes a lot of operations in setting partition context... Change-Id: I365e6f5607ece85190cb21443988816dfa510ce3
-
- Nov 16, 2013
-
-
Tom Finegan authored
Refactored IVF frame reading code out into ivf_read_frame(). Forgot to actually make the function call in read_frame(). Change-Id: Ie9f6917e70bd26d0352a761932465c60a29a1f81
-
Yunqing Wang authored
This patch followed "Rewrite filter_selectively_horiz for parallel loopfiltering" commit, and added x86 SSE2 optimization to do 16-pixel filtering in parallel. Also, corrected the declaration of aligned arrays. For 8-pixel-in-parallel case, improved the calculation of the masks and filters. Updated the threshold loading since the thresholds were already duplicated. Updated neon C functions to call neon loopfilters twice. Using tulip clip, tests showed it gave a ~1.5% decoder speed gain. Change-Id: Id02638626ac27a4b0e0b09d71792a24c0499bd35
-
- Nov 15, 2013
-
-
Hangyu Kuang authored
Merge "Let the idct vp9_idct32x32_34_add = vp9_idct32x32_1024_add on arm until we implenment real vp9_idct32x32_34_add_neon."
-
Yaowu Xu authored
-
Hangyu Kuang authored
on arm until we implenment real vp9_idct32x32_34_add_neon. This issue is due to commit 47665452 Merge "Add 32x32 idct function for eob<=34 case". Change-Id: I56b5f0abc20e7dd1bba521f78a995e85d65ea296
-
Dmitry Kovalev authored
-
Yaowu Xu authored
from vp9_decodframe.{c,h} to vp9_decodeframe.{c,h} Change-Id: I21ac4b14fc90246e3f16bd90c52c12d126d791f8
-
Dmitry Kovalev authored
There was only one function in *.c file, so moving it to vp9_encodemb.c. Change-Id: I728859d08b3d6c05c33c1c5b21f0ea1d0e0f83af
-
Tom Finegan authored
-
Paweł Hajdan authored
- update .mailmap and AUTHORS - update CHANGELOG Change-Id: I3d75e8a6f87cabcbebc20e3ee5f3cd7db4d2e84d
-
Dmitry Kovalev authored
-
Johann Koenig authored
-
Johann Koenig authored
-
Jingning Han authored
-
Johann Koenig authored
Upstream changes to account for differences in clang syntax for Chromium iOS builds. Since most of these are incompatible with XCode clang, hide them behind a flag. Change-Id: Idafcbcd4eb01b1ada6277da2d2edfd6c04b579fd
-
Johann Koenig authored
Thanks to armando.dicianno for the patch Fixes issue #603 Change-Id: I91ec030e5674b82c05115ed4dfbdb8ccbff22b66
-
Tom Finegan authored
- Move IVF reading support into ivfdec.c and ivfdec.h - Move IVF writing support into ivfenc.c and ivfenc.h - Removed IVF writing code from the SVC example in favor of ivfenc. Change-Id: I70adf6240d0320fdd232d8546ed573f0f68dd793
-
Jim Bankoski authored
Removes silly operations inside loop. Change-Id: I9eeab1e914e715a887f86cf1089de508e2364165
-
Jim Bankoski authored
-
Dmitry Kovalev authored
-
Jingning Han authored
Change-Id: If97ae16a4478717933345b6b9d5bc1b417b8dd84
-
- Nov 14, 2013
-
-
Adrian Grange authored
Change-Id: Ib748eb287520c794631697204da6ebe19523ce95
-
Dmitry Kovalev authored
Change-Id: Ic6770072f80dfb54d2725ed96370d4f243a9f474
-
Dmitry Kovalev authored
Change-Id: I9d18f351abe7614107f34f47eeb38a234a9937c9
-
Dmitry Kovalev authored
Change-Id: Ic1367d767705377402ebfec0705f9f553a834400
-
Joshua Litt authored
* Change from thumb mode to arm mode improves test time significantly * Direct inclusion of test.mk allows for unit test configuration via configure script Change-Id: Id58d3ba8289374528756a672459d8334afe20e2a
-
Jim Bankoski authored
Change-Id: I4e2ad4b7342681e6ac236356ef3a4927a54f105b
-
Yaowu Xu authored
Change-Id: Iccc15aacee1fee9995dfd974bc89913891ad67a9
-